-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.08 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.08 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
{
"name": "tetsuo-site",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@radix-ui/react-slot": "^1.1.2",
"@vercel/analytics": "^1.4.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"embla-carousel-react": "8.5.2",
"lucide-react": "^0.474.0",
"next": "15.1.6",
"next-mdx-remote": "^5.0.0",
"next-view-transitions": "^0.3.4",
"react": "19.0.0",
"react-dom": "19.0.0",
"shiki": "^2.3.2",
"tailwind-merge": "^3.0.1"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.0.4",
"@types/node": "^22.13.1",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"autoprefixer": "^10.4.20",
"eslint": "^9.19.0",
"eslint-config-next": "15.1.6",
"postcss": "^8.5.1",
"tailwindcss": "^4.0.4",
"typescript": "^5.7.3"
},
"browserslist": [
">0.3%",
"not dead",
"not op_mini all"
]
}