forked from leerob/site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.29 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build-setup": "npm run setup && next build",
"build": "next build",
"start": "next start",
"setup": "node ./lib/setup.mjs"
},
"dependencies": {
"@octokit/rest": "^19.0.7",
"@planetscale/database": "^1.5.0",
"@vercel/analytics": "^0.1.11",
"@vercel/edge-config": "^0.1.1",
"@vercel/og": "^0.0.27",
"clsx": "^1.2.1",
"contentlayer": "^0.3.0",
"date-fns": "^2.29.3",
"dotenv": "^16.0.3",
"framer-motion": "^8.5.4",
"kysely": "^0.23.4",
"kysely-planetscale": "^1.2.1",
"next": "13.2.5-canary.16",
"next-auth": "^4.19.0",
"next-contentlayer": "^0.3.0",
"node-fetch": "^3.3.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-wrap-balancer": "^0.4.0",
"rehype-autolink-headings": "^6.1.1",
"rehype-pretty-code": "^0.9.2",
"rehype-slug": "^5.1.0",
"remark-gfm": "^3.0.1",
"server-only": "^0.0.1",
"sharp": "^0.33.2",
"shiki": "^0.13.0",
"swr": "^2.0.3"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"@types/node": "18.11.18",
"@types/react": "18.0.27",
"@types/react-dom": "18.0.10",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.4",
"typescript": "4.9.4"
}
}