-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathpackage.json
114 lines (114 loc) · 3.24 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
107
108
109
110
111
112
113
114
{
"name": "starcoin-explorer",
"version": "1.6.9",
"private": false,
"engines": {
"node": "16.x"
},
"dependencies": {
"@craco/craco": "^6.0.0",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@ethersproject/bytes": "^5.1.0",
"@mui/icons-material": "^5.6.1",
"@mui/lab": "^5.0.0-alpha.83",
"@mui/material": "^5.6.1",
"@mui/styles": "^5.6.1",
"@starcoin-org/stc-move-js": "^0.8.0",
"@starcoin/move-js": "^0.8.0",
"@starcoin/starcoin": "^2.1.6",
"@starcoin/starmask-onboarding": "^1.2.0",
"@starcoin/starswap-web3-core": "^0.2.1",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/jest": "^26.0.15",
"@types/js-cookie": "^3.0.2",
"@types/lodash": "^4.14.165",
"@types/node": "^16.0.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@wasmer/wasi": "^0.12.0",
"@wasmer/wasm-transformer": "^0.10.0",
"@wasmer/wasmfs": "^0.12.0",
"classnames": "^2.3.1",
"connected-react-router": "^6.9.0",
"dayjs": "^1.11.2",
"file-saver": "^2.0.5",
"firebase": "^9.9.0",
"i18next": "^21.8.5",
"i18next-browser-languagedetector": "^6.1.4",
"i18next-http-backend": "^1.4.1",
"js-cookie": "^3.0.1",
"js-sha3": "^0.8.0",
"react": "^18.1.0",
"react-countdown": "^2.3.2",
"react-dom": "^18.1.0",
"react-helmet-async": "^1.3.0",
"react-i18next": "^11.16.9",
"react-redux": "^8.0.2",
"react-router-dom": "^6.3.0",
"react-scripts": "4.0.1",
"reselect": "^4.1.5",
"swr": "^1.3.0",
"timeago.js": "^4.0.2",
"typescript": "^4.7.2",
"web-vitals": "^2.1.4"
},
"devDependencies": {
"@types/classnames": "^2.2.11",
"@types/file-saver": "^2.0.5",
"@types/markdown-it": "^12.0.1",
"@types/react-helmet": "^6.1.0",
"@types/react-redux": "^7.1.12",
"@typescript-eslint/eslint-plugin": "^5.27.0",
"@typescript-eslint/parser": "^5.27.0",
"add-asset-html-webpack-plugin": "^3.1.3",
"axios": "^0.21.1",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-named-asset-import": "^0.3.7",
"babel-plugin-transform-import-meta": "^2.2.0",
"bignumber.js": "^9.0.1",
"craco-alias": "^2.1.1",
"eslint": "^7.17.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^7.1.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-loader": "^4.0.2",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-flowtype": "^5.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.30.0",
"less": "^4.0.0",
"less-loader": "^11.0.0",
"markdown-it": "^12.0.4",
"redux-saga": "^1.1.3"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"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"
]
}
}