link-stack/apps/bridge-frontend/package.json
2025-01-20 11:17:37 +01:00

40 lines
1.1 KiB
JSON

{
"name": "@link-stack/bridge-frontend",
"version": "2.4.0b1",
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"migrate:up:all": "tsx database/migrate.ts up:all",
"migrate:up:one": "tsx database/migrate.ts up:one",
"migrate:down:all": "tsx database/migrate.ts down:all",
"migrate:down:one": "tsx database/migrate.ts down:one"
},
"dependencies": {
"@auth/kysely-adapter": "^1.7.4",
"@mui/icons-material": "^6",
"@mui/material": "^6",
"@mui/material-nextjs": "^6",
"@mui/x-license": "^7.24.0",
"@link-stack/bridge-common": "*",
"@link-stack/bridge-ui": "*",
"next": "15.1.5",
"next-auth": "^4.24.11",
"react": "19.0.0",
"react-dom": "19.0.0",
"sharp": "^0.33.5",
"tsx": "^4.19.2",
"@link-stack/ui": "*"
},
"devDependencies": {
"@types/node": "^22",
"@types/pg": "^8.11.10",
"@types/react": "^19",
"@types/react-dom": "^19",
"@link-stack/eslint-config": "*",
"@link-stack/typescript-config": "*",
"typescript": "^5"
}
}