-
Notifications
You must be signed in to change notification settings - Fork 266
/
package.json
36 lines (36 loc) · 893 Bytes
/
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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"prod": "vite build"
},
"dependencies": {
"@inertiajs/react": "^1.0.0",
"@sentry/browser": "^7.119.1",
"autoprefixer": "^10.4.13",
"classnames": "^2.3.2",
"cross-env": "^7.0.3",
"eslint": "^8.32.0",
"lodash": "^4.17.21",
"lucide-react": "^0.378.0",
"postcss-import": "^15.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-use": "^17.4.0",
"tailwindcss": "^3.4.3"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"@types/lodash": "^4.17.4",
"@types/node": "^20.12.12",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint-plugin-react": "^7.32.1",
"laravel-vite-plugin": "^1.0.4",
"postcss": "^8.4.21",
"typescript": "^5.4.5",
"vite": "^5.4.6"
}
}