2014-08-08 16:49:02 +02:00
|
|
|
{
|
2023-05-23 16:24:35 +02:00
|
|
|
"name": "commafeed-client",
|
|
|
|
|
"private": true,
|
|
|
|
|
"version": "0.0.0",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "vite --host",
|
|
|
|
|
"dev:typescript": "tsc --watch",
|
|
|
|
|
"build": "tsc && vite build",
|
|
|
|
|
"preview": "vite preview",
|
|
|
|
|
"test": "vitest",
|
|
|
|
|
"test:ci": "vitest run",
|
|
|
|
|
"eslint": "eslint --ext=.js,.jsx,.ts,.tsx src",
|
|
|
|
|
"i18n:extract": "lingui extract --clean"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2024-03-04 09:21:22 +00:00
|
|
|
"@emotion/react": "^11.11.4",
|
2024-04-01 09:46:51 +00:00
|
|
|
"@fontsource/open-sans": "^5.0.27",
|
2024-04-14 15:22:41 +00:00
|
|
|
"@lingui/core": "^4.10.0",
|
|
|
|
|
"@lingui/macro": "^4.10.0",
|
|
|
|
|
"@lingui/react": "^4.10.0",
|
2024-04-14 15:12:55 +00:00
|
|
|
"@mantine/core": "^7.8.0",
|
|
|
|
|
"@mantine/form": "^7.8.0",
|
|
|
|
|
"@mantine/hooks": "^7.8.0",
|
|
|
|
|
"@mantine/modals": "^7.8.0",
|
|
|
|
|
"@mantine/notifications": "^7.8.0",
|
|
|
|
|
"@mantine/spotlight": "^7.8.0",
|
2023-12-28 22:26:13 +01:00
|
|
|
"@monaco-editor/react": "^4.6.0",
|
2024-04-02 19:54:59 +00:00
|
|
|
"@reduxjs/toolkit": "^2.2.3",
|
2024-04-01 09:48:36 +00:00
|
|
|
"axios": "^1.6.8",
|
2023-12-28 22:26:13 +01:00
|
|
|
"dayjs": "^1.11.10",
|
2023-06-27 19:11:17 +02:00
|
|
|
"escape-string-regexp": "^5.0.0",
|
2023-05-23 16:24:35 +02:00
|
|
|
"interweave": "^13.1.0",
|
2024-03-11 09:25:15 +00:00
|
|
|
"monaco-editor": "^0.47.0",
|
2023-05-23 16:24:35 +02:00
|
|
|
"mousetrap": "^1.6.5",
|
|
|
|
|
"react": "^18.2.0",
|
|
|
|
|
"react-async-hook": "^4.0.0",
|
|
|
|
|
"react-contexify": "^6.0.0",
|
|
|
|
|
"react-dom": "^18.2.0",
|
2023-12-29 23:09:30 +01:00
|
|
|
"react-draggable": "^4.4.6",
|
2023-05-23 16:24:35 +02:00
|
|
|
"react-ga4": "^2.1.0",
|
2024-02-03 16:09:58 +00:00
|
|
|
"react-icons": "^5.0.1",
|
2023-05-23 16:24:35 +02:00
|
|
|
"react-infinite-scroller": "^1.2.6",
|
2024-02-03 16:10:14 +00:00
|
|
|
"react-redux": "^9.1.0",
|
2024-03-11 09:24:27 +00:00
|
|
|
"react-router-dom": "^6.22.3",
|
2023-12-28 22:26:13 +01:00
|
|
|
"react-swipeable": "^7.0.1",
|
2023-12-29 11:01:57 +01:00
|
|
|
"redoc": "^2.1.3",
|
2023-05-23 16:24:35 +02:00
|
|
|
"throttle-debounce": "^5.0.0",
|
|
|
|
|
"tinycon": "^0.6.8",
|
2024-04-01 09:48:23 +00:00
|
|
|
"tss-react": "^4.9.6",
|
2023-05-23 16:24:35 +02:00
|
|
|
"use-local-storage": "^3.0.0",
|
2023-12-28 22:26:13 +01:00
|
|
|
"websocket-heartbeat-js": "^1.1.3"
|
2023-05-23 16:24:35 +02:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2024-04-14 15:22:41 +00:00
|
|
|
"@lingui/cli": "^4.10.0",
|
|
|
|
|
"@lingui/vite-plugin": "^4.10.0",
|
2023-12-28 22:26:13 +01:00
|
|
|
"@types/mousetrap": "^1.6.15",
|
2024-04-14 09:09:30 +00:00
|
|
|
"@types/react": "^18.2.78",
|
2024-04-14 14:29:56 +00:00
|
|
|
"@types/react-dom": "^18.2.25",
|
2023-12-28 22:26:13 +01:00
|
|
|
"@types/react-infinite-scroller": "^1.2.5",
|
|
|
|
|
"@types/swagger-ui-react": "^4.18.3",
|
|
|
|
|
"@types/throttle-debounce": "^5.0.2",
|
|
|
|
|
"@types/tinycon": "^0.6.5",
|
2024-04-14 09:16:34 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "^7.6.0",
|
2023-12-28 22:26:13 +01:00
|
|
|
"@vitejs/plugin-react": "^4.2.1",
|
2023-05-23 16:24:35 +02:00
|
|
|
"babel-plugin-macros": "^3.1.0",
|
2024-02-26 09:58:06 +00:00
|
|
|
"eslint": "^8.57.0",
|
2024-04-14 09:08:43 +00:00
|
|
|
"eslint-config-love": "^47.0.0",
|
2023-12-28 15:15:06 +01:00
|
|
|
"eslint-config-prettier": "^9.1.0",
|
2024-02-29 13:51:26 +01:00
|
|
|
"eslint-config-standard": "^17.1.0",
|
2024-02-03 08:15:11 +00:00
|
|
|
"eslint-plugin-prettier": "^5.1.3",
|
2024-04-01 09:48:49 +00:00
|
|
|
"eslint-plugin-react": "^7.34.1",
|
2023-12-28 19:54:51 +01:00
|
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
2024-02-04 18:47:35 +00:00
|
|
|
"prettier": "^3.2.5",
|
2023-12-28 22:26:13 +01:00
|
|
|
"rollup-plugin-visualizer": "^5.12.0",
|
2024-04-14 15:20:26 +00:00
|
|
|
"typescript": "^5.4.5",
|
2024-04-14 14:29:58 +00:00
|
|
|
"vite": "^5.2.8",
|
2023-05-23 16:24:35 +02:00
|
|
|
"vite-plugin-eslint": "^1.8.1",
|
2024-04-03 20:27:13 +00:00
|
|
|
"vite-tsconfig-paths": "^4.3.2",
|
2024-04-14 15:21:20 +00:00
|
|
|
"vitest": "^1.5.0",
|
2023-12-28 22:26:13 +01:00
|
|
|
"vitest-mock-extended": "^1.3.1"
|
2023-05-23 16:24:35 +02:00
|
|
|
}
|
2014-08-08 16:49:02 +02:00
|
|
|
}
|