-
Notifications
You must be signed in to change notification settings - Fork 73
/
package.json
27 lines (27 loc) · 1.19 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
{
"private": true,
"scripts": {
"dev": "NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"hot": "NODE_ENV=development webpack-dev-server --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"production": "NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"production:watch": "NODE_ENV=production node_modules/webpack/bin/webpack.js --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"dependencies": {
"axios": "^0.17.1",
"humanize-duration": "^3.12.0",
"limax": "^1.5.0",
"lodash": "^4.17.4",
"marked": "^0.3.6",
"mobile-detect": "^1.3.7",
"qs": "^6.5.1",
"vue": "^2.4.4",
"vue-lodash": "^1.0.3",
"vue-router": "^2.5.3",
"vuedraggable": "^2.15.0",
"vuex": "^2.3.1"
},
"devDependencies": {
"laravel-mix": "^1.6.1"
}
}