-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
94 lines (94 loc) · 2.45 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
{
"name": "book-ssg-template",
"repository": {
"url": "https://github.com/Innei/book-ssg-template"
},
"version": "0.1.0",
"private": true,
"license": "MIT",
"scripts": {
"prepare": "pnpm exec simple-git-hooks",
"dev": "next dev -p 9988",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"bump": {
"before": [
"git pull --rebase",
"ni"
],
"changelog": true
},
"simple-git-hooks": {
"pre-commit": "pnpm exec lint-staged"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"prettier --ignore-path ./.gitignore --write "
]
},
"dependencies": {
"@codesandbox/sandpack-react": "2.13.7",
"@excalidraw/excalidraw": "0.17.3",
"@floating-ui/react-dom": "2.0.8",
"@radix-ui/react-dialog": "1.0.5",
"@radix-ui/react-tabs": "1.0.4",
"@types/katex": "0.16.7",
"camelcase-keys": "9.1.3",
"clsx": "2.1.0",
"colorjs.io": "0.5.0",
"devtools-detector": "2.0.17",
"foxact": "0.2.33",
"framer-motion": "11.0.25",
"immer": "10.0.4",
"jotai": "2.8.0",
"js-yaml": "4.1.0",
"katex": "0.16.10",
"markdown-to-jsx": "npm:@innei/[email protected]",
"medium-zoom": "1.1.0",
"mermaid": "10.9.0",
"next": "14.2.0",
"next-seo": "6.5.0",
"next-themes": "0.3.0",
"rc-modal-sheet": "0.2.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-intersection-observer": "9.8.1",
"remark": "15.0.1",
"remark-parse": "11.0.0",
"shiki": "1.3.0",
"swr": "2.2.5",
"tailwind-merge": "2.2.2",
"unified": "11.0.4",
"unist-util-visit": "5.0.0",
"vaul": "0.9.0"
},
"devDependencies": {
"@iconify-json/mingcute": "1.1.17",
"@iconify/tailwind": "0.1.4",
"@innei/eslint-config-react-ts": "0.13.0",
"@innei/prettier": "0.13.0",
"@shikijs/transformers": "1.3.0",
"@tailwindcss/typography": "0.5.12",
"@types/js-yaml": "4.0.9",
"@types/node": "^20.12.5",
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.24",
"autoprefixer": "^10.4.19",
"daisyui": "4.10.1",
"eslint": "9.0.0",
"lint-staged": "15.2.2",
"postcss-import": "16.1.0",
"postcss-nested": "6.0.1",
"postcss-preset-env": "9.5.4",
"postcss-prune-var": "1.1.2",
"prettier": "3.2.5",
"rimraf": "5.0.5",
"simple-git-hooks": "2.11.1",
"tailwind-scrollbar": "3.1.0",
"tailwind-variants": "0.2.1",
"tailwindcss": "^3.4.3",
"typescript": "5.4.4"
}
}