link-stack/apps/link/package.json

70 lines
2 KiB
JSON
Raw Normal View History

2022-12-02 10:55:56 +00:00
{
"name": "link",
2022-12-02 10:55:56 +00:00
"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",
2023-05-24 20:27:57 +00:00
"@emotion/cache": "^11.11.0",
2023-06-14 06:33:06 +00:00
"@emotion/react": "^11.11.1",
2023-05-24 20:27:57 +00:00
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.0",
2023-08-07 09:27:51 +02:00
"@fontsource/playfair-display": "^5.0.8",
"@fontsource/poppins": "^5.0.8",
"@fontsource/roboto": "^5.0.8",
2022-12-02 10:55:56 +00:00
"@mui/icons-material": "^5",
2023-08-25 07:11:33 +00:00
"@mui/lab": "^5.0.0-alpha.140",
2022-12-02 10:55:56 +00:00
"@mui/material": "^5",
2023-08-25 07:11:33 +00:00
"@mui/x-data-grid-pro": "^6.11.1",
"@mui/x-date-pickers-pro": "^6.11.1",
"cryptr": "^6.2.0",
2023-05-24 20:27:57 +00:00
"date-fns": "^2.30.0",
"graphql-request": "^6.1.0",
2023-08-25 07:11:33 +00:00
"leafcutter-common": "*",
2023-06-14 06:33:06 +00:00
"material-ui-popup-state": "^5.0.9",
2023-08-25 07:11:33 +00:00
"mui-chips-input": "^2.1.3",
"next": "13.4.16",
"next-auth": "^4.23.1",
"ra-data-graphql": "^4.12.2",
"ra-i18n-polyglot": "^4.12.2",
"ra-input-rich-text": "^4.12.3",
"ra-language-english": "^4.12.2",
"ra-postgraphile": "^6.1.1",
"react": "18.2.0",
2023-08-25 07:11:33 +00:00
"react-admin": "^4.12.3",
"react-cookie": "^5.0.0",
"react-digit-input": "^2.1.0",
"react-dom": "18.2.0",
2022-12-02 10:55:56 +00:00
"react-iframe": "^1.8.5",
"react-polyglot": "^0.7.2",
2023-08-25 07:11:33 +00:00
"react-qr-code": "^2.0.11",
"react-timer-hook": "^3.0.7",
"sharp": "^0.32.5",
"swr": "^2.2.1",
"tss-react": "^4.8.8",
"twilio-client": "^1.15.0"
2022-12-02 10:55:56 +00:00
},
"devDependencies": {
2023-08-25 07:11:33 +00:00
"@babel/core": "^7.22.10",
"@types/node": "^20.5.0",
"@types/react": "18.2.20",
2023-06-14 06:33:06 +00:00
"@types/uuid": "^9.0.2",
2023-07-11 14:34:11 +00:00
"babel-loader": "^9.1.3",
2023-08-25 07:11:33 +00:00
"eslint": "^8.47.0",
2022-12-02 10:55:56 +00:00
"eslint-config-airbnb": "^19.0.4",
2023-08-25 07:11:33 +00:00
"eslint-config-next": "^13.4.16",
2023-08-07 09:27:51 +02:00
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.0",
2023-02-06 08:59:53 +00:00
"eslint-plugin-jsx-a11y": "^6.7.1",
2023-07-11 14:34:11 +00:00
"eslint-plugin-prettier": "^5.0.0",
2023-08-25 07:11:33 +00:00
"eslint-plugin-react": "^7.33.2",
2023-07-05 06:56:01 +00:00
"typescript": "5.1.6"
2022-12-02 10:55:56 +00:00
}
}