-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
52 lines (52 loc) · 1.37 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": "antd-adapter",
"version": "0.1.2",
"description": "An adapter which makes newer antd works like old one. DIRTY HACK \\ T^T /",
"scripts": {
"test": "jest",
"lint": "eslint ./1to2 --ext jsx",
"lint-fix": "eslint --fix ./1to2 --ext jsx",
"prepublish": "babel ./1to2 --out-dir ./1to2 --ignore __tests__",
"postpublish": "rm ./1to2/*.js"
},
"files": [
"1to2"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ant-design/antd-adapter.git"
},
"keywords": [
"adapter",
"antd"
],
"author": "Benjy Cui",
"license": "MIT",
"bugs": {
"url": "https://github.com/ant-design/antd-adapter/issues"
},
"homepage": "https://github.com/ant-design/antd-adapter#readme",
"devDependencies": {
"antd": "^2.0.0",
"babel": "^6.5.2",
"babel-cli": "^6.18.0",
"babel-jest": "^18.0.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"enzyme": "^2.7.0",
"eslint": "^3.12.2",
"eslint-config-airbnb": "^13.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^2.0.0",
"eslint-plugin-react": "^6.8.0",
"jest": "^18.0.0",
"moment": "^2.17.1",
"react": "^15.4.1",
"react-addons-test-utils": "^15.4.1",
"react-dom": "^15.4.1"
},
"dependencies": {
"gregorian-calendar": "^4.1.6"
}
}