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-06-09 08:55:10 +00:00
|
|
|
"@fontsource/open-sans": "^5.2.6",
|
2025-05-28 14:38:20 +00:00
|
|
|
"@lingui/core": "^5.3.2",
|
|
|
|
|
"@lingui/react": "^5.3.2",
|
2025-06-09 21:31:32 +00:00
|
|
|
"@mantine/core": "^8.1.0",
|
|
|
|
|
"@mantine/form": "^8.1.0",
|
|
|
|
|
"@mantine/hooks": "^8.1.0",
|
|
|
|
|
"@mantine/modals": "^8.1.0",
|
|
|
|
|
"@mantine/notifications": "^8.1.0",
|
|
|
|
|
"@mantine/spotlight": "^8.1.0",
|
2025-02-13 19:39:46 +00:00
|
|
|
"@monaco-editor/react": "^4.7.0",
|
2025-05-14 19:06:20 +00:00
|
|
|
"@reduxjs/toolkit": "^2.8.2",
|
2025-04-24 23:53:43 +00:00
|
|
|
"axios": "^1.9.0",
|
2024-08-20 19:25:48 +00:00
|
|
|
"dayjs": "^1.11.13",
|
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-03-28 23:25:45 +00:00
|
|
|
"react": "^19.1.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-03-28 23:25:45 +00:00
|
|
|
"react-dom": "^19.1.0",
|
2024-06-13 21:54:14 +02:00
|
|
|
"react-draggable": "^4.4.6",
|
|
|
|
|
"react-ga4": "^2.1.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-06-04 00:47:19 +00:00
|
|
|
"react-router-dom": "^7.6.2",
|
2024-11-04 17:47:41 +00:00
|
|
|
"react-swipeable": "^7.0.2",
|
2025-04-14 16:24:14 +00:00
|
|
|
"redoc": "^2.5.0",
|
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-05-07 19:57:06 +00:00
|
|
|
"tss-react": "^4.9.18",
|
2024-06-13 21:54:14 +02:00
|
|
|
"websocket-heartbeat-js": "^1.1.3"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2024-10-17 21:46:15 +00:00
|
|
|
"@biomejs/biome": "^1.9.4",
|
2025-05-28 14:38:20 +00:00
|
|
|
"@lingui/babel-plugin-lingui-macro": "^5.3.2",
|
|
|
|
|
"@lingui/cli": "^5.3.2",
|
|
|
|
|
"@lingui/vite-plugin": "^5.3.2",
|
2025-02-20 10:02:54 +01:00
|
|
|
"@testing-library/jest-dom": "^6.6.3",
|
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-06-11 17:51:58 +00:00
|
|
|
"@types/react": "^19.1.8",
|
2025-06-04 15:57:40 +00:00
|
|
|
"@types/react-dom": "^19.1.6",
|
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-06-10 06:24:42 +00:00
|
|
|
"@vitejs/plugin-react": "^4.5.2",
|
2024-06-13 21:54:14 +02:00
|
|
|
"babel-plugin-macros": "^3.1.0",
|
2025-05-26 21:06:53 +02:00
|
|
|
"babel-plugin-react-compiler": "^19.1.0-rc.2",
|
2025-04-13 14:35:09 +00:00
|
|
|
"jsdom": "^26.1.0",
|
2025-06-07 14:00:43 +00:00
|
|
|
"rollup-plugin-visualizer": "^6.0.3",
|
2025-04-05 04:17:26 +00:00
|
|
|
"typescript": "^5.8.3",
|
2025-05-05 10:01:35 +00:00
|
|
|
"vite": "^6.3.5",
|
2025-05-06 18:09:24 +00:00
|
|
|
"vite-plugin-checker": "^0.9.3",
|
2024-12-07 05:53:17 +00:00
|
|
|
"vite-tsconfig-paths": "^5.1.4",
|
2025-06-10 07:21:05 +00:00
|
|
|
"vitest": "^3.2.3"
|
2025-01-20 11:59:42 -07:00
|
|
|
},
|
|
|
|
|
"overrides": {
|
|
|
|
|
"react-infinite-scroller": {
|
2025-03-28 23:25:45 +00:00
|
|
|
"react": "^19.1.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
|
|
|
}
|