-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
98 lines (98 loc) · 2.72 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "book-ssg-template",
"version": "0.1.0",
"private": true,
"packageManager": "[email protected]+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee",
"license": "MIT",
"repository": {
"url": "https://github.com/Innei/book-ssg-template"
},
"scripts": {
"build": "next build",
"dev": "next dev -p 9988",
"lint": "eslint --fix",
"prepare": "pnpm exec simple-git-hooks",
"start": "next start"
},
"dependencies": {
"@codesandbox/sandpack-react": "2.19.9",
"@floating-ui/react-dom": "2.1.2",
"@radix-ui/react-dialog": "1.1.2",
"@radix-ui/react-tabs": "1.1.1",
"@types/katex": "0.16.7",
"camelcase-keys": "9.1.3",
"chokidar": "^4.0.1",
"clsx": "2.1.1",
"colorjs.io": "0.5.2",
"devtools-detector": "2.0.22",
"foxact": "0.2.41",
"framer-motion": "11.11.11",
"globby": "^14.0.2",
"immer": "10.1.1",
"jotai": "2.10.1",
"js-yaml": "4.1.0",
"katex": "0.16.11",
"lodash": "4.17.21",
"markdown-to-jsx": "npm:@innei/[email protected]",
"medium-zoom": "1.1.0",
"mermaid": "11.4.0",
"next": "15.0.3",
"next-seo": "6.6.0",
"next-themes": "0.3.0",
"rc-modal-sheet": "0.3.2",
"react": "19.0.0-rc-fb9a90fa48-20240614",
"react-dom": "19.0.0-rc-fb9a90fa48-20240614",
"react-intersection-observer": "9.13.1",
"remark": "15.0.1",
"remark-parse": "11.0.0",
"shiki": "1.22.2",
"swr": "2.2.5",
"tailwind-merge": "2.5.4",
"unified": "11.0.5",
"unist-util-visit": "5.0.0",
"vaul": "1.1.1"
},
"devDependencies": {
"@iconify-json/mingcute": "1.2.1",
"@iconify/tailwind": "1.1.3",
"@innei/prettier": "0.15.0",
"@shikijs/transformers": "1.22.2",
"@tailwindcss/typography": "0.5.15",
"@types/js-yaml": "4.0.9",
"@types/node": "^22.8.7",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"autoprefixer": "^10.4.20",
"daisyui": "4.12.14",
"eslint": "9.14.0",
"eslint-config-hyoban": "3.1.12",
"lint-staged": "15.2.10",
"postcss-import": "16.1.0",
"postcss-nested": "7.0.2",
"postcss-preset-env": "10.0.9",
"postcss-prune-var": "1.1.2",
"prettier": "3.3.3",
"rimraf": "6.0.1",
"simple-git-hooks": "2.11.1",
"tailwind-scrollbar": "3.1.0",
"tailwind-variants": "0.2.1",
"tailwindcss": "^3.4.14",
"typescript": "5.6.3"
},
"simple-git-hooks": {
"pre-commit": "pnpm exec lint-staged"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"eslint --fix",
"prettier --ignore-path ./.gitignore --write "
]
},
"bump": {
"before": [
"git pull --rebase",
"ni"
],
"changelog": true
}
}