forked from BoltzExchange/boltz-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.94 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
{
"name": "boltz-frontend",
"version": "1.2.0-beta",
"scripts": {
"start": "BROWSER=none react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint src",
"lint:fix": "eslint --fix src",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"zip": "cd build && zip -r build.zip * && mv build.zip .. && cd .."
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"license": "AGPL-3.0",
"repository": {
"type": "git",
"url": "git+https://github.com/BoltzExchange/boltz-frontend.git"
},
"dependencies": {
"axios": "^0.21.1",
"bignumber.js": "^9.0.0",
"bitcoinjs-lib": "^5.1.6",
"boltz-core": "^0.0.10",
"eventsource": "^1.0.7",
"lodash.throttle": "^4.1.1",
"prop-types": "^15.7.2",
"qrcode-parser": "^1.2.0",
"qrious": "^4.0.2",
"react": "^16.9.0",
"react-confetti": "^4.0.1",
"react-device-detect": "^1.9.10",
"react-dom": "^16.9.0",
"react-icons": "^3.7.0",
"react-jss": "^8.6.1",
"react-loader-spinner": "^3.1.2",
"react-notifications-component": "^1.1.1",
"react-qr-reader": "^2.2.1",
"react-redux": "^7.1.0",
"react-responsive-modal": "^4.0.1",
"react-router-dom": "^5.0.1",
"react-scripts": "^3.1.1",
"react-switch": "^5.0.1",
"redux": "^4.0.4",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"webln": "^0.2.2"
},
"devDependencies": {
"@babel/plugin-syntax-decorators": "^7.2.0",
"babel-eslint": "^10.0.2",
"conventional-changelog": "^3.1.10",
"conventional-changelog-cli": "^2.0.23",
"eslint-config-google": "^0.13.0",
"eslint-config-prettier": "^6.1.0",
"eslint-plugin-html": "^6.0.0",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "^7.14.3",
"prettier": "^1.18.2"
}
}