-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.22 KB
/
package.json
File metadata and controls
79 lines (79 loc) · 2.22 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
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "springfall",
"version": "0.1.0",
"author": "EzKorry",
"scripts": {
"t": "vitest",
"test": "vitest",
"test:ci": "vitest run",
"dev": "next dev",
"build": "next build",
"start": "next start",
"analyze": "ANALYZE=true pnpm build",
"lint": "eslint .",
"content:sync": "node scripts/generate-content-manifest.mjs",
"type-check": "tsc --noEmit",
"knip": "knip"
},
"dependencies": {
"@echoja/remark-custom-container": "^1.4.0",
"@hbsnow/rehype-sectionize": "1.0.7",
"@mdx-js/loader": "^3.1.1",
"@mdx-js/react": "^3.1.1",
"@next/bundle-analyzer": "16.1.1",
"@next/mdx": "16.1.1",
"codehike": "1.0.7",
"dayjs": "^1.11.19",
"jotai": "^2.16.0",
"lucide-react": "^0.562.0",
"motion": "^12.23.26",
"next": "16.1.1",
"next-seo": "^7.0.1",
"react": "19.2.3",
"react-dom": "19.2.3",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"remark-gfm": "4.0.1",
"remark-toc": "^9.0.0",
"tailwind-merge": "^3.4.0",
"vite": "^7.3.0"
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"@next/eslint-plugin-next": "16.1.1",
"@tailwindcss/postcss": "^4.1.18",
"@types/mdx": "^2.0.13",
"@types/node": "^25.0.3",
"@types/react": "19.2.7",
"@typescript-eslint/parser": "^8.50.0",
"@vitejs/plugin-react": "^5.1.2",
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"happy-dom": "^20.0.11",
"knip": "^5.75.1",
"postcss": "^8.5.6",
"prettier": "3.7.4",
"prettier-plugin-tailwindcss": "^0.7.2",
"tailwindcss": "^4.1.18",
"typescript": "^5.9.3",
"typescript-eslint": "^8.50.0",
"vitest": "^4.0.16"
},
"pnpm": {
"overrides": {
"@types/react": "19.2.7",
"mdast-util-to-hast@>=13.0.0 <13.2.1": ">=13.2.1"
},
"ignoredBuiltDependencies": [
"esbuild"
],
"onlyBuiltDependencies": [
"sharp",
"unrs-resolver"
]
},
"packageManager": "pnpm@10.27.0+sha512.72d699da16b1179c14ba9e64dc71c9a40988cbdc65c264cb0e489db7de917f20dcf4d64d8723625f2969ba52d4b7e2a1170682d9ac2a5dcaeaab732b7e16f04a"
}