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-12-15 18:05:24 +00:00
|
|
|
"@lingui/core": "^5.7.0",
|
|
|
|
|
"@lingui/react": "^5.7.0",
|
2025-12-12 10:13:22 +00:00
|
|
|
"@mantine/core": "^8.3.10",
|
|
|
|
|
"@mantine/form": "^8.3.10",
|
|
|
|
|
"@mantine/hooks": "^8.3.10",
|
|
|
|
|
"@mantine/modals": "^8.3.10",
|
|
|
|
|
"@mantine/notifications": "^8.3.10",
|
|
|
|
|
"@mantine/spotlight": "^8.3.10",
|
2025-02-13 19:39:46 +00:00
|
|
|
"@monaco-editor/react": "^4.7.0",
|
2025-12-18 02:55:48 +00:00
|
|
|
"@reduxjs/toolkit": "^2.11.2",
|
2025-11-05 23:07:57 +00:00
|
|
|
"axios": "^1.13.2",
|
2025-10-31 11:51:10 +00:00
|
|
|
"dayjs": "^1.11.19",
|
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-11-23 20:50:57 +00:00
|
|
|
"monaco-editor": "^0.55.1",
|
2024-06-13 21:54:14 +02:00
|
|
|
"mousetrap": "^1.6.5",
|
2025-12-15 00:10:13 +00:00
|
|
|
"react": "^19.2.3",
|
2024-06-13 21:54:14 +02:00
|
|
|
"react-async-hook": "^4.0.0",
|
|
|
|
|
"react-contexify": "^6.0.0",
|
2025-12-15 00:10:13 +00:00
|
|
|
"react-dom": "^19.2.3",
|
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-12-07 17:56:45 +00:00
|
|
|
"react-router-dom": "^7.10.1",
|
2024-11-04 17:47:41 +00:00
|
|
|
"react-swipeable": "^7.0.2",
|
2025-11-16 12:42:51 +00:00
|
|
|
"style-to-object": "^1.0.14",
|
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-12-08 21:07:55 +00:00
|
|
|
"tss-react": "^4.9.20",
|
2024-06-13 21:54:14 +02:00
|
|
|
"websocket-heartbeat-js": "^1.1.3"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2025-11-30 13:00:00 +00:00
|
|
|
"@biomejs/biome": "^2.3.8",
|
2025-12-15 18:05:24 +00:00
|
|
|
"@lingui/babel-plugin-lingui-macro": "^5.7.0",
|
|
|
|
|
"@lingui/cli": "^5.7.0",
|
|
|
|
|
"@lingui/vite-plugin": "^5.7.0",
|
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-11-27 10:58:30 +00:00
|
|
|
"@types/react": "^19.2.7",
|
2025-11-12 22:05:12 +00:00
|
|
|
"@types/react-dom": "^19.2.3",
|
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-12-11 13:54:34 +00:00
|
|
|
"@vitejs/plugin-react": "^5.1.2",
|
2025-10-11 13:24:07 +02:00
|
|
|
"babel-plugin-react-compiler": "1.0.0",
|
2025-12-11 13:54:40 +00:00
|
|
|
"jsdom": "^27.3.0",
|
2025-10-01 03:33:28 +00:00
|
|
|
"typescript": "^5.9.3",
|
2025-12-11 03:42:05 +00:00
|
|
|
"vite": "^7.2.7",
|
2025-12-11 18:31:01 +00:00
|
|
|
"vite-plugin-checker": "^0.12.0",
|
2024-12-07 05:53:17 +00:00
|
|
|
"vite-tsconfig-paths": "^5.1.4",
|
2025-12-05 16:42:10 +00:00
|
|
|
"vitest": "^4.0.15",
|
2025-12-03 09:41:05 +00:00
|
|
|
"yaml": "^2.8.2"
|
2025-01-20 11:59:42 -07:00
|
|
|
},
|
|
|
|
|
"overrides": {
|
|
|
|
|
"react-infinite-scroller": {
|
2025-12-15 00:10:13 +00:00
|
|
|
"react": "^19.2.3"
|
2025-01-20 11:59:42 -07:00
|
|
|
}
|
2024-06-13 21:54:14 +02:00
|
|
|
}
|
2014-08-08 16:49:02 +02:00
|
|
|
}
|