2014-08-08 16:49:02 +02:00
|
|
|
{
|
2024-06-13 21:54:14 +02:00
|
|
|
"name": "commafeed-client",
|
|
|
|
|
"private": true,
|
|
|
|
|
"version": "0.0.0",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"scripts": {
|
2025-03-02 19:21:07 +01:00
|
|
|
"dev": "vite",
|
|
|
|
|
"dev:host": "vite --host",
|
2024-06-13 21:54:14 +02:00
|
|
|
"build": "tsc && vite build",
|
|
|
|
|
"preview": "vite preview",
|
|
|
|
|
"test": "vitest",
|
|
|
|
|
"test:ci": "vitest run",
|
2025-03-11 15:50:04 +01:00
|
|
|
"lint": "biome check",
|
|
|
|
|
"lint:fix": "biome check --write",
|
2024-06-13 21:54:14 +02:00
|
|
|
"i18n:extract": "lingui extract --clean"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2024-12-09 12:04:31 +00:00
|
|
|
"@emotion/react": "^11.14.0",
|
2025-09-17 09:44:18 +00:00
|
|
|
"@fontsource/open-sans": "^5.2.7",
|
2025-09-13 02:57:55 +00:00
|
|
|
"@lingui/core": "^5.5.0",
|
|
|
|
|
"@lingui/react": "^5.5.0",
|
2025-09-23 23:39:27 +00:00
|
|
|
"@mantine/core": "^8.3.2",
|
|
|
|
|
"@mantine/form": "^8.3.2",
|
|
|
|
|
"@mantine/hooks": "^8.3.2",
|
|
|
|
|
"@mantine/modals": "^8.3.2",
|
|
|
|
|
"@mantine/notifications": "^8.3.2",
|
|
|
|
|
"@mantine/spotlight": "^8.3.2",
|
2025-02-13 19:39:46 +00:00
|
|
|
"@monaco-editor/react": "^4.7.0",
|
2025-09-03 04:53:28 +00:00
|
|
|
"@reduxjs/toolkit": "^2.9.0",
|
2025-09-14 18:13:58 +00:00
|
|
|
"axios": "^1.12.2",
|
2025-08-29 19:04:58 +00:00
|
|
|
"dayjs": "^1.11.17",
|
2024-06-13 21:54:14 +02:00
|
|
|
"escape-string-regexp": "^5.0.0",
|
2025-02-10 20:38:40 +00:00
|
|
|
"interweave": "^13.1.1",
|
2024-12-09 19:06:36 +00:00
|
|
|
"monaco-editor": "^0.52.2",
|
2024-06-13 21:54:14 +02:00
|
|
|
"mousetrap": "^1.6.5",
|
2025-07-28 20:24:38 +00:00
|
|
|
"react": "^19.1.1",
|
2024-06-13 21:54:14 +02:00
|
|
|
"react-async-hook": "^4.0.0",
|
|
|
|
|
"react-contexify": "^6.0.0",
|
|
|
|
|
"react-device-detect": "^2.2.3",
|
2025-07-28 20:24:38 +00:00
|
|
|
"react-dom": "^19.1.1",
|
2025-06-25 20:36:05 +00:00
|
|
|
"react-draggable": "^4.5.0",
|
2025-02-19 05:47:14 +00:00
|
|
|
"react-icons": "^5.5.0",
|
2024-06-13 21:54:14 +02:00
|
|
|
"react-infinite-scroller": "^1.2.6",
|
2024-12-11 02:11:18 +00:00
|
|
|
"react-redux": "^9.2.0",
|
2025-09-27 04:27:25 +00:00
|
|
|
"react-router-dom": "^7.9.3",
|
2024-11-04 17:47:41 +00:00
|
|
|
"react-swipeable": "^7.0.2",
|
2025-06-07 02:54:31 +00:00
|
|
|
"style-to-object": "^1.0.9",
|
2024-06-27 07:27:58 +00:00
|
|
|
"throttle-debounce": "^5.0.2",
|
2024-06-13 21:54:14 +02:00
|
|
|
"tinycon": "^0.6.8",
|
2025-07-19 10:06:55 +00:00
|
|
|
"tss-react": "^4.9.19",
|
2024-06-13 21:54:14 +02:00
|
|
|
"websocket-heartbeat-js": "^1.1.3"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2025-09-10 14:34:03 +00:00
|
|
|
"@biomejs/biome": "^2.2.4",
|
2025-09-13 02:57:55 +00:00
|
|
|
"@lingui/babel-plugin-lingui-macro": "^5.5.0",
|
|
|
|
|
"@lingui/cli": "^5.5.0",
|
|
|
|
|
"@lingui/vite-plugin": "^5.5.0",
|
2025-08-20 22:07:26 +00:00
|
|
|
"@testing-library/jest-dom": "^6.8.0",
|
2025-04-02 19:13:13 +00:00
|
|
|
"@testing-library/react": "^16.3.0",
|
2025-02-20 10:02:54 +01:00
|
|
|
"@testing-library/user-event": "^14.6.1",
|
2024-06-13 21:54:14 +02:00
|
|
|
"@types/mousetrap": "^1.6.15",
|
2025-09-28 15:23:14 +00:00
|
|
|
"@types/react": "^19.1.15",
|
2025-08-29 15:51:22 +00:00
|
|
|
"@types/react-dom": "^19.1.9",
|
2024-06-13 21:54:14 +02:00
|
|
|
"@types/react-infinite-scroller": "^1.2.5",
|
|
|
|
|
"@types/throttle-debounce": "^5.0.2",
|
2024-11-19 18:55:08 +00:00
|
|
|
"@types/tinycon": "^0.6.7",
|
2025-09-27 20:22:58 +00:00
|
|
|
"@vitejs/plugin-react": "^5.0.4",
|
2025-08-29 15:51:22 +00:00
|
|
|
"babel-plugin-react-compiler": "^19.1.0-rc.3",
|
2025-09-13 07:06:06 +00:00
|
|
|
"jsdom": "^27.0.0",
|
2025-06-07 14:00:43 +00:00
|
|
|
"rollup-plugin-visualizer": "^6.0.3",
|
2025-07-31 21:37:49 +00:00
|
|
|
"typescript": "^5.9.2",
|
2025-09-22 06:54:21 +00:00
|
|
|
"vite": "^7.1.7",
|
2025-08-25 13:09:11 +00:00
|
|
|
"vite-plugin-checker": "^0.10.3",
|
2024-12-07 05:53:17 +00:00
|
|
|
"vite-tsconfig-paths": "^5.1.4",
|
2025-08-11 21:41:57 +02:00
|
|
|
"vitest": "^3.2.4",
|
|
|
|
|
"yaml": "^2.8.1"
|
2025-01-20 11:59:42 -07:00
|
|
|
},
|
|
|
|
|
"overrides": {
|
|
|
|
|
"react-infinite-scroller": {
|
2025-07-28 20:24:38 +00:00
|
|
|
"react": "^19.1.1"
|
2025-01-20 11:59:42 -07:00
|
|
|
}
|
2024-06-13 21:54:14 +02:00
|
|
|
}
|
2014-08-08 16:49:02 +02:00
|
|
|
}
|