-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.82 KB
/
Copy pathpackage.json
File metadata and controls
66 lines (66 loc) · 1.82 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
64
65
66
{
"name": "devfoliox",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint",
"test": "vitest run",
"test:watch": "vitest",
"setup": "node scripts/setup.js",
"validate-env": "node scripts/validate-env.js",
"build-og": "node scripts/build-og.js",
"prebuild": "node scripts/validate-env.js",
"cf:build": "opennextjs-cloudflare build",
"cf:preview": "opennextjs-cloudflare preview",
"cf:deploy": "opennextjs-cloudflare deploy"
},
"dependencies": {
"@notionhq/client": "^5.4.0",
"fuse.js": "^7.0.0",
"github-slugger": "^2.0.0",
"gray-matter": "^4.0.3",
"lucide-react": "^0.552.0",
"marked": "^17.0.0",
"next": "^16.2.4",
"next-mdx-remote": "^6.0.0",
"react": "19.2.0",
"react-dom": "19.2.0",
"rehype": "^13.0.2",
"rehype-pretty-code": "^0.14.3",
"rehype-raw": "^7.0.0",
"rehype-sanitize": "^6.0.0",
"rehype-slug": "^6.0.0",
"rehype-stringify": "^10.0.1",
"remark": "^15.0.1",
"remark-gfm": "^4.0.1",
"remark-parse": "^11.0.0",
"resend": "^6.4.2",
"rss-parser": "^3.13.0",
"sanitize-html": "^2.17.0",
"shiki": "^4.0.2",
"unified": "^11.0.5",
"zod": "^3.22.0"
},
"devDependencies": {
"@opennextjs/cloudflare": "^1.19.3",
"@tailwindcss/typography": "^0.5.19",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/sanitize-html": "^2.16.0",
"@vitejs/plugin-react": "^6.0.1",
"autoprefixer": "^10.4.21",
"baseline-browser-mapping": "^2.9.5",
"esbuild": "^0.28.0",
"eslint": "^9",
"eslint-config-next": "^16.2.4",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.18",
"typescript": "^5",
"vitest": "^4.1.5",
"wrangler": "^4.84.1"
}
}