forked from aschmelyun/github-actions-docker-compile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 828 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
{
"private": true,
"scripts": {
"dev": "npm run development",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "mix --production"
},
"dependencies": {
"autoprefixer": "^10.3.4",
"browser-sync": "^2.27.5",
"browser-sync-webpack-plugin": "^2.3.0",
"jquery": "^3.6.0",
"lodash": "^4.17.21",
"mix-tailwindcss": "^1.3.0",
"node-cmd": "^5.0.0",
"on-build-webpack2": "^0.2.0",
"postcss": "^8.3.6",
"sass": "^1.39.0",
"sass-loader": "^12.1.0",
"tailwindcss": "^2.2.10",
"vue": "^2.6.14",
"vue-template-compiler": "^2.6.14"
}
}