-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 633 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 633 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
25
{
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite"
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"axios": "^1.8.2",
"concurrently": "^9.0.1",
"laravel-vite-plugin": "^1.2",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.14",
"vite": "^6.4"
},
"dependencies": {
"@preline/file-upload": "^2.5.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/typography": "^0.5.15",
"dropzone": "^6.0.0-beta.2",
"lodash": "^4.17.23",
"lts": "^2.0.0"
}
}