-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.13 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.13 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
{
"private": true,
"proxy": "http://localhost:8000",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@headlessui/react": "^1.4.2",
"@inertiajs/react": "^1.0.0",
"@tailwindcss/forms": "^0.5.3",
"@types/react": "^18.2.20",
"@vitejs/plugin-react": "^3.0.0",
"autoprefixer": "^10.4.12",
"axios": "^1.1.2",
"laravel-echo": "^1.15.2",
"laravel-vite-plugin": "^0.7.2",
"postcss": "^8.4.18",
"pusher-js": "^8.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.63.1",
"tailwindcss": "^3.2.1",
"vite": "^4.0.0"
},
"dependencies": {
"daisyui": "^2.52.0",
"events": "^3.3.0",
"framer-motion": "^10.12.9",
"i": "^0.3.7",
"moment": "^2.29.4",
"npm": "^9.6.7",
"object-inspect": "^1.12.3",
"patch-package": "^7.0.0",
"react-router-dom": "^6.11.2",
"react-simple-typewriter": "^5.0.1",
"sweetalert2": "^11.7.27",
"util": "^0.12.5",
"ziggy-js": "^1.6.0"
}
}