-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.54 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
{
"name": "cashboard",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"pwa-assets": "pwa-assets-generator",
"ts": "tsc --noEmit",
"lint": "eslint . --ext .ts,.tsx",
"lint:fix": "eslint . --ext .ts,.tsx --fix"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.1",
"@chakra-ui/react": "^2.1.0",
"@emotion/react": "^11.8.1",
"@emotion/styled": "^11",
"@hookform/resolvers": "^2.9.11",
"@vercel/node": "^3.0.17",
"chakra-react-select": "^4.7.0",
"date-fns": "^2.28.0",
"firebase": "^10.1.0",
"framer-motion": "^6",
"phosphor-react": "^1.4.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-hook-form": "^7.33.1",
"react-router-dom": "^6.3.0",
"react-syntax-highlighter": "^15.5.0",
"recharts": "^2.7.3",
"uuid": "^8.3.2",
"zod": "^3.22.3"
},
"devDependencies": {
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/react-syntax-highlighter": "^15.5.4",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.52.0",
"@typescript-eslint/parser": "^5.52.0",
"@vite-pwa/assets-generator": "^0.0.3",
"@vitejs/plugin-react": "^4.1.1",
"eslint": "^8.34.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"prettier": "^2.8.4",
"typescript": "^4.6.3",
"vite": "^4.5.0",
"vite-plugin-pwa": "^0.16.6"
}
}