-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 1.96 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
{
"name": "ramaris-ui",
"version": "0.1.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "npx ts-node src/customserver/app.ts",
"lint": "next lint",
"testseed": "node database/seed.js"
},
"author": "Rene Zander",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@databases/pg": "^5.4.1",
"@heroicons/react": "^2.0.13",
"@hookform/error-message": "^2.0.1",
"@hookform/resolvers": "^2.9.10",
"@next-auth/prisma-adapter": "^1.0.5",
"@prisma/client": "^4.8.0",
"@tanstack/react-query": "^4.15.1",
"@trpc/client": "^10.0.0-rc.5",
"@trpc/next": "^10.0.0-rc.5",
"@trpc/react": "^9.27.4",
"@trpc/react-query": "^10.23.1",
"@trpc/server": "^10.0.0-rc.5",
"@trustwallet/wallet-core": "^3.1.23",
"@types/lodash": "^4.14.191",
"bip39": "^3.1.0",
"dotenv": "^16.0.3",
"ethereumjs-util": "^7.1.5",
"ethereumjs-wallet": "^1.0.2",
"ethers": "^5.7.2",
"express": "^4.18.2",
"fs": "^0.0.1-security",
"js-sha3": "^0.8.0",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"net": "^1.0.2",
"next": "^12.3.1",
"next-auth": "^4.16.4",
"ngrok": "^4.3.3",
"node-fetch": "^2.6.9",
"pg": "^8.8.0",
"prisma": "^4.8.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.33.0",
"react-qr-code": "^2.0.11",
"react-query": "^3.39.1",
"react-select": "^5.7.0",
"react-toastify": "^9.1.1",
"superjson": "^1.9.1",
"tls": "^0.0.1",
"ts-node": "^10.9.1",
"winston": "^3.8.2",
"zod": "^3.19.1",
"zustand": "^4.1.4"
},
"devDependencies": {
"@types/node": "^18.0.0",
"@types/react": "18.0.14",
"@types/react-dom": "18.0.5",
"autoprefixer": "^10.4.13",
"eslint": "8.18.0",
"eslint-config-next": "12.1.6",
"postcss": "^8.4.20",
"tailwindcss": "^3.2.4",
"typescript": "4.7.4"
}
}