-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.19 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
{
"name": "qd-ui",
"version": "1.0.0",
"description": "Components for *qd",
"main": "webpack.config.base.js",
"scripts": {
"storybook:serve": "start-storybook -p 9001 -c .storybook",
"storybook:build": "build-storybook -c .storybook -o .build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/21-23/qd-ui.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/21-23/qd-ui/issues"
},
"homepage": "https://github.com/21-23/qd-ui#readme",
"devDependencies": {
"@storybook/addon-knobs": "^3.2.17",
"@storybook/addon-options": "^3.2.17",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"preact": "^8.2.7",
"preact-compat": "^3.17.0",
"react-fontawesome": "^1.6.1",
"styled-jsx": "^2.2.1"
},
"dependencies": {
"@storybook/react": "^3.2.17",
"preact-virtual-list": "^0.3.1"
},
"peerDependencies": {
"preact": "^8.2.7",
"react-fontawesome": "^1.6.1",
"styled-jsx": "^2.2.1"
}
}