-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
65 lines (65 loc) · 2.08 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": "my-blog-t3",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"db:push": "prisma db push",
"db:studio": "prisma studio",
"dev": "next dev --turbopack",
"postinstall": "prisma generate",
"new:post": "node ./scripts/new-post.mjs",
"lint": "next lint",
"start": "next start"
},
"dependencies": {
"@prisma/client": "^5.19.1",
"@simplewebauthn/browser": "^10.0.0",
"@simplewebauthn/server": "^10.0.1",
"@simplewebauthn/types": "^10.0.0",
"@types/mdast": "^4.0.4",
"babel-plugin-react-compiler": "19.0.0-beta-decd7b8-20250118",
"dayjs": "^1.11.13",
"esbuild": "^0.21.5",
"fast-glob": "^3.3.2",
"gray-matter": "^4.0.3",
"next": "15.2.0-canary.18",
"next-mdx-remote": "^5.0.0",
"next-themes": "^0.3.0",
"nextjs-toploader": "^1.6.12",
"react": "19.0.0-rc-3dfd5d9e-20240910",
"react-dom": "19.0.0-rc-3dfd5d9e-20240910",
"rehype-autolink-headings": "^7.1.0",
"rehype-mdx-code-props": "^3.0.1",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.0",
"remark-unwrap-images": "^4.0.0",
"sharp": "^0.33.5",
"unist-util-visit": "^5.0.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@egoist/tailwindcss-icons": "^1.8.1",
"@iconify-json/mingcute": "^1.2.0",
"@shikijs/transformers": "^1.16.3",
"@types/eslint": "^8.56.12",
"@types/node": "^20.16.5",
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]",
"autoprefixer": "^10.4.20",
"clsx": "^2.1.1",
"eslint": "^8.57.0",
"eslint-config-next": "15.0.2-canary.8",
"eslint-config-prettier": "^9.1.0",
"postcss": "^8.4.45",
"prettier": "3.2.5",
"prettier-plugin-tailwindcss": "^0.5.14",
"prisma": "^5.19.1",
"sass": "^1.78.0",
"shiki": "^1.16.3",
"tailwindcss": "^3.4.10",
"typescript": "^5.6.2",
"unified": "^11.0.5"
},
"packageManager": "[email protected]+sha512.1f79bc245a66eb0b07c5d4d83131240774642caaa86ef7d0434ab47c0d16f66b04e21e0c086eb61e62c77efc4d7f7ec071afad3796af64892fae66509173893a"
}