-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 978 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 978 Bytes
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
{
"name": "vortex",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@mdx-js/react": "^3.1.1",
"@next/mdx": "^16.0.7",
"@tailwindcss/typography": "^0.5.19",
"@vercel/analytics": "^1.6.1",
"next": "16.1.5",
"next-plausible": "^3.12.5",
"ogl": "^1.0.11",
"prettier": "^3.7.4",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-markdown": "^10.1.0",
"rehype-pretty-code": "^0.14.1",
"resend": "^6.6.0",
"use-scramble": "^2.2.15",
"velite": "^0.3.1"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.3",
"@tailwindcss/postcss": "^4.1.17",
"@types/node": "^24.10.1",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"eslint": "^9.39.1",
"eslint-config-next": "16.0.11",
"tailwindcss": "^4.1.17",
"typescript": "^5.9.3"
}
}