-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 902 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
32
33
34
35
36
{
"private": true,
"scripts": {
"mix:dev": "mix",
"mix:watch": "mix watch",
"mix:watch-poll": "mix watch -- --watch-options-poll=1000",
"mix:hot": "mix watch --hot",
"mix:prod": "mix --production",
"vite:build": "vite build",
"vite:watch": "vite build --watch",
"vite:preview": "vite preview"
},
"devDependencies": {
"@popperjs/core": "^2.10.2",
"@vitejs/plugin-vue": "^3.0.1",
"axios": "^0.25",
"bootstrap": "^5.1.3",
"browser-sync": "^2.29.1",
"browser-sync-webpack-plugin": "^2.3.0",
"laravel-mix": "^6.0.49",
"lodash": "^4.17.19",
"postcss-import": "^15.0.0",
"resolve-url-loader": "^5.0.0",
"sass": "^1.32.11",
"sass-loader": "^13.0.2",
"tailwindcss": "^3.1.8",
"vue": "^3.2.37",
"webpack-cli": "^4.10.0"
},
"dependencies": {
"autoprefixer": "^10.4.9",
"laravel-vite-plugin": "^0.5.4",
"postcss": "^8.4.16",
"vue-loader": "^17.0.0"
}
}