forked from ant-design/bisheng-plugin-antd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 1.71 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
{
"name": "bisheng-plugin-antd",
"version": "0.16.5",
"description": "To support ant.design-like websites.",
"scripts": {
"lint": "eslint ./src",
"eslint-fix": "eslint --fix ./src",
"babel": "babel ./src --out-dir ./lib",
"prepublish": "npm run babel && cp ./src/template.html ./lib",
"postpublish": "rm -rf lib",
"test": "echo \"Error: no test specified\" && exit 1"
},
"babel": {
"presets": [
"es2015",
"react",
"stage-0"
]
},
"files": [
"lib"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ant-design/bisheng-plugin-antd.git"
},
"keywords": [
"bisheng",
"plugin",
"antd",
"ant",
"design"
],
"author": "Benjy Cui",
"license": "MIT",
"bugs": {
"url": "https://github.com/ant-design/bisheng-plugin-antd/issues"
},
"homepage": "https://github.com/ant-design/bisheng-plugin-antd#readme",
"dependencies": {
"antd": "latest",
"babel-core": "^6.9.1",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"classnames": "^2.2.5",
"jsonml.js": "^0.1.0",
"node-prismjs": "^0.1.0",
"nunjucks": "^2.4.2",
"postcss": "^6.0.14",
"postcss-pxtorem": "^4.0.1",
"react-sublime-video": "^0.2.0"
},
"devDependencies": {
"babel-cli": "^6.10.1",
"babel-preset-stage-0": "^6.5.0",
"eslint": "^3.9.1",
"eslint-config-airbnb": "^12.0.0",
"eslint-plugin-import": "^1.8.1",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.4.1"
},
"peerDependencies": {
"bisheng": ">=0.22.0",
"bisheng-plugin-react": ">=0.5.0",
"jsonml-to-react-element": "^1.0.0",
"react": "^15.0.0 || ^16.0.0",
"typescript": "^2.0.6"
}
}