-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
60 lines (60 loc) · 1.73 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
51
52
53
54
55
56
57
58
59
60
{
"name": "rw",
"description": "Ryan Wiemer's online portfolio",
"license": "UNLICENSED",
"version": "3.0.4",
"author": "Ryan Wiemer <[email protected]>",
"keywords": [
"rw"
],
"repository": "https://github.com/ryanwiemer/rw",
"homepage": "https://www.ryanwiemer.com/",
"scripts": {
"dev": "next dev",
"debug": "NODE_OPTIONS='--inspect' next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint ."
},
"dependencies": {
"@contentful/rich-text-react-renderer": "^15.22.1",
"@contentful/rich-text-types": "^16.6.1",
"@plaiceholder/next": "^3.0.0",
"@radix-ui/react-aspect-ratio": "^1.1.0",
"@tailwindcss/typography": "0.5.13",
"@types/node": "^20.14.10",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@uidotdev/usehooks": "^2.4.1",
"@vercel/analytics": "^1.3.1",
"@vercel/speed-insights": "^1.0.12",
"autoprefixer": "10.4.19",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"date-fns": "3.6.0",
"framer-motion": "^11.2.13",
"lucide-react": "^0.401.0",
"next": "14.2.4",
"next-sitemap": "^4.2.3",
"next-themes": "^0.3.0",
"plaiceholder": "^3.0.0",
"postcss": "8.4.39",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sharp": "0.32.6",
"tailwind-gradient-mask-image": "^1.2.0",
"tailwind-merge": "^2.4.0",
"tailwindcss": "^3.4.4",
"tailwindcss-animate": "^1.0.7",
"tailwindcss-inner-border": "^0.2.0",
"typescript": "^5.5.3"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.15.0",
"eslint": "^9.6.0",
"eslint-config-next": "^14.2.4",
"eslint-config-prettier": "^9.1.0",
"prettier": "^3.3.2"
}
}