-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
36 lines (36 loc) · 1.11 KB
/
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" : {
"development" : "mix",
"watch" : "mix watch",
"watch-poll" : "mix watch -- --watch-options-poll=1000",
"hot" : "mix watch --hot",
"production" : "mix --production"
},
"devDependencies" : {
"axios" : "^1.7.7",
"browser-sync" : "^2.29.3",
"browser-sync-webpack-plugin" : "^2.3.0",
"cross-env" : "^7.0.3",
"laravel-mix" : "^6.0.49",
"laravel-mix-bundle-analyzer" : "^1.0.5",
"laravel-mix-purgecss" : "^6.0.0",
"lodash" : "^4.17.21",
"moment-locales-webpack-plugin" : "^1.2.0",
"postcss" : "^8.4.47",
"resolve-url-loader" : "^4.0.0",
"sass" : "^1.80.3",
"sass-loader" : "^16.0.2",
"vue" : "^2.7.16",
"vue-loader" : "^15.11.1",
"vue-template-compiler" : "^2.7.16"
},
"dependencies" : {
"@primer/css" : "^15.2.0",
"bourbon" : "^7.3.0",
"moment" : "^2.30.1",
"vue-google-adsense" : "^1.10.1",
"vue-script2" : "^2.1.0"
},
"packageManager" : "[email protected]+sha512.faf344af2d6ca65c4c5c8c2224ea77a81a5e8859cbc4e06b1511ddce2f0151512431dd19e6aff31f2c6a8f5f2aced9bd2273e1fed7dd4de1868984059d2c4247"
}