-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 924 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
{
"private": true,
"scripts": {
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"production": "mix --production"
},
"devDependencies": {
"@splidejs/vue-splide": "^0.5.18",
"@vue/compiler-sfc": "^3.2.11",
"axios": "^0.26.0",
"babel-loader": "^8.2.2",
"cross-env": "^7.0.3",
"laravel-mix": "^6.0.31",
"laravel-mix-purgecss": "^6.0.0",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"popper.js": "^1.16.1",
"resolve-url-loader": "^5.0.0",
"sass": "^1.32.11",
"sass-loader": "^12.4.0",
"sweetalert2": "^11.1.5",
"tailwindcss": "^3.0.22",
"vue": "^3.2.1",
"vue-agile": "^2.0.0",
"vue-loader": "^17.0.0",
"vue-template-compiler": "^2.6.12"
}
}