-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
59 lines (59 loc) · 1.57 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
{
"name": "scout-planner",
"version": "0.1.0",
"private": true,
"dependencies": {
"@js-temporal/polyfill": "^0.4.4",
"@reduxjs/toolkit": "^2.5.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@testing-library/user-event": "^14.5.2",
"bootstrap": "^5.3.3",
"firebase": "^11.1.0",
"jquery": "^3.7.1",
"popper.js": "^1.16.1",
"react": "^18.3.1",
"react-bootstrap": "^2.10.7",
"react-datepicker": "^7.5.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.3.1",
"react-redux": "^9.2.0",
"react-router": "^7.1.1",
"react-to-print": "^3.0.4"
},
"scripts": {
"start": "vite",
"build": "vite build",
"test": "vitest --globals",
"lint": "eslint --no-error-on-unmatched-pattern src/**/*.js src/**/*.jsx src/**/*.ts src/**/*.tsx cypress/**/*.js cypress/**/*.jsx",
"format": "prettier --check ."
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@types/eslint__js": "^8.42.3",
"@vitejs/plugin-react": "^4.3.4",
"cypress": "^13.17.0",
"eslint": "^9.19.0",
"eslint-plugin-cypress": "^4.1.0",
"eslint-plugin-react": "^7.37.4",
"globals": "^15.14.0",
"prettier": "3.4.2",
"typescript": "^5.7.2",
"typescript-eslint": "^8.21.0",
"vite": "^6.0.11",
"vitest": "^2.1.8"
}
}