forked from interledger/uct-hackathon-2024
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2 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
{
"name": "tippy",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"build": "next build",
"db:push": "prisma db push",
"db:studio": "prisma studio",
"dev": "next dev",
"postinstall": "prisma generate",
"lint": "next lint",
"start": "next start",
"test": "vitest"
},
"dependencies": {
"@clerk/clerk-sdk-node": "^5.0.9",
"@clerk/nextjs": "^5.1.3",
"@clerk/themes": "^2.1.8",
"@interledger/open-payments": "^6.11.1",
"@nextui-org/react": "^2.2.10",
"@prisma/client": "^5.11.0",
"@react-aria/ssr": "^3.9.2",
"@react-aria/visually-hidden": "^3.8.10",
"@t3-oss/env-nextjs": "^0.9.2",
"@tanstack/react-query": "^5.28.4",
"@trpc/client": "next",
"@trpc/next": "next",
"@trpc/react-query": "next",
"@trpc/server": "next",
"clsx": "^2.1.0",
"copy-webpack-plugin": "^12.0.2",
"framer-motion": "^11.0.24",
"next": "^14.1.3",
"next-themes": "^0.3.0",
"node-fetch": "^2.7.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^5.0.1",
"react-pro-sidebar": "^1.1.0",
"react-toastify": "^10.0.5",
"server-only": "^0.0.1",
"superjson": "^2.2.1",
"tailwind-merge": "^2.2.2",
"zod": "^3.22.4"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@faker-js/faker": "^8.4.1",
"@types/eslint": "^8.56.6",
"@types/node": "^20.11.30",
"@types/react": "^18.2.67",
"@types/react-dom": "^18.2.22",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.57.0",
"eslint-config-next": "^14.1.3",
"husky": "^8.0.0",
"postcss": "^8.4.37",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.12",
"prisma": "^5.11.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.4.2",
"vitest": "^1.5.1"
},
"ct3aMetadata": {
"initVersion": "7.30.0"
},
"packageManager": "pnpm@8.5.0"
}