forked from suntzu93/tbtcv2_website_info
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
62 lines (62 loc) · 1.54 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
{
"name": "tbtcv2",
"version": "0.1.0",
"private": true,
"dependencies": {
"@graphprotocol/client-cli": "^2.2.16",
"@mui/icons-material": "5.10.6",
"@testing-library/jest-dom": "5.12.0",
"@testing-library/react": "11.2.6",
"@testing-library/user-event": "12.8.3",
"@web3-react/core": "6.1.9",
"@web3-react/injected-connector": "6.0.7",
"axios": "1.7.2",
"bootstrap": "5.2.1",
"graphql": "^16.6.0",
"moment": "2.29.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router": "3.2.6",
"react-router-dom": "6.4.1",
"react-scripts": "4.0.3",
"react-table": "7.7.0",
"vite-plugin-svgr": "2.4.0",
"web-vitals": "1.1.1",
"web3": "1.8.2"
},
"scripts": {
"start": "export PORT=4001 && vite",
"build-prod": "vite build --mode production",
"build": "vite build",
"preview": "vite preview --port 4001",
"prod": "npm run build && PORT=4001 serve -s build ",
"codegen": "graphclient build",
"graphql": "graphclient serve-dev"
},
"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": {
"@emotion/react": "11.10.4",
"@emotion/styled": "11.10.4",
"@mui/lab": "5.0.0-alpha.101",
"@mui/material": "5.10.8",
"@vitejs/plugin-react": "3.0.0",
"vite": "4.0.2"
}
}