-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 727 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 727 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
{
"name": "craigthacker-dot-dev",
"private": true,
"version": "1.0.0",
"engines": {
"node": ">=22"
},
"scripts": {
"dev": "NODE_OPTIONS=--max-old-space-size=4096 next dev",
"build": "next build",
"lint": "next lint"
},
"dependencies": {
"lucide-react": "^1.16.0",
"next": "16.2.6",
"next-themes": "0.4.6",
"react": "19.2.6",
"react-dom": "19.2.6"
},
"overrides": {
"postcss": ">=8.5.10"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.0.0",
"@types/node": "^25.9.1",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"eslint": "^9",
"eslint-config-next": "16.2.6",
"tailwindcss": "^4.0.0",
"typescript": "^6.0.3"
}
}