link-stack/apps/link/package.json

55 lines
1.5 KiB
JSON
Raw Normal View History

2022-12-02 10:55:56 +00:00
{
"name": "link-shell",
"version": "0.0.1",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next export",
"lint": "next lint"
},
"dependencies": {
2023-02-09 21:51:12 +00:00
"@chatscope/chat-ui-kit-react": "^1.10.1",
2022-12-14 13:24:50 +01:00
"@chatscope/chat-ui-kit-styles": "^1.4.0",
2022-12-02 10:55:56 +00:00
"@emotion/cache": "^11.10.5",
"@emotion/react": "^11.10.5",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.5",
2023-02-06 08:59:53 +00:00
"@fontsource/playfair-display": "^4.5.13",
2022-12-02 10:55:56 +00:00
"@fontsource/poppins": "^4.5.10",
"@fontsource/roboto": "^4.5.8",
2023-03-07 14:09:49 +00:00
"graphql-request": "^5.2.0",
2022-12-02 10:55:56 +00:00
"@mui/icons-material": "^5",
2023-02-06 08:59:53 +00:00
"@mui/lab": "^5.0.0-alpha.118",
2022-12-02 10:55:56 +00:00
"@mui/material": "^5",
2023-02-06 08:59:53 +00:00
"@mui/x-data-grid-pro": "^5.17.22",
"@mui/x-date-pickers-pro": "^5.0.17",
2022-12-02 10:55:56 +00:00
"date-fns": "^2.29.3",
"http-proxy-middleware": "^2.0.6",
2023-01-11 16:18:56 +01:00
"material-ui-popup-state": "^5.0.4",
"next": "^13.1",
2023-02-06 08:59:53 +00:00
"next-auth": "^4.19.2",
2022-12-02 10:55:56 +00:00
"next-http-proxy-middleware": "^1.2.5",
"react": "^18",
"react-dom": "^18",
"react-iframe": "^1.8.5",
"react-polyglot": "^0.7.2",
2023-02-06 08:59:53 +00:00
"swr": "^2.0.3"
2022-12-02 10:55:56 +00:00
},
"devDependencies": {
2023-01-11 16:18:56 +01:00
"@babel/core": "^7.20.12",
2022-12-02 10:55:56 +00:00
"@types/react": "^18",
"@types/uuid": "^9.0.0",
2023-01-11 16:18:56 +01:00
"babel-loader": "^9.1.2",
2023-02-06 08:59:53 +00:00
"eslint": "^8.33.0",
2022-12-02 10:55:56 +00:00
"eslint-config-airbnb": "^19.0.4",
2023-02-06 08:59:53 +00:00
"eslint-config-next": "^13.1.6",
2023-01-11 16:18:56 +01:00
"eslint-config-prettier": "^8.6.0",
2023-02-06 08:59:53 +00:00
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
2022-12-02 10:55:56 +00:00
"eslint-plugin-prettier": "^4.2.1",
2023-02-06 08:59:53 +00:00
"eslint-plugin-react": "^7.32.2",
"typescript": "^4.9.5"
2022-12-02 10:55:56 +00:00
}
}