-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.15 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.15 KB
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
{
"name": "chimptok",
"private": true,
"version": "0.0.0",
"type": "module",
"engines": {
"node": "20"
},
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint src --ext .ts,.tsx --fix",
"preview": "vite preview"
},
"dependencies": {
"@babel/core": "^7.22.10",
"@hookform/resolvers": "^2.9.11",
"@phosphor-icons/react": "^2.1.7",
"axios": "^1.6.7",
"date-fns": "^2.29.3",
"immer": "^9.0.19",
"jwt-decode": "^4.0.0",
"react": "^18.2.0",
"react-datepicker": "^7.5.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.43.5",
"react-router-dom": "^6.9.0",
"react-tooltip": "^5.25.0",
"recharts": "^2.10.3",
"styled-components": "^5.3.8",
"uuid": "^11.0.1",
"zod": "^3.21.4"
},
"devDependencies": {
"@rocketseat/eslint-config": "^1.2.0",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/styled-components": "^5.1.26",
"@vitejs/plugin-react": "^4.3.3",
"eslint": "^8.36.0",
"rollup": "^4.24.3",
"serve": "^14.2.4",
"ts-node": "^10.9.2",
"typescript": "^4.9.5",
"vite": "^5.4.10"
}
}