-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.1 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": "dudek.sh",
"version": "0.1.0",
"private": true,
"packageManager": "yarn@1.22.19",
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap --config next-sitemap.config.js",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@tippyjs/react": "^4.2.6",
"@vercel/speed-insights": "^1.0.2",
"cheerio": "^1.0.0-rc.10",
"clsx": "^1.1.1",
"jotai": "^2.9.2",
"next": "^14.1.1",
"next-themes": "^0.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-loading-skeleton": "^3.0.1",
"react-parallax-tilt": "^1.5.83",
"react-use": "^17.4.2",
"react-use-lanyard": "^0.1.2",
"sass": "^1.45.0"
},
"devDependencies": {
"@types/node": "^17.0.13",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"babel-plugin-inline-react-svg": "^2.0.1",
"eslint": "8.4.1",
"eslint-config-next": "^14.0.4",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"next-sitemap": "^1.6.203",
"prettier": "2.5.1",
"typescript": "^4.5.4"
}
}