-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
88 lines (88 loc) · 2.41 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
{
"name": "carefinder",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@hookform/resolvers": "^3.9.0",
"@toast-ui/editor": "^3.2.2",
"@toast-ui/react-editor": "^3.2.3",
"axios": "^1.7.2",
"bcrypt": "^5.1.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.3",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.34.4",
"eslint-plugin-react-hooks": "^4.6.2",
"express": "^4.21.0",
"firebase": "^10.12.4",
"jsonwebtoken": "^9.0.2",
"markdown-to-jsx": "^7.4.7",
"mongodb": "^6.8.0",
"mongoose": "^8.5.2",
"morgan": "^1.10.0",
"next": "14.2.5",
"next-connect": "^1.0.0",
"nodemailer": "^6.9.14",
"pg": "^8.12.0",
"prettier": "^3.3.3",
"react": "^18",
"react-csv": "^2.2.2",
"react-dom": "^18",
"react-hook-form": "^7.52.1",
"react-markdown": "^9.0.1",
"react-markdown-editor-lite": "^1.3.4",
"sequelizer": "^1.1.4",
"uuid": "^10.0.0",
"winston": "^3.14.2",
"yup": "^1.4.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
"@types/bcrypt": "^5.0.2",
"@types/bcryptjs": "^2.4.6",
"@types/express": "^4.17.21",
"@types/firebase": "^3.2.1",
"@types/jest": "^29.5.12",
"@types/jsonwebtoken": "^9.0.6",
"@types/morgan": "^1.9.9",
"@types/node": "^20.14.15",
"@types/nodemailer": "^6.4.15",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/sequelize": "^4.28.20",
"@types/supertest": "^6.0.2",
"@types/uuid": "^10.0.0",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.5",
"jest": "^29.7.0",
"postcss": "^8",
"supertest": "^7.0.0",
"tailwindcss": "^3.4.1",
"ts-jest": "^29.2.3",
"typescript": "^5"
},
"jest": {
"preset": "ts-jest",
"testEnvironment": "node",
"testPathIgnorePatterns": [
"/node_modules/",
"/dist/"
]
},
"description": "This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).",
"main": ".eslintrc.js",
"keywords": [],
"author": "",
"license": "ISC"
}