-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.33 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": "yuefii",
"version": "4.0.0",
"author": "Yuefii",
"description": "My Personal Portfolio Website",
"license": "MIT",
"scripts": {
"dev": "next dev",
"postbuild": "next-sitemap",
"postinstall": "prisma generate",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "bun prettier --write .",
"format:check": "bun prettier --check ."
},
"dependencies": {
"@auth/prisma-adapter": "^2.5.0",
"@prisma/client": "^5.19.1",
"@vercel/analytics": "^1.3.1",
"@vercel/speed-insights": "^1.0.12",
"axios": "^1.7.7",
"firebase": "^10.14.1",
"framer-motion": "^11.5.6",
"groq-sdk": "^0.7.0",
"next": "14.2.9",
"next-auth": "^4.24.7",
"next-sitemap": "^4.2.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-github-calendar": "^4.3.1",
"react-github-calender": "^1.1.0",
"react-icons": "^5.3.0",
"react-quill": "^2.0.0",
"react-toastify": "^10.0.5"
},
"devDependencies": {
"@types/node": "^20.16.5",
"@types/react": "^18.3.8",
"@types/react-dom": "^18.3.0",
"eslint": "^8.57.1",
"eslint-config-next": "14.2.9",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "^4.1.0",
"prisma": "^5.19.1",
"tailwindcss": "^3.4.12",
"typescript": "^5.6.2"
}
}