-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 959 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
37
{
"private": true,
"scripts": {
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"production": "mix --production"
},
"devDependencies": {
"@prettier/plugin-php": "^0.14.2",
"axios": ">=0.21.1",
"bootstrap": "^4.0.0",
"critical": "^3.0.1",
"laravel-mix": "^6.0.16",
"laravel-mix-criticalcss": "^1.0.1",
"laravel-mix-purgecss": "^6.0.0",
"prettier": "^2.0.5",
"resolve-url-loader": "^3.1.2",
"sass": "^1.20.1",
"sass-loader": "^8.0.0",
"sass-migrator": "^1.4.3",
"serialize-javascript": ">=3.1.0",
"vue": "^2.6.11",
"vue-lazyload": "^1.3.3",
"vue-loader": "^15.9.6",
"vue-router": "^3.1.6",
"vue-template-compiler": "^2.6.11"
},
"dependencies": {
"concurrently": "^5.3.0",
"vue-meta": "^2.4.0",
"vue-progressbar": "^0.7.5",
"vuex": "^3.4.0"
},
"name": "www"
}