-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
106 lines (106 loc) · 2.85 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"name": "cyborg-connect",
"version": "0.0.2",
"private": true,
"author": "Cyborg Network",
"license": "Unlicense",
"homepage": "https://demo.cyborgnetwork.io/",
"bugs": {
"url": "https://github.com/substrate-developer-hub/substrate-front-end-template/issues"
},
"keywords": [
"substrate",
"substrate-ui",
"polkadot-js",
"cyborg-network",
"cyborg-connect"
],
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "CI=true react-app-rewired test",
"eject": "react-scripts eject",
"eslint:check": "eslint --ext .jsx,.js src/",
"eslint:write": "eslint --fix --ext .jsx,.js src/",
"prettier:check": "prettier -c src/*",
"prettier:write": "prettier -w src/*",
"deploy": "gh-pages -d build"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/material": "^5.15.18",
"@mui/x-charts": "^7.5.1",
"@polkadot/api": "^11.3.1",
"@polkadot/extension-dapp": "^0.46.2",
"@polkadot/keyring": "^12.1.2",
"@polkadot/networks": "^12.1.2",
"@polkadot/types": "^10.6.1",
"@polkadot/ui-keyring": "^3.3.1",
"@polkadot/ui-settings": "^3.3.1",
"@polkadot/util": "^12.1.2",
"@polkadot/util-crypto": "^12.1.2",
"axios": "^1.6.8",
"bn.js": "^5.2.1",
"country-reverse-geocoding": "^0.2.2",
"framer-motion": "^6.5.1",
"haversine-distance": "^1.2.3",
"libsodium-wrappers": "^0.7.15",
"node-polyfill-webpack-plugin": "^1.1.4",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-copy-to-clipboard": "^5.0.4",
"react-dom": "^17.0.2",
"react-form-stepper": "^2.0.3",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.2.0",
"react-router-dom": "^6.26.1",
"react-scripts": "^5.0.0",
"react-simple-maps": "^3.0.0",
"react-use-websocket": "^3.0.0",
"react-world-flags": "^1.6.0",
"semantic-ui-css": "Semantic-Org/Semantic-UI-CSS#master",
"semantic-ui-react": "^2.1.2",
"stream-browserify": "^3.0.0",
"victory": "^37.0.2"
},
"devDependencies": {
"eslint": "^8.10.0",
"eslint-config-prettier": "^8.4.0",
"eslint-config-react-app": "^7.0.0",
"gh-pages": "^3.2.3",
"prettier": "2.5.1",
"react-app-rewired": "^2.2.1",
"semistandard": "^16.0.1",
"tailwindcss": "^3.4.3"
},
"resolutions": {
"eslint-plugin-jsx-a11y": "6.5.1"
},
"eslintConfig": {
"extends": [
"react-app",
"eslint:recommended",
"prettier"
]
},
"engines": {
"node": ">=16",
"npm": ">=8"
},
"browserslist": {
"production": [
">0.2%",
"not ie <= 99",
"not android <= 4.4.4",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"packageManager": "[email protected]"
}