-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 826 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 826 Bytes
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
{
"name": "resume",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"info": "next info"
},
"dependencies": {
"@tailwindcss/postcss": "^4.1.10",
"@vercel/analytics": "^1.0.1",
"eslint": "9.29.0",
"eslint-config-next": "15.3.3",
"next": "15.3.8",
"next-themes": "^0.4.6",
"postcss": "8.4.24",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-powerglitch": "^1.1.0",
"sharp": "^0.32.1",
"tailwind-merge": "^3.2.0",
"tailwindcss": "^4.1.10"
},
"devDependencies": {
"@types/node": "24.0.3",
"@types/react": "19.1.8",
"eslint-config-prettier": "^10.1.5",
"prettier": "^3.5.3",
"prettier-plugin-tailwindcss": "^0.6.13"
}
}