Update package.json

This commit is contained in:
Andrew Pietila 2024-07-29 19:23:22 -05:00
parent 0fc9ff5c18
commit 14ba17c21a
2 changed files with 580 additions and 416 deletions

968
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -6,31 +6,33 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
"lint": "next lint",
"create_user": "tsx scripts/create_user"
},
"dependencies": {
"bcrypt": "^5.1.1",
"better-sqlite3": "^11.1.2",
"drizzle-orm": "^0.32.0",
"drizzle-orm": "^0.32.1",
"jsonld": "^8.3.2",
"next": "14.2.5",
"next": "^14.2.5",
"prompt": "^1.3.0",
"react": "^18",
"react-dom": "^18"
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tsx": "^4.16.2"
},
"devDependencies": {
"@types/bcrypt": "^5.0.2",
"@types/better-sqlite3": "^7.6.11",
"@types/node": "^20",
"@types/node": "^22.0.0",
"@types/prompt": "^1.1.8",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"drizzle-kit": "^0.23.0",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.5",
"postcss": "^8.4.40",
"tailwindcss": "^3.4.7",
"typescript": "^5.5.4"
},
"packageManager": "npm@10.8.1"
}