-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
105 lines (105 loc) · 2.99 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"name": "blog",
"version": "0.4.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint --fix",
"clean": "rimraf .next"
},
"dependencies": {
"@monaco-editor/react": "^4.6.0",
"@next/bundle-analyzer": "^15.1.0",
"@nextui-org/react": "^2.6.8",
"@radix-ui/react-aspect-ratio": "^1.1.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-radio-group": "^1.2.1",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-toast": "^1.2.2",
"@supabase/ssr": "^0.5.2",
"@supabase/supabase-js": "^2.47.3",
"@vercel/analytics": "^1.4.1",
"@vercel/speed-insights": "^1.1.0",
"autoprefixer": "^10.4.20",
"bcrypt": "^5.1.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"crypto-js": "^4.2.0",
"echarts": "^5.5.1",
"embla-carousel-react": "^8.5.1",
"eslint": "^8",
"framer-motion": "^11.13.5",
"jose": "^5.9.6",
"lucide-react": "^0.468.0",
"next": "15.1.0",
"next-sitemap": "^4.2.3",
"next-themes": "^0.4.4",
"postcss": "^8.4.49",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-player": "^2.16.0",
"react-runner": "^1.0.5",
"sharp": "^0.33.5",
"shiki": "^1.24.2",
"sonner": "^1.7.1",
"source-map-support": "^0.5.21",
"tailwind-merge": "^2.5.5",
"tailwindcss": "^3.4.16",
"tailwindcss-animate": "^1.0.7",
"uuid": "^11.0.3",
"zod": "^3.24.0",
"zustand": "^5.0.2"
},
"devDependencies": {
"@next/eslint-plugin-next": "^15.1.0",
"@radix-ui/react-icons": "^1.3.2",
"@tailwindcss/typography": "^0.5.15",
"@types/bcrypt": "^5.0.2",
"@types/crypto-js": "^4.2.2",
"@types/node": "^20.14.8",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^8",
"@typescript-eslint/parser": "^8",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-tailwindcss": "^3.17.5",
"gray-matter": "^4.0.3",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.9",
"rehype-highlight": "^7.0.1",
"rehype-pretty-code": "^0.14.0",
"rehype-raw": "^7.0.0",
"rehype-sanitize": "^6.0.0",
"rehype-stringify": "^10.0.1",
"remark-gfm": "^4.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.1",
"typescript": "^5.7.2",
"unified": "^11.0.5"
},
"overrides": {
"framer-motion": {
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
},
"@monaco-editor/react": {
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
},
"react-runner": {
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
}
}
}