-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
executable file
·125 lines (125 loc) · 3.95 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"name": "taskflow.space",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"build": "next build",
"dev": "next dev",
"postinstall": "prisma generate",
"start": "next start",
"format": "npx prettier --write . --ignore-path .prettierignore --cache",
"lint": "next lint -- --ignore-path .eslintignore",
"lint:fix": "npm run format && npm run lint -- --fix",
"resetdb": "npx prisma migrate reset --preview-feature",
"updatedb": "npx prisma db push"
},
"dependencies": {
"@auth/core": "^0.5.1",
"@formkit/auto-animate": "1.0.0-beta.6",
"@headlessui/react": "^1.7.17",
"@next-auth/prisma-adapter": "^1.0.7",
"@prisma/client": "^5.7.1",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-context-menu": "^2.1.5",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-hover-card": "^1.0.7",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-select": "^1.2.2",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/react-tooltip": "^1.0.7",
"@simplewebauthn/browser": "^8.3.4",
"@simplewebauthn/server": "^8.3.6",
"@simplewebauthn/typescript-types": "^8.3.4",
"@t3-oss/env-nextjs": "^0.3.1",
"@tanstack/react-query": "^4.36.1",
"@trpc/client": "^10.45.0",
"@trpc/next": "^10.45.0",
"@trpc/react-query": "^10.45.0",
"@trpc/server": "^10.45.0",
"@types/lodash.isequal": "^4.5.8",
"@types/react-timeago": "^4.1.7",
"argon2": "^0.30.3",
"class-variance-authority": "^0.5.3",
"clsx": "^1.2.1",
"cmdk": "^0.2.0",
"date-fns": "^2.30.0",
"dotenv": "^16.3.1",
"formik": "^2.4.5",
"framer-motion": "^10.16.16",
"geopattern": "^1.2.3",
"googleapis": "^114.0.0",
"ioredis": "^5.3.2",
"jose": "^4.15.4",
"lexorank": "^1.0.5",
"lodash.isequal": "^4.5.0",
"lodash.random": "^3.2.0",
"lucide-react": "^0.140.0",
"next": "^13.5.6",
"next-auth": "^4.24.5",
"nextjs-progressbar": "^0.0.16",
"nodemailer": "^6.9.7",
"prisma-redis-middleware": "^4.8.0",
"pusher": "^5.2.0",
"pusher-js": "^8.3.0",
"random-word-slugs": "^0.1.7",
"react": "18.2.0",
"react-awesome-gravatar": "^2.0.3",
"react-beautiful-dnd": "^13.1.1",
"react-custom-scrollbars-2": "^4.5.0",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.12.0",
"react-scroll-to-top": "^3.0.0",
"react-timeago": "^7.2.0",
"sharp": "^0.32.6",
"superjson": "1.12.2",
"tailwind-merge": "^1.14.0",
"tailwindcss-animate": "^1.0.7",
"use-debounce": "^9.0.4",
"zod": "^3.22.4",
"zod-formik-adapter": "^1.2.0"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/line-clamp": "^0.4.4",
"@types/eslint": "^8.56.0",
"@types/express": "^4.17.21",
"@types/geopattern": "^1.2.9",
"@types/jsonwebtoken": "^9.0.5",
"@types/node": "^18.19.4",
"@types/nodemailer": "^6.4.14",
"@types/prettier": "^2.7.3",
"@types/react": "^18.2.46",
"@types/react-beautiful-dnd": "^13.1.8",
"@types/react-dom": "^18.2.18",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"autoprefixer": "^10.4.16",
"esbuild": "^0.17.19",
"eslint": "^8.56.0",
"eslint-config-next": "13.5.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"postcss": "^8.4.32",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.2.8",
"prisma": "^5.7.1",
"tailwindcss": "^3.4.0",
"typescript": "^5.3.3"
},
"ct3aMetadata": {
"initVersion": "7.7.0"
},
"engines": {
"node": "^18.16.1"
}
}