-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.2 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.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
{
"name": "taskmaster",
"version": "0.1.0",
"private": true,
"engines": {
"node": ">=20.0.0"
},
"scripts": {
"dev": "next dev --experimental-https",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@nextui-org/react": "^2.1.13",
"bcryptjs": "^2.4.3",
"framer-motion": "^10.16.4",
"html-to-text": "^9.0.5",
"jsonwebtoken": "^9.0.2",
"mongoose": "7.5.3",
"next": "14.2.35",
"nodemailer": "^6.9.7",
"react": "latest",
"react-dom": "latest",
"react-quill": "^2.0.0",
"react-toastify": "^9.1.3",
"use-long-press": "^3.2.0"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.6",
"@types/html-to-text": "^9.0.3",
"@types/jsonwebtoken": "^9.0.10",
"@types/node": "latest",
"@types/react": "latest",
"@types/react-dom": "latest",
"autoprefixer": "latest",
"eslint": "latest",
"eslint-config-next": "14.2.35",
"postcss": "latest",
"tailwindcss": "latest",
"typescript": "latest"
},
"packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319"
}