-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
71 lines (71 loc) · 2.01 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
{
"name": "borker-app",
"version": "0.1.0",
"description": "GUI for censorship-resistant news sharing on Dogecoin",
"author": "MattDHill",
"license": "MIT",
"repository": {
"type": "git",
"url": "[email protected]:MattDHill/borker-app.git"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.19",
"@fortawesome/free-regular-svg-icons": "^5.9.0",
"@fortawesome/free-solid-svg-icons": "^5.9.0",
"@fortawesome/react-fontawesome": "^0.1.4",
"bignumber.js": "^9.0.0",
"borker-rs-browser": "^0.1.28",
"bs58": "^4.0.1",
"crypto-js": "^3.1.9-1",
"idb-keyval": "^3.2.0",
"is-image": "^3.0.0",
"lighthouse": "^5.1.0",
"moment": "^2.24.0",
"qrcode.react": "^0.9.3",
"react": "^16.8.6",
"react-copy-to-clipboard": "^5.0.1",
"react-dom": "^16.8.6",
"react-infinite-scroller": "^1.2.4",
"react-modal": "^3.8.1",
"react-router-dom": "^5.0.1",
"react-scripts": "3.0.1",
"react-sidebar": "^3.0.2",
"react-tabs": "^3.0.0",
"request": "^2.88.0",
"request-promise": "^4.2.4",
"wasm-loader": "^1.3.0"
},
"scripts": {
"start": "PORT=3001 react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-app-rewired eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@types/crypto-js": "^3.1.43",
"@types/jest": "^24.0.15",
"@types/node": "^12.0.10",
"@types/qrcode.react": "^0.8.2",
"@types/react": "^16.8.22",
"@types/react-copy-to-clipboard": "^4.2.6",
"@types/react-dom": "^16.8.4",
"@types/react-infinite-scroller": "^1.2.1",
"@types/react-modal": "^3.8.2",
"@types/react-router-dom": "^4.3.4",
"@types/react-sidebar": "^3.0.0",
"@types/react-tabs": "^2.3.1",
"@types/request-promise": "^4.1.44",
"node-sass": "^4.12.0",
"react-app-rewired": "^2.1.3",
"typescript": "^3.5.2"
}
}