-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.63 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.63 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
{
"name": "cube-blog",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"obfuscate-build": "next build --webpack && next-css-obfuscator",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@liveblocks/client": "^3.12.1",
"@liveblocks/react": "^3.12.1",
"@mdx-js/loader": "^3.1.1",
"@mdx-js/react": "^3.1.1",
"@next/mdx": "16.1.1",
"@types/mdast": "^4.0.4",
"@types/mdx": "^2.0.13",
"date-fns": "^4.1.0",
"gray-matter": "^4.0.3",
"next": "16.1.1",
"next-css-obfuscator": "^2.2.19",
"next-mdx-remote": "^5.0.0",
"react": "19.2.0",
"react-dom": "19.2.0",
"remark-directive": "^4.0.0",
"remark-gfm": "^4.0.1",
"shiki": "^3.21.0",
"unist-util-visit": "^5.0.0",
"yet-another-react-lightbox": "^3.28.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.3",
"@iconify-json/lucide": "^1.2.84",
"@iconify/json": "^2.2.427",
"@types/node": "^20.19.28",
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3",
"@typescript-eslint/eslint-plugin": "^8.52.0",
"@typescript-eslint/parser": "^8.52.0",
"@unocss/preset-icons": "66.5.10-beta.1",
"@unocss/reset": "^0.58.9",
"eslint": "^9.39.2",
"eslint-config-next": "^16.1.1",
"typescript": "^5.9.3",
"unocss": "^0.58.9"
},
"packageManager": "pnpm@9.15.5+sha512.845196026aab1cc3f098a0474b64dfbab2afe7a1b4e91dd86895d8e4aa32a7a6d03049e2d0ad770bbe4de023a7122fb68c1a1d6e0d033c7076085f9d5d4800d4",
"pnpm": {
"overrides": {
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3"
}
}
}