-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.41 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
{
"name": "csd-template",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@cloudscape-design/collection-hooks": "^1.0.45",
"@cloudscape-design/components": "^3.0.628",
"@cloudscape-design/global-styles": "^1.0.27",
"@hookform/resolvers": "^3.3.4",
"@tanstack/react-query": "^5.35.1",
"@types/luxon": "^3.4.2",
"axios": "^1.6.8",
"lodash-es": "^4.17.21",
"luxon": "^3.4.4",
"modern-normalize": "^2.0.0",
"nanoid": "^5.0.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.51.4",
"react-router-dom": "^6.23.0",
"react-use": "^17.5.0",
"zod": "^3.23.8",
"zustand": "^4.5.2"
},
"devDependencies": {
"@cloudscape-design/design-tokens": "^3.0.36",
"@sherifforg/types": "^3.1.1",
"@tanstack/eslint-plugin-query": "^5.32.1",
"@tanstack/react-query-devtools": "^5.35.1",
"@types/lodash-es": "^4.17.12",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@types/react-router-dom": "^5.3.3",
"@vitejs/plugin-react-swc": "^3.6.0",
"eslint": "^8.57.0",
"eslint-config-sheriff": "^18.5.0",
"eslint-define-config": "^2.1.0",
"sass": "^1.77.0",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"vite-tsconfig-paths": "^4.3.2"
}
}