-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
143 lines (143 loc) · 4.49 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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
{
"name": "omnimes_blog",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"postinstall": "prisma generate",
"typecheck": "tsc --noEmit",
"lint": "next lint",
"lint:fix": "next lint --fix",
"lint:strict": "next lint '*/**/*.{js,jsx,ts,tsx}'",
"preview": "next build && next start",
"prettier": "prettier --write */**/*.{js,jsx,json,ts,tsx,scss,css,md}",
"format:write": "prettier --write \"**/*.{ts,tsx,mdx}\" --cache",
"format:check": "prettier --check \"**/*.{ts,tsx,mdx}\" --cache",
"rmibs": "rm -f -r .next && rm -f -r node_modules && rm -f -r package_lock.json && npm cache clean --force && npm cache verify && npm i --legacy-peer-deps && npm run build && npm run dev",
"prepare": "husky"
},
"dependencies": {
"@hookform/resolvers": "^3.10.0",
"@neondatabase/serverless": "^0.10.4",
"@next-auth/prisma-adapter": "^1.0.7",
"@next/bundle-analyzer": "^15.1.4",
"@nextui-org/react": "^2.6.11",
"@prisma/adapter-neon": "^6.2.0",
"@prisma/client": "^6.2.0",
"@radix-ui/react-accordion": "^1.2.2",
"@radix-ui/react-avatar": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.4",
"@radix-ui/react-label": "^2.1.1",
"@radix-ui/react-popover": "^1.1.4",
"@radix-ui/react-scroll-area": "^1.2.2",
"@radix-ui/react-select": "^2.1.4",
"@radix-ui/react-separator": "^1.1.1",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-toast": "^1.2.4",
"@splinetool/react-spline": "^4.0.0",
"@splinetool/runtime": "^1.9.58",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/typography": "^0.5.16",
"@vercel/analytics": "^1.4.1",
"@vercel/speed-insights": "^1.1.0",
"axios": "^1.7.9",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cssnano": "^7.0.6",
"dotenv": "^16.4.7",
"esbuild": "^0.24.2",
"exifr": "^7.1.3",
"feed": "^4.2.2",
"framer-motion": "^11.16.1",
"highlight.js": "^11.11.1",
"next": "^15.1.4",
"next-auth": "^4.24.11",
"next-intl": "^3.26.3",
"next-themes": "^0.4.4",
"next-timeago": "^0.2.0",
"nodemailer": "^6.9.16",
"outstatic": "^1.4.14",
"pliny": "^0.4.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-grid-gallery": "^1.0.1",
"react-hook-form": "^7.54.2",
"react-icons": "^5.4.0",
"react-image-lightbox": "^5.1.4",
"react-player": "^2.16.0",
"reading-time": "^1.5.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-citation": "^2.2.2",
"rehype-highlight": "^7.0.1",
"rehype-katex": "^7.0.1",
"rehype-prism-plus": "^2.0.0",
"rehype-slug": "^6.0.0",
"remark": "^15.0.1",
"remark-code-title": "^0.2.5",
"remark-gfm": "^4.0.0",
"remark-html": "^16.0.1",
"remark-math": "^6.0.0",
"rss": "^1.2.2",
"sharp": "^0.33.5",
"shiki": "^1.26.1",
"shikiji": "^0.10.2",
"simplex-noise": "^4.0.3",
"use-debounce": "^10.0.4",
"usehooks-ts": "^3.1.0",
"uuid": "^11.0.4",
"ws": "^8.18.0",
"xmlbuilder2": "^3.1.1",
"zod": "^3.24.1"
},
"devDependencies": {
"@builder.io/partytown": "^0.10.3",
"@ianvs/prettier-plugin-sort-imports": "^4.4.0",
"@types/node": "^22.10.5",
"@types/nodemailer": "^6.4.17",
"@types/react": "^19.0.3",
"@types/react-dom": "^19.0.2",
"@types/rss": "^0.0.32",
"@types/uuid": "^10.0.0",
"@types/webpack-env": "^1.18.5",
"@types/ws": "^8.5.13",
"@typescript-eslint/eslint-plugin": "^8.19.1",
"@typescript-eslint/parser": "^8.19.1",
"autoprefixer": "^10.4.20",
"bufferutil": "^4.0.9",
"eslint": "^9.17.0",
"eslint-config-next": "^15.1.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.3",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-security": "^3.0.1",
"eslint-plugin-sonarjs": "^3.0.1",
"eslint-plugin-tailwindcss": "^3.17.5",
"husky": "^9.1.7",
"lint-staged": "^15.3.0",
"mdx-bundler": "^10.0.3",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"prisma": "^6.2.0",
"rehype-pretty-code": "^0.14.0",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2"
},
"lint-staged": {
"*.+(js|jsx|ts|tsx)": [
"eslint --fix"
],
"*.+(js|jsx|ts|tsx|json|css|md|mdx)": [
"prettier --write"
]
},
"browserslist": [
">0.3%",
"not dead",
"not op_mini all"
]
}