-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.31 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.31 KB
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
{
"name": "dudek.sh",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"postbuild": "next-sitemap --config next-sitemap.config.js",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@radix-ui/react-tooltip": "^1.1.7",
"@vercel/analytics": "^1.4.1",
"@vercel/speed-insights": "^1.1.0",
"cheerio": "^1.0.0-rc.10",
"clsx": "^1.1.1",
"eslint-config-next": "^15.1.6",
"jotai": "^2.9.2",
"next": "15.5.10",
"next-themes": "^0.4.4",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-loading-skeleton": "^3.0.1",
"react-parallax-tilt": "^1.5.83",
"react-use": "^17.4.2",
"react-use-lanyard": "^0.3.2",
"sass": "^1.45.0",
"sharp": "^0.33.5"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.24.0",
"@types/node": "^17.0.13",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"eslint": "9.24.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-import-helpers": "^2.0.1",
"eslint-plugin-prettier": "^5.2.3",
"next-sitemap": "^1.6.203",
"prettier": "3.4.2",
"typescript": "^4.5.4"
},
"pnpm": {
"overrides": {
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3"
}
}
}