-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 1.85 KB
/
package.json
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
{
"name": "springfall",
"version": "0.1.0",
"author": "EzKorry",
"scripts": {
"t": "vitest",
"test": "vitest",
"test:ci": "vitest run",
"dev": "next dev",
"build": "next build && next-sitemap --config next-sitemap.config.js",
"start": "next start",
"analyze": "ANALYZE=true pnpm build",
"lint": "eslint .",
"type-check": "tsc --noEmit",
"knip": "knip"
},
"dependencies": {
"@echoja/remark-custom-container": "^1.4.0",
"@heroui/react": "2.6.14",
"@heroui/theme": "2.4.6",
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@next/bundle-analyzer": "15.1.7",
"@next/env": "15.1.7",
"@next/mdx": "15.1.7",
"codehike": "^1.0.4",
"dayjs": "^1.11.13",
"framer-motion": "^12.4.3",
"jotai": "^2.12.0",
"lucide-react": "^0.475.0",
"next": "15.1.7",
"next-seo": "^6.6.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-wrap-balancer": "^1.1.1",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"remark-gfm": "4.0.1",
"remark-toc": "^9.0.0",
"tailwind-merge": "^3.0.1",
"vite": "^6.1.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.0.6",
"@types/mdx": "^2.0.13",
"@types/node": "^22.13.4",
"@types/react": "^19.0.8",
"@typescript-eslint/eslint-plugin": "^8.24.0",
"@typescript-eslint/parser": "^8.24.0",
"@vitejs/plugin-react": "^4.3.2",
"eslint": "^8",
"eslint-config-next": "15.1.4",
"eslint-config-prettier": "^9.1.0",
"eslint-mdx": "^3.1.5",
"eslint-plugin-mdx": "^3.1.5",
"happy-dom": "^17.1.0",
"knip": "^5.44.1",
"next-sitemap": "^4.2.3",
"postcss": "^8.5.2",
"tailwindcss": "^4.0.6",
"typescript": "^5.7.3",
"vitest": "^3.0.5"
},
"pnpm": {
"overrides": {
"@types/react": "19.0.2"
}
},
"packageManager": "[email protected]"
}