-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 860 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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build && vite build --ssr"
},
"devDependencies": {
"@types/ziggy-js": "^1.8.0",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.20",
"axios": "^1.7.4",
"laravel-vite-plugin": "^1.0",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"react": "^18.3.1",
"tailwindcss": "^3.4.12",
"ts-loader": "^9.5.1",
"typescript": "^5.6.2",
"vite": "^5.0"
},
"dependencies": {
"@auth0/auth0-react": "^2.2.4",
"@inertiajs/react": "^1.2.0",
"babel": "^6.23.0",
"laravel-precognition-react-inertia": "^0.5.10",
"react-auth-kit": "^3.1.3",
"react-dom": "^18.3.1",
"react-toastify": "^10.0.5"
}
}