This repository has been archived by the owner on May 4, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.76 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
{
"name": "collective-decks",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma generate",
"add-card": "node ./scripts/add_custom_card.js"
},
"dependencies": {
"@next-auth/prisma-adapter": "^1.0.5",
"@prisma/client": "^4.8.0",
"@tanstack/react-query": "^4.20.0",
"@tippyjs/react": "^4.2.6",
"@trpc/client": "^10.8.1",
"@trpc/next": "^10.8.1",
"@trpc/react-query": "^10.8.1",
"@trpc/server": "^10.8.1",
"@typescript-eslint/eslint-plugin": "^5.48.2",
"axios": "^0.27.2",
"bcrypt": "^5.0.1",
"bottleneck": "^2.19.5",
"dotenv": "^16.0.1",
"next": "^13.1.2",
"next-auth": "^4.18.8",
"next-transpile-modules": "^9.0.0",
"nextjs-progressbar": "^0.0.14",
"rc-dropdown": "^4.0.1",
"rc-menu": "^9.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-query": "^3.39.1",
"react-spinners": "^0.13.3",
"react-tooltip": "^4.2.21",
"recharts": "^2.1.12",
"slugify": "^1.6.5",
"superjson": "^1.9.1",
"use-debounce": "^8.0.2",
"zod": "^3.17.3"
},
"devDependencies": {
"@types/bcrypt": "^5.0.0",
"@types/node": "18.0.0",
"@types/react": "18.0.14",
"@types/react-dom": "18.0.5",
"@typescript-eslint/eslint-plugin": "^5.47.1",
"@typescript-eslint/parser": "^5.47.1",
"autoprefixer": "^10.4.7",
"eslint": "^7.32.0",
"eslint-config-next": "^13.1.2",
"eslint-plugin-simple-import-sort": "^9.0.0",
"postcss": "^8.4.14",
"prettier": "^2.8.1",
"prettier-plugin-tailwindcss": "^0.2.1",
"prisma": "^4.0.0",
"tailwind-scrollbar": "^2.1.0",
"tailwindcss": "^3.1.6",
"typescript": "4.7.4"
}
}