This repository has been archived by the owner on Nov 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
73 lines (73 loc) · 1.84 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
{
"name": "polkadot-staking-dapp",
"version": "0.1.0",
"private": true,
"homepage": "http://staking.token.im/kusama",
"proxy": "http://localhost:8080",
"dependencies": {
"@polkadot/api": "^1.30.1",
"@polkadot/extension-dapp": "^0.32.1",
"@polkadot/react-api": "^0.39.1",
"@polkadot/types": "^1.30.1",
"@types/jest": "24.0.15",
"@types/node": "12.6.8",
"@types/react": "16.8.23",
"@types/react-dom": "16.8.4",
"@types/react-redux": "^7.1.9",
"axios": "^0.19.2",
"bn.js": "^5.1.3",
"body-parser": "^1.19.0",
"chart.js": "^2.9.3",
"cogo-toast": "^1.0.4",
"cors": "^2.8.5",
"countdown": "^2.6.0",
"dayjs": "^1.8.34",
"eventemitter3": "^3.1.0",
"express": "^4.17.1",
"immer": "^3.3.0",
"lodash": "4.17.20",
"numeral": "^2.0.6",
"open-app": "git+https://github.com/xwartz/open-app#a9842f508",
"react": "^16.13.1",
"react-chartjs-2": "^2.10.0",
"react-dom": "^16.13.1",
"react-loading": "^2.0.3",
"react-modal": "^3.11.2",
"react-redux": "^7.2.1",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.3",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"typescript": "^3.9.7"
},
"devDependencies": {
"node-sass": "^4.14.1"
},
"resolutions": {
"lodash": "4.17.20",
"ajv": "6.12.3",
"elliptic": "6.5.3"
},
"scripts": {
"start": "react-scripts start",
"build": "NODE_OPTIONS=--max_old_space_size=8192 react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"server": "node server/index.js"
},
"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"
]
}
}