-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.91 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
61
62
63
64
65
66
67
{
"name": "hughdo.dev",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint --fix",
"lint:staged": "lint-staged",
"db-generate": "drizzle-kit generate",
"db-push": "drizzle-kit push",
"db-up": "drizzle-kit up"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.663.0",
"@radix-ui/react-accessible-icon": "^1.1.0",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@vercel/analytics": "^1.3.1",
"@vercel/kv": "^3.0.0",
"@vercel/postgres": "^0.10.0",
"@vercel/speed-insights": "^1.0.12",
"blurhash": "^2.0.5",
"bright": "^0.8.5",
"clsx": "^2.1.1",
"codehike": "^1.0.1",
"drizzle-orm": "^0.33.0",
"exif-parser": "^0.1.12",
"framer-motion": "^11.10.0",
"gray-matter": "^4.0.3",
"js-cookie": "^3.0.5",
"next": "14.2.14",
"next-mdx-remote": "^5.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"server-only": "^0.0.1",
"sharp": "0.33.5",
"tailwind-merge": "^2.5.2"
},
"devDependencies": {
"@axe-core/react": "^4.10.0",
"@tailwindcss/typography": "^0.5.15",
"@types/js-cookie": "^3.0.6",
"@types/node": "^22.7.4",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.20",
"dotenv": "^16.4.5",
"drizzle-kit": "^0.24.2",
"eslint": "^9.11.1",
"eslint-config-next": "14.2.14",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-unused-imports": "^4.1.4",
"eslint_d": "^14.1.0",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.2"
}
}