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-10-10 12:34:48 +00:00
|
|
|
"@lingui/core": "^5.5.1",
|
|
|
|
|
"@lingui/react": "^5.5.1",
|
2025-10-14 21:01:50 +00:00
|
|
|
"@mantine/core": "^8.3.5",
|
|
|
|
|
"@mantine/form": "^8.3.5",
|
|
|
|
|
"@mantine/hooks": "^8.3.5",
|
|
|
|
|
"@mantine/modals": "^8.3.5",
|
|
|
|
|
"@mantine/notifications": "^8.3.5",
|
|
|
|
|
"@mantine/spotlight": "^8.3.5",
|
2025-02-13 19:39:46 +00:00
|
|
|
"@monaco-editor/react": "^4.7.0",
|
2025-10-17 06:05:31 +00:00
|
|
|
"@reduxjs/toolkit": "^2.9.1",
|
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",
|
2025-10-07 12:51:51 +00:00
|
|
|
"monaco-editor": "^0.54.0",
|
2024-06-13 21:54:14 +02:00
|
|
|
"mousetrap": "^1.6.5",
|
2025-10-02 00:34:44 +00:00
|
|
|
"react": "^19.2.0",
|
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-10-02 00:34:44 +00:00
|
|
|
"react-dom": "^19.2.0",
|
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-10-09 01:06:10 +00:00
|
|
|
"react-router-dom": "^7.9.4",
|
2024-11-04 17:47:41 +00:00
|
|
|
"react-swipeable": "^7.0.2",
|
2025-10-03 16:35:01 +00:00
|
|
|
"style-to-object": "^1.0.11",
|
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-10-13 10:35:05 +00:00
|
|
|
"@biomejs/biome": "^2.2.6",
|
2025-10-10 12:34:48 +00:00
|
|
|
"@lingui/babel-plugin-lingui-macro": "^5.5.1",
|
|
|
|
|
"@lingui/cli": "^5.5.1",
|
|
|
|
|
"@lingui/vite-plugin": "^5.5.1",
|
2025-10-02 00:34:27 +00:00
|
|
|
"@testing-library/jest-dom": "^6.9.1",
|
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-10-07 10:14:49 +00:00
|
|
|
"@types/react": "^19.2.2",
|
2025-10-13 16:44:29 +00:00
|
|
|
"@types/react-dom": "^19.2.2",
|
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-10-11 13:24:07 +02:00
|
|
|
"babel-plugin-react-compiler": "1.0.0",
|
2025-10-18 09:56:15 +00:00
|
|
|
"jsdom": "^27.0.1",
|
2025-10-16 13:58:50 +00:00
|
|
|
"rollup-plugin-visualizer": "^6.0.5",
|
2025-10-01 03:33:28 +00:00
|
|
|
"typescript": "^5.9.3",
|
2025-10-20 09:34:48 +00:00
|
|
|
"vite": "^7.1.11",
|
2025-09-29 10:10:00 +00:00
|
|
|
"vite-plugin-checker": "^0.11.0",
|
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-10-02 00:34:44 +00:00
|
|
|
"react": "^19.2.0"
|
2025-01-20 11:59:42 -07:00
|
|
|
}
|
2024-06-13 21:54:14 +02:00
|
|
|
}
|
2014-08-08 16:49:02 +02:00
|
|
|
}
|