link-stack/apps/link/package.json

49 lines
1.3 KiB
JSON
Raw Normal View History

2022-12-02 10:55:56 +00:00
{
2024-06-05 08:52:41 +02:00
"name": "@link-stack/link",
"version": "3.4.0-beta.6",
2024-05-14 09:40:58 +02:00
"type": "module",
2022-12-02 10:55:56 +00:00
"scripts": {
"dev": "next dev -H 0.0.0.0",
2022-12-02 10:55:56 +00:00
"build": "next build",
"start": "next start",
"export": "next export",
"lint": "next lint"
},
"dependencies": {
"@chatscope/chat-ui-kit-react": "^2.1.1",
2022-12-14 13:24:50 +01:00
"@chatscope/chat-ui-kit-styles": "^1.4.0",
"@emotion/cache": "^11.14.0",
"@emotion/react": "^11.14.0",
2023-05-24 20:27:57 +00:00
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.14.1",
"@link-stack/bridge-common": "workspace:*",
"@link-stack/bridge-ui": "workspace:*",
"@link-stack/logger": "workspace:*",
"@link-stack/ui": "workspace:*",
"@mui/icons-material": "^6",
"@mui/material": "^6",
"@mui/material-nextjs": "^6",
"@mui/x-data-grid-pro": "^7",
"@mui/x-date-pickers": "^7",
"@mui/x-date-pickers-pro": "^7",
"@mui/x-license": "^7",
2024-09-27 11:22:45 +02:00
"date-fns": "^4.1.0",
"graphql-request": "^7.2.0",
"ioredis": "^5.8.1",
"mui-chips-input": "^6.0.0",
2025-12-17 15:35:28 +01:00
"next": "15.5.9",
"next-auth": "^4.24.11",
"react": "19.2.0",
"react-cookie": "^8.0.1",
"react-dom": "19.2.0",
2022-12-02 10:55:56 +00:00
"react-iframe": "^1.8.5",
"react-polyglot": "^0.7.2",
"sharp": "^0.34.4"
2022-12-02 10:55:56 +00:00
},
"devDependencies": {
"@link-stack/eslint-config": "workspace:*",
"@types/node": "^24.7.0",
"@types/react": "19.2.2"
2022-12-02 10:55:56 +00:00
}
}