-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.78 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
{
"name": "union",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"test": "vitest --typecheck run"
},
"dependencies": {
"@svgr/plugin-svgo": "^8.1.0",
"date-fns": "^3.4.0",
"react": "^18.2.0",
"react-calendar": "^4.8.0",
"react-dom": "^18.2.0",
"react-native-svg": "^14.1.0",
"react-router-dom": "^6.21.1",
"react-toastify": "^10.0.4",
"react-transition-group": "^4.4.5",
"recharts": "^2.12.3",
"sass": "^1.77.*",
"uuid": "^9.0.1"
},
"devDependencies": {
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
"@types/node": "^20.9.1",
"@types/react": "^18.2.15",
"@types/react-date-range": "^1.4.9",
"@types/react-dom": "^18.2.7",
"@types/react-transition-group": "^4.4.10",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-react": "^4.0.3",
"classnames": "^2.5.1",
"eslint": "^8.45.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"eslint-plugin-typescript": "^0.14.0",
"gh-pages": "^6.1.1",
"jsdom": "^24.1.1",
"prettier": "3.3.*",
"typescript": "^4.9.5",
"vite": ">=4.5.3",
"vite-plugin-svgr": "^3.2.0",
"vitest": "^2.0.3"
},
"browserslist": [
"last 1 version",
"> 1%",
"maintained node versions",
"not dead"
],
"packageManager": "[email protected]+sha256.2535167e742927e1d2a1610d5004576e4e8f764d2ca5470d19536790f55cd6e2"
}