This repository was archived by the owner on Jan 31, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.49 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.49 KB
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
36
37
38
{
"private": true,
"scripts": {
"dev": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=webpack.config.js",
"watch": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --progress --hide-modules --config=webpack.config.js",
"watch-poll": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --watch-poll --progress --hide-modules --config=webpack.config.js",
"hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --config=webpack.config.js",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --config=webpack.config.js"
},
"devDependencies": {
"cross-env": "^3.2.3",
"eslint": "^3.8.1",
"eslint-config-airbnb-base": "^9.0.0",
"eslint-import-resolver-webpack": "^0.6.0",
"eslint-plugin-html": "^2.0.1",
"eslint-plugin-import": "^2.1.0",
"laravel-mix": "^0.8.3",
"lodash": "^4.17.4"
},
"dependencies": {
"accounting": "^0.4.1",
"axios": "^0.15.3",
"bootstrap-sass": "^3.3.7",
"element-ui": "^1.2.4",
"eslint-loader": "^1.6.3",
"jquery": "^3.1.1",
"jquery-ui": "^1.12.1",
"json-loader": "^0.5.4",
"moment": "^2.14.1",
"vue": "^2.2.0",
"vue-i18n": "^5.0",
"vue-resource": "^1.2",
"vue-router": "^2.3.0",
"vue-spinner": "^1.0.2",
"vuex": "^2.2.0",
"vuex-router-sync": "^3.0.0"
}
}