-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.69 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
{
"name": "beutl-web-docs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@mdx-js/mdx": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@octokit/rest": "^21.0.2",
"@radix-ui/react-accordion": "^1.2.1",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-navigation-menu": "^1.2.1",
"@radix-ui/react-slot": "^1.1.0",
"@stefanprobst/rehype-extract-toc": "^2.2.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"github-markdown-css": "^5.7.0",
"i18next": "^23.16.5",
"i18next-resources-to-backend": "^1.2.1",
"lowlight": "^3.1.0",
"lucide-react": "^0.452.0",
"negotiator": "^1.0.0",
"next": "14.2.15",
"next-mdx-remote": "^5.0.0",
"react": "^18",
"react-dom": "^18",
"react-i18next": "^15.1.1",
"rehype-highlight": "^7.0.0",
"rehype-slug": "^6.0.0",
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.0",
"remark-github-beta-blockquote-admonitions": "^3.1.1",
"tailwind-merge": "^2.5.3",
"tailwindcss-animate": "^1.0.7",
"vfile": "^6.0.3",
"vfile-matter": "^5.0.0"
},
"devDependencies": {
"@types/negotiator": "^0.6.3",
"@types/node": "^22.7.5",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^9.12.0",
"eslint-config-next": "14.2.15",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
},
"packageManager": "[email protected]+sha512.e5a7e52a4183a02d5931057f7a0dbff9d5e9ce3161e33fa68ae392125b79282a8a8a470a51dfc8a0ed86221442eb2fb57019b0990ed24fab519bf0e1bc5ccfc4"
}