forked from nexxeln/nexxel.dev
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.7 KB
/
Copy pathpackage.json
File metadata and controls
63 lines (63 loc) · 1.7 KB
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
{
"name": "hi",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "next lint",
"start": "next start"
},
"dependencies": {
"@geist-ui/react": "^2.2.5",
"@jsdevtools/rehype-toc": "^3.0.2",
"@mdx-js/react": "^3.1.0",
"@next/mdx": "^15.0.2",
"@sentry/nextjs": "8",
"@t3-oss/env-nextjs": "^0.10.1",
"@tailwindcss/typography": "^0.5.13",
"@upstash/redis": "^1.31.6",
"@vercel/analytics": "^1.3.1",
"@vercel/speed-insights": "^1.0.12",
"aws-sdk": "^2.1691.0",
"flourite": "^1.3.0",
"geist": "^1.3.0",
"next": "15.0.0-rc.0",
"next-mdx-remote": "^5.0.0",
"next-turnstile": "^1.0.5",
"next-view-transitions": "^0.2.0",
"react": "19.0.0-rc-58af67a8f8-20240628",
"react-dom": "19.0.0-rc-58af67a8f8-20240628",
"react-share": "^5.2.2",
"react-toastify": "^11.0.5",
"rehype-parse": "^9.0.1",
"rehype-slug": "^6.0.0",
"rehype-stringify": "^10.0.1",
"rehype-toc": "^3.0.2",
"remark-footnotes": "^5.0.0",
"unified": "^11.0.5",
"uuid": "^11.1.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/eslint": "^8.56.10",
"@types/node": "^20.14.9",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"eslint": "^9.6.0",
"eslint-config-next": "^14.2.4",
"postcss": "^8.4.38",
"prettier": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.5",
"shiki": "^1.10.0",
"tailwindcss": "^3.4.4",
"typescript": "^5.5.2"
},
"ct3aMetadata": {
"initVersion": "7.34.0"
},
"packageManager": "pnpm@8.6.0"
}