-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 1.43 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "easywebpack-weex-boilerplate",
"version": "3.4.0",
"description": "weex native and web build boilerplate",
"scripts": {
"build": "easy build prod",
"start": "easy start",
"lint": "eslint .",
"fix": "eslint --fix .",
"ii": "npm install --registry https://registry.npm.taobao.org"
},
"dependencies": {
"extend": "^3.0.0",
"lodash": "^4.17.4",
"moment": "^2.17.1",
"vue": "^2.3.3",
"vue-router": "^2.3.3",
"vuex": "^2.3.1",
"vuex-router-sync": "^4.2.0"
},
"devDependencies": {
"autoprefixer": "^7.1.4",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-env": "^1.6.0",
"easywebpack-cli": "^3.12.0",
"easywebpack-weex": "^3.2.0",
"eslint": "^3.18.0",
"eslint-config-eslint": "^5.0.1",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-vue": "^2.0.1",
"html-webpack-plugin": "^3.2.0",
"node-sass": "^4.5.3",
"sass-loader": "^6.0.6"
},
"engines": {
"node": ">=6.0.0"
},
"ci": {
"version": "6, 8, 10"
},
"repository": {
"type": "git",
"url": "https://github.com/hubcarl/easywebpack-weex-boilerplate.git"
},
"author": "hubcarl@126.com"
}