link-stack/apps/link/package.json

59 lines
1.6 KiB
JSON
Raw Permalink Normal View History

2022-12-02 10:55:56 +00:00
{
2024-06-05 08:52:41 +02:00
"name": "@link-stack/link",
2024-08-28 10:28:59 +02:00
"version": "2.2.0",
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-08-06 08:36:03 +02:00
"@emotion/cache": "^11.13.1",
2024-09-04 07:52:30 +02:00
"@emotion/react": "^11.13.3",
2023-05-24 20:27:57 +00:00
"@emotion/server": "^11.11.0",
2024-08-06 08:36:03 +02:00
"@emotion/styled": "^11.13.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": "*",
2022-12-02 10:55:56 +00:00
"@mui/icons-material": "^5",
"@mui/material": "^5",
2024-08-07 12:02:33 +02:00
"@mui/material-nextjs": "^5.16.6",
2024-08-14 10:51:12 +02:00
"@mui/x-data-grid-pro": "^7.12.1",
"@mui/x-date-pickers-pro": "^7.12.1",
2024-03-20 17:51:21 +01:00
"date-fns": "^3.6.0",
2024-06-25 08:14:03 +02:00
"graphql": "^16.9.0",
"graphql-request": "^7.1.0",
2024-06-05 08:52:41 +02:00
"material-ui-popup-state": "^5.1.2",
2024-07-18 11:08:01 +02:00
"mui-chips-input": "^2.1.5",
"next": "14.2.5",
2024-03-16 12:51:56 +01:00
"next-auth": "^4.24.7",
2024-05-08 07:32:29 +02:00
"react": "18.3.1",
2024-08-06 08:36:03 +02:00
"react-cookie": "^7.2.0",
2024-05-08 07:32:29 +02:00
"react-dom": "18.3.1",
2022-12-02 10:55:56 +00:00
"react-iframe": "^1.8.5",
"react-polyglot": "^0.7.2",
2024-08-07 12:02:33 +02:00
"sharp": "^0.33.4"
2022-12-02 10:55:56 +00:00
},
"devDependencies": {
2024-08-06 08:36:03 +02:00
"@babel/core": "^7.25.2",
2024-08-14 10:51:12 +02:00
"@types/node": "^22.2.0",
2024-06-05 08:52:41 +02:00
"@types/react": "18.3.3",
2024-06-25 08:14:03 +02:00
"@types/uuid": "^10.0.0",
2023-07-11 14:34:11 +00:00
"babel-loader": "^9.1.3",
2024-04-21 09:44:30 +02:00
"eslint": "^8.0.0",
2024-07-18 11:08:01 +02:00
"eslint-config-next": "^14.2.5",
2024-02-14 12:13:00 +01:00
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
2024-06-25 08:14:03 +02:00
"eslint-plugin-jsx-a11y": "^6.9.0",
2024-08-06 08:36:03 +02:00
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.35.0",
"typescript": "5.5.4"
2022-12-02 10:55:56 +00:00
}
}