40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
{
|
|
"name": "@link-stack/bridge-frontend",
|
|
"version": "2.3.4",
|
|
"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.21.0",
|
|
"@link-stack/bridge-common": "*",
|
|
"@link-stack/bridge-ui": "*",
|
|
"next": "15.0.3",
|
|
"next-auth": "^4.24.10",
|
|
"react": "18.3.1",
|
|
"react-dom": "18.3.1",
|
|
"sharp": "^0.33.5",
|
|
"tsx": "^4.19.2",
|
|
"@link-stack/ui": "*"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22",
|
|
"@types/pg": "^8.11.10",
|
|
"@types/react": "^18",
|
|
"@types/react-dom": "^18",
|
|
"@link-stack/eslint-config": "*",
|
|
"@link-stack/typescript-config": "*",
|
|
"typescript": "^5"
|
|
}
|
|
}
|