-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.46 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.46 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
{
"name": "cvpnpm",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "pnpm contentlayer build || true"
},
"engines": {
"node": "20.x"
},
"dependencies": {
"@contentlayer/client": "^0.3.4",
"@next/mdx": "^15.4.4",
"@tsparticles/engine": "^3.8.1",
"@tsparticles/react": "^3.0.0",
"@tsparticles/slim": "^3.8.1",
"@xterm/xterm": "^5.5.0",
"contentlayer": "^0.3.4",
"framer-motion": "^12.4.3",
"gray-matter": "^4.0.3",
"katex": "^0.16.22",
"mdast-util-math": "2.0.1",
"next": "16.1.1",
"next-contentlayer": "^0.3.4",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-icons": "^5.4.0",
"rehype-katex": "^7.0.1",
"remark-math": "^6.0.0",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/typography": "^0.5.16",
"eslint": "^9",
"eslint-config-next": "15.1.7",
"postcss": "^8",
"remark-gfm": "^3.0.1",
"tailwindcss": "^3.4.1"
},
"pnpm": {
"onlyBuiltDependencies": [
"@tsparticles/engine",
"contentlayer",
"esbuild",
"protobufjs"
],
"overrides": {
"mdast-util-math": "2.0.1"
}
},
"packageManager": "pnpm@8.15.9+sha512.499434c9d8fdd1a2794ebf4552b3b25c0a633abcee5bb15e7b5de90f32f47b513aca98cd5cfd001c31f0db454bc3804edccd578501e4ca293a6816166bbd9f81"
}