-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 904 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 904 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
26
27
28
29
30
31
{
"private": true,
"scripts": {
"dev": "vite --host 0.0.0.0",
"build": "vite build && node -e \"require('fs').rmSync('public/hot',{force:true})\"",
"prod": "npm run build",
"production": "npm run build"
},
"devDependencies": {
"@vitejs/plugin-vue2": "^2.3.3",
"@tailwindcss/forms": "^0.2.1",
"alpinejs": "^2.7.3",
"autoprefixer": "^10.4.21",
"axios": "^0.19",
"browser-sync": "^2.27.10",
"laravel-vite-plugin": "^2.0.1",
"lodash": "^4.17.19",
"postcss": "^8.5.6",
"postcss-import": "^15.1.0",
"sass": "^1.29.0",
"tailwindcss": "^2.2.19",
"vite": "^7.2.7",
"vue-template-compiler": "^2.7.16"
},
"dependencies": {
"bootstrap-sass": "^3.4.1",
"bulma": "^0.9.1",
"jquery": "^3.5.1",
"vue": "^2.7.16"
}
}