-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 924 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 924 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
40
{
"name": "jamesslinger.com",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start"
},
"engines": {
"node": "~22.17"
},
"dependencies": {
"@types/node": "20.2.1",
"@types/react": "19.1.8",
"@types/react-dom": "19.1.6",
"@vercel/analytics": "^1.0.2",
"lucide-react": "^0.525.0",
"markdown-wasm": "^1.2.0",
"motion": "^12.23.6",
"next": "15.4.10",
"react": "19.1.0",
"react-dom": "19.1.0",
"typescript": "5.0.4",
"uuid": "^9.0.0"
},
"devDependencies": {
"@tailwindcss/line-clamp": "^0.4.2",
"@tailwindcss/typography": "^0.5.9",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"postcss-nesting": "^11.2.2",
"rome": "^11.0.0",
"tailwindcss": "^3.2.7"
},
"overrides": {
"@types/react": "19.1.8",
"@types/react-dom": "19.1.6"
}
}