-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 913 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 913 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": "hn",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build --webpack",
"start": "next start",
"lint": "eslint .",
"typecheck": "tsc --noEmit",
"format": "prettier --write ."
},
"engines": {
"node": ">=22.0.0"
},
"packageManager": "npm@10.9.4",
"overrides": {
"serialize-javascript": "^7.1.0"
},
"dependencies": {
"@ducanh2912/next-pwa": "^10.2.9",
"@headlessui/react": "^2.2.10",
"link-preview-js": "^5.0.0",
"next": "^16.3.0",
"react": "^19.2.8",
"react-dom": "^19.2.8"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.3.3",
"@types/node": "^22.0.0",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.4",
"eslint": "^9.39.5",
"eslint-config-next": "^16.3.0",
"postcss": "^8.5.26",
"prettier": "^3.9.6",
"tailwindcss": "^4.3.3",
"typescript": "^5.9.3"
}
}