-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
43 lines (43 loc) · 1.15 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "jupiter",
"version": "0.1.0",
"private": true,
"description": "Thrive is a small tool for _life planning_.",
"author": "Horia Coman <horia141@gmail.com>",
"license": "MIT",
"homepage": "https://jupiter-goals.readthedocs.io/",
"readme": "README.md",
"repository": "https://github.com/horia141/jupiter",
"workspaces": [
"src/desktop",
"src/webui",
"gen/ts/webapi-client"
],
"devDependencies": {
"@types/react-beautiful-dnd": "^13.1.3",
"@typescript-eslint/eslint-plugin": "^5.47.0",
"@typescript-eslint/parser": "^5.47.0",
"eslint": "^8.30.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-react-hooks": "^4.6.0",
"mprocs": "^0.6.4",
"openapi-typescript-codegen": "^0.23.0",
"pm2": "^5.3.1",
"prettier": "2.8.1",
"prettier-plugin-organize-imports": "^3.2.2",
"typescript": "^4.8.4"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest",
"plugin:@typescript-eslint/recommended",
"prettier"
],
"parser": "@typescript-eslint/parser",
"plugins": [
"@typescript-eslint"
]
}
}