-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.65 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.65 KB
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
{
"name": "download",
"version": "0.1.0",
"private": true,
"packageManager": "pnpm@10.28.1",
"engines": {
"node": ">=20.9.0",
"pnpm": ">=10.28.0",
"npm": "please-use-pnpm"
},
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"report:releases": "tsx scripts/report-release-versions.ts",
"sync:releases": "tsx scripts/generate-releases.ts",
"upload:oss": "tsx scripts/upload-to-oss.ts",
"start": "next start",
"lint": "eslint ."
},
"dependencies": {
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@next/mdx": "^16.1.4",
"@octokit/rest": "^21.1.1",
"@radix-ui/react-navigation-menu": "^1.2.5",
"@radix-ui/react-slot": "^1.1.2",
"@tailwindcss/typography": "^0.5.16",
"@types/mdx": "^2.0.13",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.482.0",
"next": "^16.1.7",
"next-mdx-remote": "^6.0.0",
"next-themes": "^0.4.6",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-markdown": "^10.1.0",
"react-syntax-highlighter": "^16.1.0",
"remark-gfm": "^4.0.1",
"tailwind-merge": "^3.0.2",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"@types/ali-oss": "^6.23.3",
"@types/mime-types": "^3.0.1",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/react-syntax-highlighter": "^15.5.13",
"ali-oss": "^6.23.0",
"eslint": "^9",
"eslint-config-next": "^16.1.4",
"mime-types": "^3.0.2",
"tailwindcss": "^4",
"tsx": "^4.19.3",
"typescript": "^5"
}
}