-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
44 lines (44 loc) · 1.07 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
{
"name": "vtx-ui",
"version": "0.4.47",
"description": "vtx-ui",
"main": "lib/index.js",
"scripts": {
"build": "rimraf lib && babel src --out-dir lib && node styleProcessor.js",
"prepublish": "npm run build"
},
"files": [
"lib",
"demo",
"src",
"docs"
],
"dependencies": {
"immutable": "^3.8.2",
"lodash": "^4.17.10",
"moment": "^2.20.1",
"viewerjs": "1.3.3"
},
"devDependencies": {
"babel-cli": "^6.14.0",
"babel-core": "^6.18.2",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.7",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-remove-console": "^6.8.5",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-polyfill": "^6.9.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"less": "^3.9.0",
"rimraf": "^2.6.2"
},
"peerDependencies": {
"react": "^15.4.0",
"react-dom": "^15.4.0",
"antd": "^2.13.7"
},
"author": "ztq",
"license": "MIT"
}