Files
la-huasca-ts/package.json
T

29 lines
628 B
JSON

{
"name": "la-huasca-ts",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -H 0.0.0.0 -p 3000",
"lint": "next lint"
},
"dependencies": {
"@chenglou/pretext": "^0.0.8",
"bcryptjs": "^2.4.3",
"jose": "^5.6.3",
"next": "14.2.28",
"pg": "^8.12.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.6",
"@types/node": "^20.17.30",
"@types/pg": "^8.11.6",
"@types/react": "^18.3.20",
"@types/react-dom": "^18.3.6",
"typescript": "^5.4.5"
}
}