-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 765 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 765 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
{
"name": "panic-full",
"version": "0.1.0",
"private": true,
"description": "Apple panic log & sysdiagnose elemző angol kulcsszó-szótárral",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p ${PORT:-3000}",
"lint": "next lint",
"postinstall": "node scripts/copy-wasm.mjs"
},
"engines": {
"node": ">=20.0.0"
},
"dependencies": {
"@types/sql.js": "^1.4.11",
"fflate": "^0.8.2",
"next": "^15.1.6",
"pg": "^8.22.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"sql.js": "^1.14.1"
},
"devDependencies": {
"@types/node": "^22.10.0",
"@types/pg": "^8.20.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"typescript": "^5.7.0"
}
}