link-stack/apps/link/package.json

51 lines
1.4 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",
2025-01-15 14:15:02 +01:00
"version": "2.4.0b1",
2024-05-14 09:40:58 +02:00
"type": "module",
2022-12-02 10:55:56 +00:00
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next export",
"lint": "next lint"
},
"dependencies": {
2024-03-06 11:22:36 +01:00
"@chatscope/chat-ui-kit-react": "^2.0.3",
2022-12-14 13:24:50 +01:00
"@chatscope/chat-ui-kit-styles": "^1.4.0",
2024-12-13 13:20:37 +01:00
"@emotion/cache": "^11.14.0",
"@emotion/react": "^11.14.0",
2023-05-24 20:27:57 +00:00
"@emotion/server": "^11.11.0",
2024-12-13 13:20:37 +01:00
"@emotion/styled": "^11.14.0",
2024-08-07 12:02:33 +02:00
"@link-stack/bridge-common": "*",
"@link-stack/bridge-ui": "*",
"@link-stack/leafcutter-ui": "*",
"@link-stack/opensearch-common": "*",
"@link-stack/ui": "*",
2024-11-25 09:31:25 +01:00
"@mui/icons-material": "^6",
"@mui/material": "^6",
"@mui/material-nextjs": "^6",
2025-01-20 11:17:37 +01:00
"@mui/x-data-grid-pro": "^7.24.0",
"@mui/x-date-pickers": "^7.24.0",
"@mui/x-date-pickers-pro": "^7.24.0",
"@mui/x-license": "^7.24.0",
2024-09-27 11:22:45 +02:00
"date-fns": "^4.1.0",
2024-11-25 09:31:25 +01:00
"graphql-request": "^7.1.2",
2025-01-20 11:17:37 +01:00
"ioredis": "^5.4.2",
2024-11-25 09:31:25 +01:00
"mui-chips-input": "^4.0.1",
2025-01-20 11:17:37 +01:00
"next": "15.1.5",
2024-12-13 13:20:37 +01:00
"next-auth": "^4.24.11",
"react": "19.0.0",
2024-11-25 09:31:25 +01:00
"react-cookie": "^7.2.2",
2024-12-13 13:20:37 +01:00
"react-dom": "19.0.0",
2022-12-02 10:55:56 +00:00
"react-iframe": "^1.8.5",
"react-polyglot": "^0.7.2",
2024-09-27 11:22:45 +02:00
"sharp": "^0.33.5"
2022-12-02 10:55:56 +00:00
},
"devDependencies": {
2024-09-27 13:11:31 +02:00
"@link-stack/eslint-config": "*",
2025-01-20 11:17:37 +01:00
"@types/node": "^22.10.7",
2025-01-15 14:15:02 +01:00
"@types/react": "19.0.7",
2024-09-27 13:11:31 +02:00
"@types/uuid": "^10.0.0"
2022-12-02 10:55:56 +00:00
}
}