-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
94 lines (94 loc) · 2.8 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
92
93
94
{
"name": "creator",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"build:analyze": "ANALYZE=true next build",
"dev": "next dev",
"postinstall": "prisma generate",
"lint": "next lint",
"start": "next start",
"prettier": "prettier --write src",
"prepare": "husky install",
"seed:wallet": "ts-node --compiler-options {\\\"module\\\":\\\"CommonJS\\\"} prisma/seed/admin-wallets.ts",
"seed:project": "ts-node --compiler-options {\\\"module\\\":\\\"CommonJS\\\"} prisma/seed/projects.ts"
},
"engines": {
"node": ">=16.18.0",
"pnpm": ">=8.0.0"
},
"packageManager": "[email protected]+",
"dependencies": {
"@aws-sdk/client-s3": "^3.353.0",
"@aws-sdk/s3-request-presigner": "^3.352.0",
"@emotion/react": "^11.11.0",
"@highlight-run/next": "^4.0.0",
"@mantine/carousel": "^6.0.17",
"@mantine/core": "^6.0.13",
"@mantine/dates": "^6.0.13",
"@mantine/dropzone": "^6.0.13",
"@mantine/form": "^6.0.13",
"@mantine/hooks": "^6.0.13",
"@mantine/modals": "^6.0.13",
"@mantine/next": "^6.0.13",
"@mantine/notifications": "^6.0.13",
"@morphis-labs/prettier-config": "^0.0.2",
"@next-auth/prisma-adapter": "^1.0.5",
"@next/bundle-analyzer": "^13.4.13",
"@prisma/client": "^5.1.1",
"@rainbow-me/rainbowkit": "^1.0.8",
"@t3-oss/env-nextjs": "^0.3.1",
"@tabler/icons-react": "^2.20.0",
"@tanstack/react-query": "^4.29.7",
"@trpc/client": "^10.26.0",
"@trpc/next": "^10.26.0",
"@trpc/react-query": "^10.26.0",
"@trpc/server": "^10.26.0",
"alchemy-sdk": "^2.9.0",
"dayjs": "^1.11.8",
"embla-carousel-react": "8.0.0-rc11",
"ethers": "^6.4.0",
"export-to-csv": "^0.2.1",
"install": "^0.13.0",
"lodash": "^4.17.21",
"next": "^13.4.12",
"next-auth": "4.22.3",
"next-superjson-plugin": "^0.5.9",
"prettier": "^2.8.8",
"react": "18.2.0",
"react-dom": "18.2.0",
"siwe": "^2.1.4",
"superjson": "1.12.2",
"uuid": "^9.0.0",
"viem": "^0.3.40",
"wagmi": "^1.0.9",
"zod": "^3.21.4",
"zod_utilz": "^0.7.3",
"zustand": "^4.3.8"
},
"devDependencies": {
"@faker-js/faker": "^8.0.2",
"@types/eslint": "^8.37.0",
"@types/lodash": "^4.14.195",
"@types/node": "^18.16.0",
"@types/react": "^18.2.6",
"@types/react-dom": "^18.2.4",
"@types/uuid": "^9.0.2",
"@typescript-eslint/eslint-plugin": "^5.59.6",
"@typescript-eslint/parser": "^5.59.6",
"eslint": "^8.40.0",
"eslint-config-next": "^13.4.2",
"husky": "^8.0.3",
"lint-staged": "^13.2.2",
"prisma": "^5.1.1",
"sharp": "^0.32.4",
"stylis-plugin-rtl": "^2.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
},
"ct3aMetadata": {
"initVersion": "7.13.1"
},
"prettier": "@morphis-labs/prettier-config"
}