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",
|
2026-06-12 10:12:47 +02:00
|
|
|
"i18n:extract": "lingui extract --clean"
|
2024-06-13 21:54:14 +02:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2026-04-16 16:16:33 +02:00
|
|
|
"@emotion/react": "11.14.0",
|
2026-07-22 05:25:49 +00:00
|
|
|
"@fontsource/open-sans": "5.3.0",
|
2026-07-27 14:46:27 +00:00
|
|
|
"@lingui/core": "6.6.0",
|
|
|
|
|
"@lingui/react": "6.6.0",
|
2026-07-30 08:36:26 +00:00
|
|
|
"@mantine/core": "9.5.0",
|
|
|
|
|
"@mantine/dates": "9.5.0",
|
|
|
|
|
"@mantine/form": "9.5.0",
|
|
|
|
|
"@mantine/hooks": "9.5.0",
|
|
|
|
|
"@mantine/modals": "9.5.0",
|
|
|
|
|
"@mantine/notifications": "9.5.0",
|
|
|
|
|
"@mantine/spotlight": "9.5.0",
|
2026-04-16 16:16:33 +02:00
|
|
|
"@monaco-editor/react": "4.7.0",
|
2026-07-31 03:05:02 +00:00
|
|
|
"@react-querybuilder/mantine": "8.21.2",
|
2026-05-18 19:12:29 +00:00
|
|
|
"@reduxjs/toolkit": "2.12.0",
|
2026-04-17 01:09:52 +00:00
|
|
|
"@rolldown/plugin-babel": "0.2.3",
|
2026-06-25 18:30:55 +00:00
|
|
|
"axios": "1.18.1",
|
2026-05-29 05:49:39 +00:00
|
|
|
"dayjs": "1.11.21",
|
2026-04-16 16:16:33 +02:00
|
|
|
"escape-string-regexp": "5.0.0",
|
|
|
|
|
"interweave": "13.1.1",
|
2026-07-23 14:01:52 +00:00
|
|
|
"monaco-editor": "0.56.0",
|
2026-04-16 16:16:33 +02:00
|
|
|
"mousetrap": "1.6.5",
|
2026-07-25 00:34:50 +00:00
|
|
|
"react": "19.2.8",
|
2026-04-16 16:16:33 +02:00
|
|
|
"react-async-hook": "4.0.0",
|
|
|
|
|
"react-contexify": "6.0.0",
|
2026-07-25 00:34:50 +00:00
|
|
|
"react-dom": "19.2.8",
|
2026-08-01 09:19:02 +00:00
|
|
|
"react-draggable": "4.7.1",
|
2026-07-03 20:43:38 +00:00
|
|
|
"react-icons": "5.7.0",
|
2026-04-16 16:16:33 +02:00
|
|
|
"react-infinite-scroller": "1.2.6",
|
2026-07-31 03:05:02 +00:00
|
|
|
"react-querybuilder": "8.21.2",
|
2026-05-18 19:12:38 +00:00
|
|
|
"react-redux": "9.3.0",
|
2026-08-01 09:19:12 +00:00
|
|
|
"react-router-dom": "7.18.2",
|
2026-04-16 16:16:33 +02:00
|
|
|
"react-swipeable": "7.0.2",
|
2026-07-09 16:48:41 +00:00
|
|
|
"style-to-object": "2.0.2",
|
2026-04-16 16:16:33 +02:00
|
|
|
"throttle-debounce": "5.0.2",
|
|
|
|
|
"tinycon": "0.6.8",
|
2026-05-15 16:29:21 +00:00
|
|
|
"tss-react": "4.9.21",
|
2026-04-16 16:16:33 +02:00
|
|
|
"websocket-heartbeat-js": "1.1.3"
|
2024-06-13 21:54:14 +02:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2026-07-31 15:42:20 +00:00
|
|
|
"@biomejs/biome": "2.5.6",
|
2026-07-27 14:46:27 +00:00
|
|
|
"@lingui/babel-plugin-lingui-macro": "6.6.0",
|
|
|
|
|
"@lingui/cli": "6.6.0",
|
|
|
|
|
"@lingui/vite-plugin": "6.6.0",
|
2026-07-23 19:50:05 +00:00
|
|
|
"@testing-library/jest-dom": "7.0.0",
|
2026-04-16 16:16:33 +02:00
|
|
|
"@testing-library/react": "16.3.2",
|
|
|
|
|
"@testing-library/user-event": "14.6.1",
|
|
|
|
|
"@types/mousetrap": "1.6.15",
|
2026-06-08 22:49:26 +00:00
|
|
|
"@types/react": "19.2.17",
|
2026-04-16 16:16:33 +02:00
|
|
|
"@types/react-dom": "19.2.3",
|
|
|
|
|
"@types/react-infinite-scroller": "1.2.5",
|
|
|
|
|
"@types/throttle-debounce": "5.0.2",
|
|
|
|
|
"@types/tinycon": "0.6.7",
|
2026-07-25 05:45:24 +00:00
|
|
|
"@vitejs/plugin-react": "6.0.4",
|
2025-10-11 13:24:07 +02:00
|
|
|
"babel-plugin-react-compiler": "1.0.0",
|
2026-07-30 08:36:37 +00:00
|
|
|
"jsdom": "30.0.0",
|
2026-07-11 17:37:46 +00:00
|
|
|
"typescript": "7.0.2",
|
2026-07-19 10:03:19 +00:00
|
|
|
"vite": "8.1.5",
|
2026-07-25 13:00:37 +00:00
|
|
|
"vite-plugin-checker": "0.14.5",
|
2026-07-09 08:48:42 +00:00
|
|
|
"vitest": "4.1.10",
|
2026-05-14 21:28:25 +00:00
|
|
|
"yaml": "2.9.0"
|
2025-01-20 11:59:42 -07:00
|
|
|
},
|
|
|
|
|
"overrides": {
|
|
|
|
|
"react-infinite-scroller": {
|
2026-07-25 00:34:50 +00:00
|
|
|
"react": "19.2.8"
|
2025-01-20 11:59:42 -07:00
|
|
|
}
|
2024-06-13 21:54:14 +02:00
|
|
|
}
|
2014-08-08 16:49:02 +02:00
|
|
|
}
|