-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
82 lines (82 loc) · 2.48 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
{
"name": "fullstack",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 8080",
"build": "next build",
"start": "next start",
"lint": "next start"
},
"dependencies": {
"@auth/supabase-adapter": "^0.6.1",
"@auth/typeorm-adapter": "^1.6.1",
"@bufbuild/jest-environment-jsdom": "^0.1.1",
"@connectrpc/connect-next": "^1.4.0",
"@hookform/resolvers": "^3.3.4",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-menubar": "^1.0.4",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-toast": "^1.1.5",
"@svgr/webpack": "^6.2.1",
"@types/pg": "^8.11.4",
"@types/request": "^2.48.12",
"@types/sequelize": "^4.28.20",
"@types/superagent": "^8.1.6",
"axios": "^1.6.8",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"cmdk": "^1.0.0",
"fast-crc32c": "^2.0.0",
"jsonwebtoken": "^9.0.2",
"lucide-react": "^0.363.0",
"next": "^13.2.4",
"next-auth": "^4.24.7",
"next-themes": "^0.3.0",
"node-fetch": "^3.3.2",
"nookies": "^2.5.2",
"pg": "^8.11.3",
"protobuf-validator": "^1.2.0",
"radix-ui": "^1.0.1",
"react": "^18.0.0",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "^18.0.0",
"react-hook-form": "^7.51.1",
"react-hot-toast": "^2.4.1",
"request": "^2.88.2",
"sequelize": "^6.37.1",
"stream-to-string": "^1.2.1",
"superagent": "^8.1.2",
"tailwind-merge": "^2.2.2",
"tailwindcss-animate": "^1.0.7",
"typeorm": "^0.3.20",
"zod": "^3.22.4"
},
"devDependencies": {
"@bufbuild/buf": "^1.29.0",
"@bufbuild/protobuf": "^1.7.2",
"@bufbuild/protoc-gen-es": "^1.7.2",
"@connectrpc/connect": "^1.4.0",
"@connectrpc/connect-web": "^1.4.0",
"@connectrpc/protoc-gen-connect-es": "^1.4.0",
"@next/eslint-plugin-next": "^12.1.5",
"@types/node": "^15.6.1",
"@types/react": "17.0.52",
"@types/react-beautiful-dnd": "^13.1.8",
"@typescript-eslint/eslint-plugin": "^5.19.0",
"@typescript-eslint/parser": "^5.19.0",
"autoprefixer": "^10.4.4",
"eslint": "^8.13.0",
"eslint-plugin-react": "^7.29.4",
"postcss": "^8.4.12",
"tailwindcss": "^3.0.24",
"typescript": "^4.3.2"
}
}