-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.83 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
{
"name": "apik-new-portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"db:push": "drizzle-kit push --config=drizzle.config.ts",
"db:generate": "drizzle-kit generate --config=drizzle.config.ts",
"db:migrate": "drizzle-kit migrate --config=drizzle.config.ts"
},
"dependencies": {
"@heroicons/react": "^2.0.18",
"@tailwindcss/line-clamp": "^0.4.4",
"@types/archiver": "^6.0.2",
"@types/node": "20.3.3",
"@types/react": "18.2.14",
"@types/react-dom": "^18.3.0",
"@vercel/og": "^0.5.11",
"archiver": "^7.0.1",
"autoprefixer": "10.4.14",
"axios": "^1.3.1",
"clsx": "^1.2.1",
"date-fns": "^2.30.0",
"dotenv": "^16.3.1",
"drizzle-orm": "^0.30.10",
"eslint-config-next": "^14.2.3",
"exif-js": "^2.3.0",
"framer-motion": "^10.12.21",
"gray-matter": "^4.0.3",
"hastscript": "^8.0.0",
"kysely": "^0.26.1",
"lucide-react": "^0.260.0",
"next": "^14.2.3",
"next-auth": "^5.0.0-beta.20",
"next-mdx-remote": "^4.4.1",
"next-themes": "^0.2.1",
"nextjs-simple-typewriter": "^5.2.2",
"pg": "^8.11.5",
"postcss": "^8.4.35",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icon-cloud": "^4.1.4",
"react-simple-typewriter": "^5.0.1",
"rehype-autolink-headings": "^7.0.0",
"rehype-pretty-code": "^0.10.1",
"rehype-slug": "^6.0.0",
"remark-gfm": "3.0.1",
"sugar-high": "^0.6.1",
"tailwind-merge": "^2.5.2",
"tailwindcss": "3.3.2",
"typescript": "5.1.6",
"uuid": "^10.0.0",
"zod": "^3.21.4"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"@types/pg": "^8.11.6",
"@types/uuid": "^10.0.0",
"drizzle-kit": "^0.21.4",
"tailwind-scrollbar": "^3.0.5"
}
}