-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.3 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
{
"name": "resumebuilder",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma generate"
},
"dependencies": {
"@clerk/nextjs": "^5.2.2",
"@google/generative-ai": "^0.13.0",
"@prisma/client": "^5.16.1",
"@splidejs/react-splide": "^0.7.12",
"@splidejs/splide": "^4.1.4",
"@splidejs/splide-extension-auto-scroll": "^0.5.3",
"@tiptap/pm": "^2.4.0",
"@tiptap/react": "^2.4.0",
"@tiptap/starter-kit": "^2.4.0",
"axios": "^1.7.2",
"classnames": "^2.5.1",
"dompurify": "^3.1.5",
"isomorphic-dompurify": "^2.13.0",
"latex.js": "^0.12.6",
"lodash": "^4.17.21",
"next": "14.2.4",
"nextjs-progressbar": "^0.0.16",
"prisma": "^5.16.1",
"prismjs": "^1.29.0",
"react": "^18",
"react-dom": "^18",
"react-icons": "^5.2.1",
"react-latex": "^2.0.0",
"react-latex-next": "^3.0.0",
"react-simple-code-editor": "^0.13.1",
"react-tag-input": "^6.10.2",
"react-to-print": "^2.15.1",
"sonner": "^1.5.0",
"svgdom": "^0.1.19",
"typewriter-effect": "^2.21.0"
},
"devDependencies": {
"eslint": "^8",
"eslint-config-next": "14.2.4",
"postcss": "^8",
"tailwindcss": "^3.4.1"
}
}