-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
91 lines (91 loc) · 2.49 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
{
"name": "kaito-front-end",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"@ethersproject/abi": "^5.6.3",
"@ethersproject/providers": "^5.6.8",
"@mui/icons-material": "^5.5.1",
"@mui/lab": "^5.0.0-alpha.74",
"@mui/material": "^5.5.2",
"@mui/styles": "^5.5.1",
"@reduxjs/toolkit": "^1.7.2",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"@testing-library/user-event": "^13.2.1",
"@types/bignumber.js": "^5.0.0",
"@types/jquery": "^3.5.14",
"@types/react-modal": "^3.13.1",
"assert": "^2.0.0",
"axios": "^0.24.0",
"bignumber.js": "^9.1.0",
"browserify-zlib": "^0.2.0",
"buffer": "^6.0.3",
"clsx": "^1.1.1",
"cra-script-nomod": "0.0.3",
"crypto-browserify": "^3.12.0",
"env-cmd": "^10.1.0",
"ethers": "^5.6.8",
"framer-motion": "^7.2.1",
"gifshot": "^0.4.5",
"glitch-canvas": "^1.1.10",
"hash.js": "^1.1.7",
"https-browserify": "^1.0.0",
"moralis-v1": "^1.11.0",
"os-browserify": "^0.3.0",
"process": "^0.11.10",
"react": "^18.1.0",
"react-css-burger": "^0.2.0",
"react-dom": "^18.1.0",
"react-dropzone": "^12.1.0",
"react-modal": "^3.15.1",
"react-rain-animation": "^1.0.4",
"react-redux": "^7.2.6",
"react-router-dom": "^6.3.0",
"react-scripts": "^5.0.1",
"react-spring": "^9.4.5",
"react-swipeable-views": "^0.14.0",
"reapop": "^4.0.5",
"stream-http": "^3.2.0",
"tst-reflect": "^0.7.4",
"typescript": "^4.4.2",
"uuid": "^8.3.2",
"wagmi": "^0.6.3"
},
"scripts": {
"start": "env-cmd -f .env.development react-app-rewired start",
"build": "env-cmd -f .env.development react-app-rewired build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"start:prod": "env-cmd -f .env react-app-rewired start",
"format:write": "prettier --write \"**/*.{js,jsx,ts,tsx}\""
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"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/jest": "^27.0.1",
"@types/node": "^16.7.13",
"@types/react": "^17.0.20",
"@types/react-dom": "^17.0.9",
"prettier": "^2.6.0",
"react-app-rewired": "^2.2.1"
}
}