-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
66 lines (66 loc) · 1.88 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
{
"name": "bilibili-evolved-doc",
"private": true,
"scripts": {
"dev": "next dev",
"raw-build": "next build",
"build": "node scripts/fetch-entries.mjs && next build",
"start": "next start",
"lint": "next lint",
"test": "vitest",
"prepare": "husky install",
"format": "prettier --write \"{pages,components,styles}/**/*.{tsx,css}\""
},
"dependencies": {
"@algolia/client-search": "^4.12.0",
"@docsearch/css": "^3.2.1",
"@docsearch/react": "^3.2.1",
"@headlessui/react": "^1.7.4",
"@heroicons/react": "^1.0.5",
"@mdx-js/loader": "^2.1.4",
"@mdx-js/react": "^2.1.4",
"classnames": "^2.3.1",
"github-slugger": "^1.4.0",
"highlight.js": "^11.4.0",
"js-yaml": "^4.1.0",
"next": "13.1.6",
"next-mdx-remote": "^4.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"webpack": "^5.72.0"
},
"devDependencies": {
"@types/github-slugger": "^1.3.0",
"@types/mdx-js__react": "^1.5.5",
"@types/node": "16.11.12",
"@types/react": "17.0.37",
"@types/react-dom": "^17.0.11",
"autoprefixer": "^10.4.2",
"esast-util-from-js": "^1.1.0",
"eslint": "8.4.1",
"eslint-config-next": "13.0.1",
"estree-util-value-to-estree": "^1.3.0",
"hast-util-from-html": "^1.0.0",
"hast-util-to-html": "^8.0.3",
"hast-util-to-text": "^3.1.1",
"husky": "^8.0.1",
"lowlight": "^2.7.0",
"mdast-util-from-markdown": "^1.2.0",
"node-fetch": "^3.2.10",
"postcss": "^8.4.5",
"prettier": "^2.8.1",
"prettier-plugin-tailwindcss": "^0.2.0",
"rehype-slug": "^5.0.1",
"remark": "^14.0.2",
"remark-frontmatter": "^4.0.1",
"remark-gfm": "^3.0.1",
"serve-handler": "^6.1.3",
"tailwindcss": "^3.0.13",
"typescript": "4.8.4",
"unified": "^10.1.2",
"unist-util-remove": "^3.1.0",
"unist-util-visit": "^4.1.1",
"vite": "^3.2.8",
"vitest": "^0.22.1"
}
}