-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
68 lines (68 loc) · 1.67 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
{
"name": "sparta",
"version": "0.1.0",
"private": true,
"dependencies": {
"@polkadot/api": "^7.11.1",
"@polkadot/react-api": "^0.39.1",
"@polkadot/react-identicon": "^1.1.1",
"@polkadot/util": "^8.4.1",
"@polkadot/util-crypto": "^8.4.1",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"@testing-library/user-event": "^13.2.1",
"bignumber.js": "^9.0.2",
"bootstrap": "5.1.3",
"bootstrap-icons": "^1.8.1",
"buffer": "^6.0.3",
"chart.js": "^3.8.0",
"crypto-browserify": "^3.12.0",
"patch-package": "^6.4.7",
"postinstall-postinstall": "^2.1.0",
"process": "^0.11.10",
"react": "^17.0.2",
"react-bootstrap": "^2.2.0",
"react-chartjs-2": "^4.2.0",
"react-dom": "^17.0.2",
"react-router-dom": "^6.2.2",
"react-scripts": "5.0.0",
"stream-browserify": "^3.0.0",
"web-vitals": "^2.1.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"postinstall": "patch-package",
"predeploy": "react-scripts build",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
"chrome >= 67",
"edge >= 79",
"firefox >= 68",
"opera >= 54",
"safari >= 14"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"browser": {
"crypto": false
},
"devDependencies": {
"gh-pages": "^3.2.3"
},
"homepage": "https://sparta.calamari.systems"
}