-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 956 Bytes
/
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
{
"name": "cfx.antd-wrapper",
"version": "0.0.0",
"main": "dist/bundle.js",
"scripts": {
"clean": "rm -rf ./dist",
"build": "rollup -c",
"rebuild": "npm run clean; npm run build",
"test": "make rebuild; make server_storybook",
"postinstall": "npm run build"
},
"devDependencies": {
"@storybook/addon-info": "^3.2.19",
"@storybook/addon-options": "^3.2.19",
"@storybook/react": "^3.2.19",
"cfx.simple-build-tool": "^0.0.6",
"ddeyes": "^0.0.6",
"stylus": "^0.54.5"
},
"dependencies": {
"antd": "^3.0.3",
"cfx.dom": "0.1.0",
"cfx.link": "0.0.5",
"cfx.style": "^0.0.4",
"normalize.css": "^7.0.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-particles-js": "^2.1.0",
"recompose": "^0.26.0",
"reset-css": "^2.2.1",
"rollup": "^0.53.3",
"rollup-plugin-cleanup": "^2.0.0",
"rollup-plugin-image": "^1.0.2",
"rollup-plugin-re": "^1.0.6"
}
}