-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
60 lines (60 loc) · 1.56 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
{
"name": "hollaex-web-lib",
"version": "0.3.0",
"description": "HollaEx Web component library",
"main": "build/index.js",
"module": "build/index.es.js",
"files": [
"build"
],
"scripts": {
"start": "start-storybook",
"build": "rollup -c"
},
"author": "bitHolla Inc",
"license": "ISC",
"devDependencies": {
"@ant-design/icons": "4.2.2",
"@babel/core": "7.9.0",
"@babel/preset-env": "7.9.5",
"@babel/preset-react": "7.9.4",
"@rollup/plugin-commonjs": "19.0.0",
"@rollup/plugin-node-resolve": "13.0.0",
"@storybook/addon-knobs": "5.3.18",
"@storybook/react": "5.3.18",
"babel-loader": "8.1.0",
"classnames": "2.3.1",
"node-sass": "4.13.1",
"path": "0.12.7",
"postcss": "8.3.1",
"prop-types": "15.7.2",
"react": "16.13.1",
"react-device-detect": "1.6.2",
"react-dom": "16.13.1",
"react-event-listener": "0.6.6",
"react-recaptcha-v3": "2.0.1",
"react-svg": "11.2.2",
"rollup": "2.51.1",
"rollup-plugin-babel": "4.4.0",
"rollup-plugin-peer-deps-external": "2.2.4",
"rollup-plugin-postcss": "4.0.0",
"sass-loader": "8.0.2",
"webpack": "4.42.1",
"webpack-cli": "3.3.11"
},
"peerDependencies": {
"@ant-design/icons": "4.2.2",
"classnames": "2.3.1",
"prop-types": "15.7.2",
"react": "16.13.1",
"react-device-detect": "1.6.2",
"react-dom": "16.13.1",
"react-event-listener": "0.6.6",
"react-svg": "11.2.2"
},
"dependencies": {
"@material/button": "0.7.0",
"keycode": "2.2.0",
"react-copy-to-clipboard": "5.0.1"
}
}