-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
68 lines (68 loc) · 1.85 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
{
"name": "cvforge",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "start http://localhost:3000 & next dev",
"build": "prisma generate && next build",
"start": "next start",
"lint": "next lint",
"test": "jest",
"prepare": "husky",
"lint:fix": "next lint --fix"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@hookform/resolvers": "^3.4.2",
"@mui/material": "^5.15.15",
"@mui/x-charts": "^7.3.0",
"@next-auth/prisma-adapter": "^1.0.7",
"@prisma/client": "^5.12.1",
"@reduxjs/toolkit": "^2.2.3",
"@tinymce/tinymce-react": "^5.0.1",
"date-fns": "^3.6.0",
"fs-extra": "^11.2.0",
"intersection-observer": "^0.12.2",
"libphonenumber-js": "^1.11.1",
"lucide-react": "^0.379.0",
"next": "^14.2.2",
"next-auth": "^4.24.7",
"openai": "^4.47.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.5",
"react-icons": "^5.1.0",
"react-phone-number-input": "^3.4.1",
"react-redux": "^9.1.0",
"tinymce": "^7.1.0",
"yup": "^1.4.0"
},
"devDependencies": {
"@eslint/js": "^9.4.0",
"@types/bcrypt": "^5.0.2",
"@types/jest": "^29.5.12",
"@types/jsonwebtoken": "^9.0.6",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"cypress": "^13.7.3",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.2",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.2",
"globals": "^15.4.0",
"husky": "^9.0.11",
"jest": "^29.7.0",
"lint-staged": "^15.2.7",
"postcss": "^8",
"prettier": "^3.3.2",
"prisma": "^5.12.1",
"tailwindcss": "^3.3.0",
"ts-jest": "^29.1.4",
"typescript": "^5",
"typescript-eslint": "^7.13.0"
}
}