forked from DjedAlliance/Djed-Solidity-WebDashboard
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
56 lines (56 loc) · 1.47 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
{
"name": "spark-stablecoin-web",
"version": "0.1.0",
"private": true,
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@metamask/detect-provider": "^1.2.0",
"antd": "^4.19.2",
"assert": "^2.0.0",
"bignumber.js": "^9.1.1",
"ethers": "^5.7.2",
"milkomeda-wsc-ui-test-beta": "1.0.20",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^6.2.2",
"react-scripts": "^5.0.1",
"stream-browserify": "^3.0.0",
"wagmi": "0.12.15",
"web-vitals": "^2.1.4",
"web3": "^1.7.3"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"build:milkomeda-c1-testnet": "npx -y env-cmd -f ./env/milkomeda-c1-testnet.env npm run build",
"build:milkomeda-c1": "npx -y env-cmd -f ./env/milkomeda-c1.env npm run build",
"test": "craco test",
"lint": "prettier --check '**/*.{js,jsx}'",
"format": "prettier --write '**/*.{js,jsx}'",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest",
"plugin:react-hooks/recommended"
]
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
],
"devDependencies": {
"@craco/craco": "^7.1.0",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.4",
"@testing-library/user-event": "^13.5.0",
"eslint-plugin-react-hooks": "^4.5.0",
"prettier": "^2.6.2",
"sass": "^1.49.9"
},
"resolutions": {
"ethers": "^5.7.2"
}
}