forked from movefuns/movetool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
83 lines (83 loc) · 2.18 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
{
"name": "dapps",
"version": "0.1.0",
"private": true,
"dependencies": {
"@babel/preset-env": "^7.17.10",
"@craco/craco": "^7.0.0-alpha.3",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@ethersproject/bytes": "^5.6.1",
"@mui/icons-material": "^5.6.1",
"@mui/lab": "^5.0.0-alpha.81",
"@mui/material": "^5.6.1",
"@mui/styled-engine-sc": "^5.6.1",
"@mui/x-data-grid": "^5.9.0",
"@reduxjs/toolkit": "^1.8.1",
"@starcoin/starcoin": "2.1.5",
"@starcoin/starmask-onboarding": "^1.0.0",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.1.1",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.4.1",
"@types/node": "^16.11.27",
"@types/react": "^18.0.5",
"@types/react-dom": "^18.0.1",
"@types/react-redux": "^7.1.24",
"bignumber.js": "^9.0.2",
"echarts": "^5.3.2",
"echarts-for-react": "^3.0.2",
"i18next": "^21.6.16",
"i18next-browser-languagedetector": "^6.1.4",
"i18next-http-backend": "^1.4.0",
"js-sha3": "^0.8.0",
"node-polyfill-webpack-plugin": "^1.1.4",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-i18next": "^11.16.6",
"react-redux": "^8.0.0",
"react-router-dom": "6",
"react-scripts": "5.0.1",
"styled-components": "^5.3.5",
"swr": "^1.3.0",
"typescript": "^4.6.3",
"web-vitals": "^2.1.4",
"@types/lodash": "^4.14.165"
},
"scripts": {
"start": "craco start",
"build": "CI=true craco build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"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"
]
},
"devDependencies": {
"@dropzone-ui/react": "^6.7.5",
"@yubing744/move-js": "^0.5.0",
"add": "^2.0.6",
"axios": "^0.27.2",
"gh-pages": "^4.0.0",
"yarn": "^1.22.18",
"babel-plugin-lodash": "^3.3.4"
}
}