forked from ant-design/antd-tools
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
94 lines (94 loc) · 2.67 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
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "antd-tools",
"version": "4.0.5",
"description": "tools for ant design",
"keywords": [
"react",
"tools"
],
"homepage": "http://github.com/ant-design/antd-tools",
"author": "[email protected]",
"repository": {
"type": "git",
"url": "[email protected]:ant-design/antd-tools.git"
},
"bugs": {
"url": "http://github.com/ant-design/antd-tools/issues"
},
"license": "MIT",
"bin": {
"antd-tools": "./bin/antd-tools.js",
"antd-tools-run": "./bin/antd-tools-run.js"
},
"scripts": {
"pub": "git push origin && npm publish",
"postinstall": "node lib/init.js",
"lint": "eslint lib"
},
"dependencies": {
"autoprefixer": "^7.1.4",
"babel-core": "^6.25.0",
"babel-jest": "^21.2.0",
"babel-loader": "^7.1.2",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-import": "^1.1.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-es3-member-expression-literals": "^6.22.0",
"babel-plugin-transform-es3-property-literals": "^6.22.0",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "~6.23.0",
"babel-preset-env": "^1.6.0",
"babel-preset-react": "^6.24.1",
"case-sensitive-paths-webpack-plugin": "^2.1.1",
"chalk": "^2.1.0",
"colorful": "^2.1.0",
"commander": "^2.9.0",
"css-loader": "^0.28.7",
"deep-assign": "^2.0.0",
"extract-text-webpack-plugin": "^3.0.0",
"friendly-errors-webpack-plugin": "^1.6.1",
"gh-pages": "^1.0.0",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.0",
"gulp-strip-code": "^0.1.4",
"gulp-typescript": "^3.1.6",
"gulp-watch": "^4.3.10",
"jsonml.js": "^0.1.0",
"less": "^2.7.2",
"less-plugin-npm-import": "^2.1.0",
"mark-twain": "^2.0.2",
"merge2": "^1.2.0",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"object-assign": "~4.1.0",
"optimize-css-assets-webpack-plugin": "^3.2.0",
"postcss": "^6.0.12",
"postcss-loader": "^2.0.6",
"rimraf": "^2.6.1",
"rucksack-css": "^1.0.2",
"through2": "^2.0.1",
"ts-jest": "^21.0.1",
"ts-loader": "^3.0.3",
"tslint": "^5.3.2",
"tslint-eslint-rules": "^4.1.0",
"tslint-react": "^3.0.0",
"webpack": "^3.6.0"
},
"devDependencies": {
"babel-eslint": "^8.0.1",
"babel-plugin-module-resolver": "^2.7.1",
"eslint": "^4.7.2",
"eslint-config-airbnb": "^16.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.4.0",
"pre-commit": "1.x"
},
"peerDependencies": {
"typescript": "^2.2.1"
},
"pre-commit": [
"lint"
]
}