forked from alibaba/ice
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
102 lines (102 loc) · 2.97 KB
/
package.json
File metadata and controls
102 lines (102 loc) · 2.97 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
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"name": "ice-devtools",
"version": "1.0.4",
"description": "ice 开发者工具",
"main": "index.js",
"bin": {
"ice-devtools": "bin/ice-devtools.js",
"ice-devtools-init": "bin/ice-devtools-init.js",
"ice-devtools-add": "bin/ice-devtools-add.js",
"ice-devtools-start": "bin/ice-devtools-start.js",
"ice-devtools-generate": "bin/ice-devtools-generate.js",
"ice-devtools-build": "bin/ice-devtools-build.js",
"ice-devtools-publish": "bin/ice-devtools-publish.js"
},
"author": {
"name": "ICE Team",
"email": "ice-admin@alibaba-inc.com"
},
"license": "MIT",
"dependencies": {
"async": "^2.6.0",
"axios": "^0.18.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-plugin-component": "^1.1.0",
"babel-plugin-import": "^1.8.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
"babel-plugin-transform-export-extensions": "^6.22.0",
"babel-plugin-transform-lib-import": "^0.1.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"chalk": "^1.1.3",
"chokidar": "^2.0.4",
"colors": "^1.3.0",
"consolidate": "^0.15.1",
"css-loader": "^0.28.11",
"debug": "^2.6.3",
"detective-module": "^2.0.0",
"download-git-repo": "^1.0.2",
"ejs": "^2.5.6",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"glob": "^7.1.1",
"glob-promise": "^3.4.0",
"handlebars": "^4.0.11",
"html-webpack-plugin": "^3.1.0",
"inquirer": "^3.3.0",
"kebab-case": "^1.0.0",
"koa-bodyparser": "^4.2.1",
"koa-router": "^7.4.0",
"koa-views": "^6.1.4",
"marked": "^0.4.0",
"metalsmith": "^2.3.0",
"mkdirp": "^0.5.1",
"moment": "^2.22.0",
"multimatch": "^2.1.0",
"node-sass": "^4.8.3",
"ora": "^2.0.0",
"path-exists": "^3.0.0",
"prismjs": "^1.15.0",
"props-schema-generator": "^0.1.1",
"read-metadata": "^1.0.0",
"request": "^2.85.0",
"request-promise": "^4.2.2",
"rimraf": "^2.6.1",
"sass-loader": "^6.0.7",
"semver": "^5.3.0",
"style-loader": "^0.20.3",
"tar": "^2.2.1",
"tildify": "^1.2.0",
"typescript-definition-generator": "^0.1.1",
"uppercamelcase": "^3.0.0",
"url-loader": "^1.0.1",
"user-home": "^2.0.0",
"uuid": "^3.0.1",
"validate-npm-package-name": "^3.0.0",
"vue-hot-reload-api": "^2.3.0",
"vue-loader": "^14.2.2",
"vue-style-loader": "^4.1.0",
"vue-template-compiler": "^2.5.16",
"webpack": "^4.4.1",
"webpack-dev-server": "^3.1.1",
"webpack-hot-client": "^4.1.0",
"webpack-merge": "^4.1.2",
"webpack-plugin-import": "^0.1.2",
"webpack-serve": "^1.0.4",
"write": "^0.3.3"
},
"engines": {
"node": ">=8.0.0"
},
"publishConfig": {
"registry": "http://registry.npmjs.com",
"access": "public"
},
"devDependencies": {
"@icedesign/demo-layout": "^0.1.7",
"cross-spawn": "^6.0.5",
"html-webpack-plugin": "^3.1.0"
}
}