-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 636 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 636 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"@tailwindcss/vite": "^4.1.18",
"autoprefixer": "^10.4.16",
"laravel-echo": "^2.3.0",
"laravel-vite-plugin": "^2.0.1",
"postcss-nesting": "^13.0.2",
"pusher-js": "^8.4.0",
"tailwindcss": "^4.1.18",
"vite": "^7.0.6"
},
"dependencies": {
"@tailwindcss/postcss": "^4.1.11",
"vite-plugin-static-copy": "^3.1.1"
}
}