-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 2.17 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
{
"name": "site",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack -p 3874",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky install"
},
"dependencies": {
"@mdx-js/loader": "^3.0.0",
"@mdx-js/react": "^3.0.0",
"@next/bundle-analyzer": "15.1.6",
"@next/mdx": "15.1.6",
"@radix-ui/react-accordion": "^1.2.2",
"@radix-ui/react-popover": "^1.1.5",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-tabs": "^1.1.2",
"@tsparticles/engine": "^3.8.1",
"@tsparticles/interaction-particles-repulse": "^3.8.1",
"@tsparticles/react": "^3.0.0",
"@tsparticles/slim": "^3.8.1",
"@types/mdx": "^2.0.10",
"@uiw/react-md-editor": "^4.0.1",
"@vercel/speed-insights": "^1.0.9",
"axios": "^1.6.2",
"chalk": "^5.3.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"framer-motion": "^10.16.5",
"geist": "^1.1.0",
"jose": "^5.1.2",
"lucide-react": "^0.474.0",
"next": "15.1.6",
"next-mdx-remote": "^4.4.1",
"next-remove-imports": "^1.0.12",
"octokit": "^3.1.2",
"react": "19.0.0",
"react-debounce-input": "^3.3.0",
"react-device-detect": "^2.2.3",
"react-dom": "19.0.0",
"react-icons": "^4.12.0",
"remark-gfm": "^4.0.0",
"tailwind-merge": "^3.0.1",
"tailwindcss-animate": "^1.0.7",
"typewriter-effect": "^2.21.0"
},
"devDependencies": {
"@types/eslint": "^9.6.1",
"@types/node": "^20",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"@typescript-eslint/eslint-plugin": "^8.22.0",
"@typescript-eslint/parser": "^8.22.0",
"autoprefixer": "^10.0.1",
"eslint": "^9.19.0",
"eslint-config-next": "15.0.3",
"husky": "^8.0.3",
"lint-staged": "^15.1.0",
"postcss": "^8",
"prettier": "^3.0.3",
"tailwindcss": "^3.3.0",
"typescript": "^5"
},
"packageManager": "[email protected]+sha512.4abf725084d7bcbafbd728bfc7bee61f2f791f977fd87542b3579dcb23504d170d46337945e4c66485cd12d588a0c0e570ed9c477e7ccdd8507cf05f3f92eaca",
"pnpm": {
"overrides": {
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3"
}
}
}