-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·92 lines (92 loc) · 2.69 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
{
"name": "app",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"postinstall": "prisma generate",
"lint": "next lint",
"start": "next start",
"test": "jest --watch",
"cypress:open": "cypress open"
},
"dependencies": {
"@dnd-kit/core": "^6.0.5",
"@dnd-kit/modifiers": "^6.0.0",
"@dnd-kit/sortable": "^7.0.1",
"@dnd-kit/utilities": "^3.2.0",
"@headlessui/react": "^1.7.12",
"@ianvs/prettier-plugin-sort-imports": "^3.7.2",
"@next-auth/prisma-adapter": "^1.0.5",
"@phosphor-icons/react": "^2.0.6",
"@prisma/client": "^4.9.0",
"@react-spring/web": "^9.7.1",
"@tanstack/react-query": "^4.20.2",
"@total-typescript/ts-reset": "^0.3.7",
"@trpc/client": "^10.9.0",
"@trpc/next": "^10.9.0",
"@trpc/react-query": "^10.9.0",
"@trpc/server": "^10.9.0",
"axios": "^1.3.4",
"browser-image-compression": "^2.0.2",
"cloudinary": "^1.35.0",
"cookies": "^0.8.0",
"dompurify": "^3.0.1",
"fuse.js": "^6.6.2",
"immer": "^9.0.19",
"javascript-time-ago": "^2.5.9",
"next": "^13.2.1",
"next-auth": "^4.19.0",
"next-cloudinary": "^4.0.0",
"react": "18.2.0",
"react-debounce-input": "^3.3.0",
"react-dom": "18.2.0",
"react-popper-tooltip": "^4.4.2",
"react-textarea-autosize": "^8.4.0",
"react-toastify": "^9.1.1",
"react-use": "^17.4.0",
"superjson": "1.9.1",
"uid": "^2.0.1",
"zod": "^3.20.6"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/bcrypt": "^5.0.0",
"@types/cookies": "^0.7.7",
"@types/dompurify": "^3.0.0",
"@types/eslint": "^8.21.1",
"@types/node": "^18.14.0",
"@types/prettier": "^2.7.2",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/testing-library__jest-dom": "^5.14.5",
"@typescript-eslint/eslint-plugin": "^5.53.0",
"@typescript-eslint/parser": "^5.53.0",
"autoprefixer": "^10.4.7",
"cypress": "^12.12.0",
"daisyui": "^2.51.6",
"eslint": "^8.34.0",
"eslint-config-next": "^13.2.1",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-cypress": "^2.13.3",
"husky": "^8.0.3",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"lint-staged": "^13.1.2",
"postcss": "^8.4.14",
"prettier": "^2.8.1",
"prettier-plugin-prisma": "^4.10.0",
"prettier-plugin-tailwindcss": "^0.2.1",
"prisma": "^4.9.0",
"supabase": "^1.40.1",
"tailwindcss": "^3.2.0",
"typescript": "^4.9.5"
},
"ct3aMetadata": {
"initVersion": "7.5.8"
}
}