-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.34 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.34 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
{
"name": "maxhax.dev",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "eslint --max-warnings=0",
"type-check": "tsc --noEmit"
},
"dependencies": {
"@mdx-js/loader": "^3.1.1",
"@mdx-js/react": "^3.1.1",
"@next/mdx": "15.5.15",
"@types/mdx": "^2.0.13",
"@upstash/ratelimit": "^2.0.8",
"@upstash/redis": "^1.37.0",
"@vercel/analytics": "^1.6.1",
"clsx": "^2.1.1",
"katex": "^0.16.45",
"next": "15.5.15",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-h5-audio-player": "^3.10.2",
"react-katex": "^3.1.0",
"resend": "^6.12.2",
"sharp": "^0.34.5",
"shiki": "^3.23.0"
},
"devDependencies": {
"@eslint/js": "^9.39.4",
"@next/eslint-plugin-next": "^16.2.4",
"@tailwindcss/postcss": "^4.2.4",
"@types/node": "^24.12.2",
"@types/react": "^19.2.14",
"eslint": "^9.39.4",
"eslint-plugin-react": "^7.37.5",
"globals": "^16.5.0",
"knip": "^6.6.1",
"postcss": "^8.5.10",
"tailwindcss": "^4.2.4",
"typescript": "^5.9.3",
"typescript-eslint": "^8.59.0"
},
"packageManager": "pnpm@10.24.0",
"pnpm": {
"minimumReleaseAge": 4320,
"overrides": {
"micromatch>picomatch": ">=2.3.2",
"tinyglobby>picomatch": ">=4.0.4"
}
}
}