-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.38 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.38 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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"check": "tsc --noEmit",
"force": "vite --force"
},
"dependencies": {
"@enymo/glissade": "^0.5.0",
"@enymo/react-better-context": "^1.0.1",
"@enymo/react-clickable-router": "^3.0.0",
"@enymo/react-form-component": "^1.8.0",
"@enymo/ts-nullsafe": "^1.1.1",
"axios": "^1.8.3",
"clsx": "^2.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet-async": "^1.3.0",
"react-hook-form": "^7.55.0",
"react-router": "^7.4.1",
"react-router-dom": "^7.4.1",
"recharts": "^2.15.1",
"tailwind-merge": "^1.14.0",
"ziggy-js": "^2.5.2"
},
"devDependencies": {
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-react": "^4.3.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.45.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"laravel-vite-plugin": "^1.0.0",
"postcss": "^8.4.27",
"tailwindcss": "^3.3.3",
"typescript": "^5.0.2",
"vite": "^5.0.0",
"vite-plugin-svgr": "^4.3.0"
}
}