-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.2 KB
/
package.json
File metadata and controls
79 lines (79 loc) · 2.2 KB
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
{
"name": "worknify",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"generate": "drizzle-kit generate:pg",
"pushdb": "drizzle-kit push:pg",
"test": "jest",
"test:watch": "jest --watch"
},
"dependencies": {
"@auth/drizzle-adapter": "^0.3.9",
"@aws-sdk/client-s3": "^3.499.0",
"@aws-sdk/s3-request-presigner": "^3.499.0",
"@emailjs/browser": "^4.1.0",
"@headlessui/react": "^1.7.18",
"@hello-pangea/dnd": "^16.5.0",
"@hookform/resolvers": "^3.3.2",
"@nextui-org/react": "^2.2.9",
"axios": "^1.6.2",
"bcrypt": "^5.1.1",
"dompurify": "^3.0.8",
"drizzle-orm": "^0.29.0",
"easymde": "^2.18.0",
"framer-motion": "^10.16.12",
"isomorphic-dompurify": "^2.3.0",
"lodash": "^4.17.21",
"next": "13.5.6",
"next-auth": "^4.24.5",
"postgres": "^3.4.3",
"react": "^18",
"react-datepicker": "^4.25.0",
"react-dom": "^18",
"react-hook-form": "^7.48.2",
"react-icons": "^4.12.0",
"react-markdown": "^9.0.1",
"react-quill": "^2.0.0",
"react-simplemde-editor": "^5.2.0",
"react-toastify": "^10.0.4",
"rehype-raw": "^7.0.0",
"sharp": "^0.33.2",
"simple-markdown": "^0.7.3",
"uuid": "^9.0.1",
"validator": "^13.11.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.1",
"@types/bcrypt": "^5.0.2",
"@types/dompurify": "^3.0.5",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.14.202",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-datepicker": "^4.19.4",
"@types/react-dom": "^18",
"@types/uuid": "^9.0.7",
"@types/validator": "^13.11.7",
"autoprefixer": "^10.4.18",
"drizzle-kit": "^0.20.6",
"eslint": "^8",
"eslint-config-next": "13.5.6",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"postcss": "^8.4.35",
"postcss-cli": "^11.0.0",
"prettier": "3.2.5",
"prettier-plugin-tailwindcss": "^0.5.7",
"tailwindcss": "^3.4.1",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
}
}