-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.05 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
{
"name": "mycv",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "NODE_ENV=development next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@clerk/nextjs": "^6.3.0",
"@clerk/themes": "^2.1.42",
"@vercel/analytics": "1.3.2",
"@vercel/speed-insights": "1.1.0",
"canvas-confetti": "1.9.3",
"next": "15.0.3",
"next-intl": "3.25.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-icons": "5.3.0",
"tailwindcss-animated": "1.1.2",
"ua-parser-js": "1.0.39",
"zustand": "5.0.1"
},
"devDependencies": {
"@types/canvas-confetti": "1.6.4",
"@types/node": "22.9.0",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/ua-parser-js": "0.7.39",
"autoprefixer": "10.4.20",
"daisyui": "4.12.14",
"eslint": "9.14.0",
"eslint-config-next": "15.0.3",
"postcss": "8.4.48",
"prettier": "3.3.3",
"prettier-plugin-tailwindcss": "0.6.8",
"tailwindcss": "3.4.14",
"typescript": "5.6.3"
}
}