-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.4 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
{
"name": "webforestry",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma generate"
},
"dependencies": {
"@headlessui/react": "^1.7.14",
"@heroicons/react": "^2.0.17",
"@hookform/resolvers": "^3.1.0",
"@next/font": "^13.3.1",
"@prisma/client": "^4.13.0",
"@tailwindcss/typography": "^0.5.9",
"@tanstack/react-query": "^4.29.3",
"@trpc/client": "^10.21.1",
"@trpc/next": "^10.21.1",
"@trpc/server": "^10.21.1",
"clsx": "^1.2.1",
"next": "^13.3.1",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.2.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.43.9",
"superjson": "^1.12.3",
"zod": "^3.21.4"
},
"devDependencies": {
"@axe-core/react": "^4.6.1",
"@tailwindcss/line-clamp": "^0.4.4",
"@types/node": "18.16.0",
"@types/react": "18.0.38",
"@types/react-dom": "18.0.11",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"autoprefixer": "^10.4.14",
"eslint": "8.39.0",
"eslint-config-next": "^13.3.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"postcss": "^8.4.23",
"prisma": "^4.13.0",
"tailwindcss": "^3.3.1",
"typescript": "5.0.4"
},
"ct3aMetadata": {
"initVersion": "5.12.0"
}
}