-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
80 lines (80 loc) · 2.44 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
{
"name": "@ant-design/bisheng-plugin",
"version": "3.3.0-alpha.4",
"description": "To support ant.design-like websites.",
"scripts": {
"lint": "eslint ./src",
"eslint-fix": "eslint --fix ./src",
"babel": "babel ./src --out-dir ./lib",
"prepublishOnly": "npm run babel && cp ./src/template.html ./lib && np --yolo --no-publish",
"postpublish": "rm -rf lib",
"test": "echo \"Error: no test specified\" && exit 1"
},
"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": {
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.2.1",
"@babel/plugin-proposal-export-default-from": "^7.2.0",
"@babel/plugin-proposal-export-namespace-from": "^7.2.0",
"@babel/plugin-proposal-object-rest-spread": "^7.2.0",
"@babel/plugin-transform-member-expression-literals": "^7.2.0",
"@babel/plugin-transform-object-assign": "^7.2.0",
"@babel/plugin-transform-property-literals": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/plugin-transform-spread": "^7.2.0",
"@babel/plugin-transform-template-literals": "^7.2.0",
"@babel/preset-env": "^7.3.1",
"@babel/preset-react": "^7.0.0",
"antd": "^4.0.0",
"bisheng-plugin-react": "^1.1.2",
"classnames": "^2.2.5",
"jsonml.js": "^0.1.0",
"nunjucks": "^3.1.3",
"postcss": "^8.4.13",
"postcss-pxtorem": "^6.0.0",
"prismjs": "^1.16.0",
"react-router-3-fork": "^3.2.6-rc.0",
"react-sublime-video": "^0.2.0",
"sylvanas": "^0.6.0"
},
"devDependencies": {
"np": "^6.2.3",
"@babel/cli": "^7.2.3",
"babel-eslint": "^10.0.3",
"eslint": "^7.0.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.16.0",
"jsonml-to-react-element": "^1.1.11",
"react": "^16.10.2",
"react-dom": "^16.10.2",
"typescript": "^4.0.2"
},
"peerDependencies": {
"bisheng": "*",
"bisheng-plugin-react": "*",
"jsonml-to-react-element": "^1.0.0",
"react": ">=16.0.0",
"typescript": "^4.0.2"
}
}