-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
56 lines (56 loc) · 1.79 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": "pom-frontend-ts",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "bunx --bun vite",
"build": "vite build",
"start": "serve -s build",
"lint": "eslint '**/*.{ts,tsx}'",
"fmt": "prettier --ignore-path .gitignore --write \"**/*.+(ts|json|tsx)\"",
"heroku-postbuild": "bun run build"
},
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^6.1.4",
"@mui/material": "^6.1.4",
"@mui/x-date-pickers": "^7.21.0",
"@tanstack/react-query": "5.56.2",
"@types/bun": "1.1.10",
"axios": "1.7.7",
"bootstrap": "5.3.3",
"connectkit": "1.8.2",
"ethers": "6.13.2",
"material-react-table": "^3.0.1",
"react": "18.3.1",
"react-bootstrap": "2.10.5",
"react-dom": "18.3.1",
"react-helmet": "6.1.0",
"react-router-dom": "6.26.2",
"serve": "14.2.3",
"viem": "2.21.15",
"wagmi": "2.12.16",
"web-vitals": "4.2.3"
},
"devDependencies": {
"@eslint/js": "8.57.1",
"typescript": "5.5.3",
"vite": "5.4.8",
"@types/styled-components": "5.1.34",
"@typescript-eslint/eslint-plugin": "8.7.0",
"@typescript-eslint/parser": "8.7.0",
"@types/react": "18.3.10",
"@types/react-dom": "18.3.0",
"@types/react-helmet": "6.1.11",
"@vitejs/plugin-react": "4.3.2",
"eslint-plugin-react-hooks": "5.1.0-rc.0",
"eslint": "8.57.1",
"eslint-config-prettier": "8.10.0",
"eslint-plugin-react": "7.37.0",
"eslint-plugin-react-refresh": "0.4.12",
"globals": "15.9.0",
"prettier": "3.3.3",
"typescript-eslint": "8.7.0"
}
}