-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
82 lines (82 loc) · 2.09 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "eros-cli",
"version": "2.0.9",
"description": "A simple CLI for scaffolding weex projects, we provide eros-template to quickly build small and medium sized app.",
"bin": {
"eros": "./bin/eros.js"
},
"repository": {
"type": "git",
"url": "[email protected]:fe/scaffold.git"
},
"keywords": [
"weex",
"vue",
"hybird app",
"eros"
],
"author": "Zero",
"license": "ISC",
"dependencies": {
"babel-core": "^6.25.0",
"babel-eslint": "^8.2.2",
"babel-loader": "^7.1.2",
"chalk": "^2.3.0",
"connect": "3.4.1",
"cryptlib": "^1.0.3",
"css-loader": "^0.28.4",
"download-git-repo": "^1.0.1",
"eslint": "^4.15.0",
"eslint-config-vue": "^2.0.2",
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-html": "^4.0.1",
"eslint-plugin-vue": "^4.1.0",
"glob": "7.0.6",
"gulp": "3.9.1",
"gulp-clean": "0.3.2",
"gulp-less": "^3.3.0",
"gulp-mock-server": "1.1.1",
"gulp-notify": "^3.0.0",
"gulp-plumber": "^1.1.0",
"gulp-sass": "^3.0.0",
"gulp-sequence": "0.4.5",
"gulp-stylus": "^2.6.0",
"gulp-util": "3.0.7",
"https": "^1.0.0",
"inquirer": "^3.3.0",
"json-loader": "0.5.4",
"jsonfile": "^2.4.0",
"less-loader": "^4.0.5",
"lodash": "4.15.0",
"merge-stream": "1.0.0",
"minimatch": "^3.0.2",
"node-uuid": "^1.4.8",
"npm": "^5.6.0",
"npm-check": "^5.4.5",
"ora": "^1.3.0",
"pretty-hrtime": "1.0.2",
"prompt": "1.0.0",
"recursive-copy": "^2.0.9",
"request": "^2.75.0",
"rimraf": "^2.6.2",
"sass-loader": "^6.0.6",
"serve-index": "1.8.0",
"serve-static": "1.11.1",
"shelljs": "^0.7.8",
"style-loader": "^0.18.2",
"stylus-loader": "^3.0.1",
"through2": "2.0.1",
"weex-loader": "^0.7.2",
"ws": "^4.0.0",
"yargs": "4.8.0",
"zip-folder": "^1.0.0",
"happypack": "^4.0.0",
"os": "^0.1.1",
"postcss-loader": "^2.0.10",
"postcss-plugin-px2rem": "^0.7.0",
"postcss-plugin-weex": "^0.1.6",
"postcss-px2rem": "^0.3.0",
"webpack": "^3.2.0"
}
}