-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathpackage.json
29 lines (29 loc) · 928 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
{
"private": true,
"scripts": {
"build": "webpack --progress --hide-modules --env=$NODE_ENV --config=node_modules/laravel-mix/setup/webpack.config.js",
"production": "cross-env NODE_ENV=production yarn build",
"dev": "cross-env NODE_ENV=development yarn build",
"watch": "yarn dev --watch"
},
"devDependencies": {
"browser-sync": "^2.29.3",
"browser-sync-webpack-plugin": "^2.3.0",
"bulma": "^0.9.4",
"cross-env": "^7.0.3",
"extra-watch-webpack-plugin": "^1.0.3",
"hasbin": "^1.2.3",
"laravel-mix": "^5.0.9",
"node-cmd": "^4.0.0",
"on-build-webpack": "^0.1.0",
"sass": "^1.60.0",
"sass-loader": "10.*",
"vue-template-compiler": "2.7.16",
"yargs": "^17.7.2"
},
"dependencies": {
"lodash": "^4.17.21",
"remove": "^0.1.5",
"vue": "2.7.16"
}
}