forked from jumilla/wordpress-plus
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 797 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 797 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"private": true,
"dependencies": {
"lari-lazy-image": "0.0.1",
"uglify-js": "git+https://github.com/mishoo/UglifyJS2.git#harmony",
"vue-blu": "^0.1.9",
"vue-grid-layout": "^2.1.3"
},
"devDependencies": {
"axios": "^0.15.3",
"ignore-loader": "^0.1.2",
"laravel-mix": "^0.8.1",
"lodash": "^4.17.4",
"vue": "^2.2.1"
},
"scripts": {
"dev": "cross-env NODE_ENV=development webpack --watch --progress --hide-modules",
"hmr": "cross-env NODE_ENV=development webpack-dev-server --inline --hot",
"posttest": "nyc report --reporter=html",
"production": "cross-env NODE_ENV=production webpack --progress --hide-modules",
"test": "nyc ava --verbose",
"webpack": "cross-env NODE_ENV=development webpack --progress --hide-modules"
}
}