-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.7 KB
/
package.json
File metadata and controls
57 lines (57 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "eslint --fix .",
"format": "prettier --write .",
"check-format": "prettier --check ."
},
"engines": {
"node": "24.x"
},
"dependencies": {
"@giscus/react": "^3.1.0",
"@radix-ui/react-hover-card": "^1.1.15",
"@react-spring/web": "^9.7.5",
"@tailwindcss/postcss": "4.0.0-alpha.13",
"@vercel/analytics": "^1.1.3",
"@vercel/speed-insights": "^1.0.9",
"framer-motion": "^11.18.2",
"geist": "1.2.2",
"katex": "^0.16.21",
"mermaid": "^11.4.1",
"next": "canary",
"next-mdx-remote": "6.0.0",
"plyr-react": "^5.3.0",
"postcss": "^8.4.35",
"react": "18.2.0",
"react-dom": "18.2.0",
"rehype-katex": "^7.0.1",
"rehype-slug": "^6.0.0",
"rehype-toc": "^3.0.2",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"simple-icons": "^16.8.0",
"sugar-high": "^0.6.0",
"tailwindcss": "4.0.0-alpha.13",
"typescript": "5.3.3"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^5.2.0",
"@types/node": "24.10.1",
"@types/react": "18.2.55",
"@types/react-dom": "18.2.19",
"@typescript-eslint/eslint-plugin": "^8.24.1",
"@typescript-eslint/parser": "^8.24.1",
"eslint": "^9.21.0",
"eslint-config-next": "^15.1.7",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-prettier": "^5.2.3",
"prettier": "^3.5.2",
"prettier-plugin-tailwindcss": "^0.6.11"
},
"packageManager": "pnpm@10.8.1+sha512.c50088ba998c67b8ca8c99df8a5e02fd2ae2e2b29aaf238feaa9e124248d3f48f9fb6db2424949ff901cffbb5e0f0cc1ad6aedb602cd29450751d11c35023677"
}