-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
80 lines (80 loc) · 2.38 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
{
"name": "hazelnut",
"version": "0.1.0",
"private": true,
"dependencies": {
"@elysia-dev/contract-typechain": "^1.1.0",
"@ethersproject/contracts": "^5.0.8",
"@ethersproject/providers": "^5.0.12",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@types/jest": "^24.0.0",
"@types/node": "^12.0.0",
"@types/react": "^16.9.0",
"@types/react-dom": "^16.9.0",
"@types/react-loader-spinner": "^3.1.1",
"@types/react-loading-indicator": "^1.0.0",
"@types/react-native": "^0.63.25",
"@types/react-transition-group": "^4.4.0",
"@types/styled-components": "^5.1.4",
"@web3-react/core": "^6.1.1",
"@web3-react/injected-connector": "^6.0.7",
"axios": "^0.21.1",
"bignumber.js": "^9.0.1",
"ethers": "^5.2.0",
"file-loader": "^6.2.0",
"i18next": "^19.8.2",
"jazzicon": "^1.5.0",
"prettier": "^2.1.2",
"query-string": "^7.0.1",
"react": "^16.13.1",
"react-animated-css": "^1.2.1",
"react-dom": "^16.13.1",
"react-i18next": "^11.7.3",
"react-loader-spinner": "^3.1.14",
"react-loading-indicator": "^1.0.2",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.3",
"react-spinkit": "^3.0.0",
"react-transition-group": "^4.4.1",
"styled-components": "^5.2.0",
"sweetalert2": "^10.12.5",
"sweetalert2-react-content": "^3.2.2",
"typescript": "~4.3.0"
},
"scripts": {
"start": "PORT=5000 react-scripts start",
"build": "sh -ac '. .env.${REACT_APP_ENV}; react-scripts build'",
"build:staging": "REACT_APP_ENV=staging yarn build",
"build:production": "REACT_APP_ENV=production yarn build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"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"
]
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/i18next": "^13.0.0",
"@types/react-i18next": "^8.1.0",
"@types/react-router-dom": "^5.1.6",
"@types/react-spinkit": "^3.0.6",
"@types/web3": "^1.2.2",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-prettier": "^6.12.0",
"eslint-plugin-prettier": "^3.1.4"
}
}