-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
78 lines (78 loc) · 2.34 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
{
"name": "bitcoin-invoice-components",
"version": "0.23.0",
"description": "Integrate bip70 invoices into your react app",
"main": "dist/badger-components.js",
"scripts": {
"test": "webpack --mode=development",
"build": "webpack --mode=production",
"storybook": "start-storybook -p 9001",
"prepublish": "npm run build",
"build-storybook": "build-storybook",
"format": "prettier --write \"src/**/*.js\"",
"analyse": "NODE_ENV=analyse webpack --mode=production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bitcoin-com/badger-components-react.git"
},
"keywords": [
"badger",
"bitcoin cash",
"web payments",
"react component",
"BCH",
"badger button",
"bch payment"
],
"author": "Joey <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/bitcoin-com/bitcoin-invoice-components/issues"
},
"homepage": "https://github.com/bitcoin-com/bitcoin-invoice-components#readme",
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-transform-runtime": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/preset-flow": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@storybook/addon-actions": "^5.1.9",
"@storybook/addon-knobs": "^5.1.9",
"@storybook/addon-links": "^5.1.9",
"@storybook/addon-notes": "^5.1.9",
"@storybook/addon-options": "^5.1.9",
"@storybook/addon-storysource": "^5.1.9",
"@storybook/addons": "^5.1.9",
"@storybook/react": "^5.1.9",
"@storybook/theming": "^5.1.9",
"babel-loader": "^8.0.6",
"css-loader": "^3.1.0",
"prettier": "^1.18.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"style-loader": "^0.23.1",
"styled-components": "^4.3.2",
"svg-url-loader": "^3.0.0",
"url-loader": "^2.1.0",
"webpack": "^4.37.0",
"webpack-bundle-analyzer": "^3.3.2",
"webpack-cli": "^3.3.6"
},
"peerDependencies": {
"react": "^16.3.0",
"react-dom": "^16.3.0",
"styled-components": "^4.0.0"
},
"dependencies": {
"bignumber.js": "^9.0.0",
"bitcoincom-link": "^0.1.10",
"lodash": "^4.17.15",
"lottie-react-web": "^2.1.4",
"qrcode.react": "^1.0.0",
"react-circular-progressbar": "^2.0.3",
"react-copy-to-clipboard": "^5.0.2",
"react-image": "^4.0.3"
}
}