-
-
Notifications
You must be signed in to change notification settings - Fork 379
/
package.json
35 lines (35 loc) · 1 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
{
"private": true,
"scripts": {
"dev": "mix",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"production": "mix --production",
"prod": "mix --production"
},
"devDependencies": {
"autoprefixer": "^10.3.2",
"axios": "^0.28",
"browser-sync": "^2.29.3",
"browser-sync-webpack-plugin": "^2.3.0",
"cross-env": "^7.0",
"laravel-mix": "^6.0",
"laravel-mix-purgecss": "^6.0.0",
"lodash": "^4.17.19",
"postcss": "^8.4.31",
"postcss-import": "^12.0.1",
"postcss-nested": "^4.1.2",
"postcss-preset-env": "^6.7.0",
"resolve-url-loader": "^3.0",
"tailwindcss": "^2.2.7",
"vue": "^2.5.17",
"vue-template-compiler": "^2.6.12"
},
"dependencies": {
"@docsearch/js": "^3.0.0-alpha.40",
"alpinejs": "^3.2.4",
"dayjs": "^1.10.7"
}
}