-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
54 lines (54 loc) · 1.63 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
{
"name": "react-bitcoin-payment-button",
"version": "0.2.8",
"description": "Receive Bitcoin Payments on your React website through the [Blockonomics](https://www.blockonomics.co/) Payment Button",
"repository": {
"type": "git",
"url": "git+https://github.com/cnohall/react-bitcoin-payment-button.git"
},
"bugs": {
"url": "https://github.com/cnohall/react-bitcoin-payment-button/issues"
},
"homepage": "https://github.com/cnohall/react-bitcoin-payment-button#readme",
"main": "lib/index.js",
"browser": "lib/index.umd.js",
"module": "lib/index.es.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "styleguidist server",
"build": "rollup -c",
"prepublishOnly": "rm -rf lib && npm run build",
"postbuild": "npm pack && tar -xvzf *.tgz && rm -rf package *.tgz"
},
"keywords": [
"Blockonomics",
"Bitcoin",
"React",
"Payment",
"Button"
],
"author": "cnohall",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.14.3",
"@babel/preset-env": "^7.14.4",
"@babel/preset-react": "^7.13.13",
"babel-loader": "^8.2.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-styleguidist": "^11.1.7",
"rollup": "^2.51.0",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-uglify": "^6.0.4",
"webpack": "^5.38.1",
"rollup-plugin-terser": "^7.0.2",
"babel-plugin-module-resolver": "^4.1.0",
"terser": "^5.7.0"
},
"dependencies": {
"postscribe": "^2.0.8"
}
}