-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
77 lines (77 loc) · 2.14 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
{
"name": "bitcoin-forge",
"version": "0.14.1",
"description": "Bitcoin forge tools",
"main": "cli.js",
"scripts": {
"dev": "webpack serve --mode development",
"build": "webpack --mode production",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/improvein/bitcoin-forge.git"
},
"keywords": [
"bitcoin",
"transaction",
"tx",
"address",
"segwit"
],
"author": "Improve-in",
"license": "MIT",
"bugs": {
"url": "https://github.com/improvein/bitcoin-forge/issues"
},
"homepage": "https://github.com/improvein/bitcoin-forge#readme",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-brands-svg-icons": "^6.0.0",
"@fortawesome/free-solid-svg-icons": "^6.0.0",
"@fortawesome/react-fontawesome": "^0.1.14",
"@popperjs/core": "^2.9.2",
"bitcoinjs-lib": "^5.2.0",
"bootstrap": "^5.0.2",
"bs58check": "^2.1.2",
"commander": "^9.0.0",
"jquery": "^3.6.0",
"prop-types": "^15.7.2",
"qrcode.react": "^1.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^6.2.2"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.7",
"@babel/preset-react": "^7.14.5",
"autoprefixer": "^10.3.0",
"babel-loader": "^8.2.2",
"buffer": "^6.0.3",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^10.2.4",
"css-loader": "^6.7.0",
"cssnano": "^5.0.6",
"eslint": "^8.10.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.24.0",
"file-loader": "^6.2.0",
"html-loader": "^3.1.0",
"html-webpack-plugin": "^5.3.2",
"mini-css-extract-plugin": "^2.1.0",
"node-sass": "^7.0.1",
"postcss": "^8.3.5",
"postcss-loader": "^6.1.1",
"sass-loader": "^12.1.0",
"stream-browserify": "^3.0.0",
"style-loader": "^3.0.0",
"tar": "^6.1.0",
"url-loader": "^4.1.1",
"webpack": "^5.44.0",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^4.7.4"
}
}