42 lines
1.2 KiB
JSON
42 lines
1.2 KiB
JSON
{
|
|
"name": "@link-stack/bridge-frontend",
|
|
"version": "3.1.0",
|
|
"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.26.0",
|
|
"@link-stack/bridge-common": "*",
|
|
"@link-stack/bridge-ui": "*",
|
|
"next": "15.1.7",
|
|
"next-auth": "^4.24.11",
|
|
"react": "19.0.0",
|
|
"react-dom": "19.0.0",
|
|
"sharp": "^0.33.5",
|
|
"tsx": "^4.19.3",
|
|
"@link-stack/ui": "*"
|
|
},
|
|
"devDependencies": {
|
|
"@link-stack/eslint-config": "*",
|
|
"@link-stack/typescript-config": "*",
|
|
"@types/node": "^22",
|
|
"@types/pg": "^8.11.11",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"@link-stack/eslint-config": "*",
|
|
"@link-stack/typescript-config": "*",
|
|
"typescript": "^5"
|
|
}
|
|
}
|