-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.91 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
{
"name": "cryptoview",
"private": true,
"version": "0.0.0",
"scripts": {
"start": "concurrently \"vite\" \"node ./server/server.js\"",
"dev": "concurrently \"vite\" \"nodemon ./server/server.js\""
},
"dependencies": {
"@hookform/resolvers": "^3.3.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-navigation-menu": "^1.1.4",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-slot": "^1.0.2",
"argon2": "^0.40.1",
"axios": "^1.4.0",
"bignumber.js": "^9.1.2",
"chart.js": "^4.4.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"cors": "^2.8.5",
"date-fns": "^3.6.0",
"dotenv": "^16.4.5",
"execp": "^0.0.1",
"express": "^4.19.2",
"fs": "^0.0.1-security",
"jsonwebtoken": "^9.0.2",
"localforage": "^1.10.0",
"lucide-react": "^0.356.0",
"match-sorter": "^6.3.4",
"mongodb": "^6.5.0",
"mongoose": "^8.3.2",
"path": "^0.12.7",
"process": "^0.11.10",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.3",
"react-router-dom": "^6.22.3",
"react-tiny-popover": "^8.0.4",
"react-toastify": "^10.0.5",
"request": "^2.88.2",
"sort-by": "^0.0.2",
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7",
"validator": "^13.11.0",
"web3": "^4.7.0",
"web3-eth-contract": "^4.3.0",
"zod": "^3.22.5",
"zustand": "^4.5.2"
},
"devDependencies": {
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.18",
"concurrently": "^8.2.2",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"nodemon": "^3.1.4",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1",
"vite": "^5.1.6"
}
}