-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
64 lines (64 loc) · 1.73 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "project-watchdog-dev",
"version": "0.1.0",
"private": true,
"dependencies": {
"@nicolo-ribaudo/semver-v6": "^6.3.3",
"@types/jest": "^29.5.11",
"@types/node": "^20.10.3",
"@types/react": "^18.2.42",
"@types/react-dom": "^18.2.17",
"axios": "^1.6.0",
"babel-eslint": "^10.1.0",
"bootstrap": "^5.3.0",
"chart.js": "^4.3.0",
"dotenv": "^16.3.1",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.2",
"jquery": "^3.7.0",
"localforage": "^1.10.0",
"popper.js": "^1.14.3",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0",
"react-dynamic-modal": "^1.1.1",
"react-router": "^6.20.1",
"react-router-dom": "^6.20.1",
"react-scripts": "5.0.1",
"typescript": "^5.3.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"install-all": "npm i && cd server/ && npm i",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"prettier": "prettier --write ."
},
"devDependencies": {
"eslint": "^8.48.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-standard": "^4.1.0",
"prettier": "^3.0.3",
"tailwindcss": "^3.3.7"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}