-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
81 lines (81 loc) · 2.27 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
79
80
81
{
"name": "core-www",
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@types/jest": "^26.0.9",
"@types/node": "^14.0.27",
"@types/react": "^16.9.46",
"@use-it/interval": "^0.1.3",
"bignumber.js": "^9.0.0",
"butterchurn": "^2.6.7",
"butterchurn-presets": "^2.4.7",
"eth-contract-metadata": "^1.15.0",
"ethereum-input-data-decoder": "^0.3.1",
"full-countries-cities": "^0.0.9",
"human-standard-token-abi": "^2.0.0",
"jazzicon": "^1.5.0",
"js-dos": "^6.22.59",
"luxon": "^1.25.0",
"mines": "^1.1.3",
"mines-robot": "^0.5.0",
"moment": "^2.29.1",
"numeral": "^2.0.6",
"react": "^16.13.1",
"react-circular-progressbar": "^2.0.3",
"react-countdown": "^2.2.1",
"react-device-detect": "^1.14.0",
"react-dom": "^16.13.1",
"react-dom-confetti": "^0.2.0",
"react-draggable": "^4.4.3",
"react-iframe": "^1.8.0",
"react-jazzicon": "^0.1.3",
"react-moment": "^1.0.0",
"react-resize-detector": "^5.2.0",
"react-retro-hit-counter": "^1.0.1",
"react-rewards": "^1.1.2",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.1",
"react-singleton-hook": "^3.0.142",
"react-sortable-hoc": "^1.11.0",
"react-use-localstorage": "^3.5.3",
"react95": "^3.0.1",
"styled-components": "^5.2.0",
"typescript": "^3.9.7",
"use-debounce": "^5.1.0",
"use-wallet": "^0.9.0",
"web3": "^1.3.6",
"webamp": "^1.4.1-beta05"
},
"scripts": {
"start": "cross-env HOST=0.0.0.0 PORT=3000 react-scripts start",
"build": "cross-env CI= GENERATE_SOURCEMAP=false react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/numeral": "0.0.28",
"@types/react-dom": "^16.9.8",
"@types/react-router-dom": "^5.1.5",
"@types/styled-components": "^5.1.2",
"cross-env": "^7.0.2"
}
}