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-09-03 17:39:13 +00:00
|
|
|
"@mantine/core": "9.6.0",
|
|
|
|
|
"@mantine/dates": "9.6.0",
|
|
|
|
|
"@mantine/form": "9.6.0",
|
|
|
|
|
"@mantine/hooks": "9.6.0",
|
|
|
|
|
"@mantine/modals": "9.6.0",
|
|
|
|
|
"@mantine/notifications": "9.6.0",
|
|
|
|
|
"@mantine/spotlight": "9.6.0",
|
2026-04-16 16:16:33 +02:00
|
|
|
"@monaco-editor/react": "4.7.0",
|
2026-08-22 18:52:47 +00:00
|
|
|
"@react-querybuilder/mantine": "8.23.1",
|
2026-05-18 19:12:29 +00:00
|
|
|
"@reduxjs/toolkit": "2.12.0",
|
2026-09-13 06:48:14 +00:00
|
|
|
"@rolldown/plugin-babel": "0.2.4",
|
2026-08-29 08:57:39 +00:00
|
|
|
"axios": "1.20.0",
|
2026-08-20 15:32:41 +00:00
|
|
|
"dayjs": "1.11.23",
|
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-09-13 03:24:38 +00:00
|
|
|
"react": "19.3.0",
|
2026-04-16 16:16:33 +02:00
|
|
|
"react-async-hook": "4.0.0",
|
|
|
|
|
"react-contexify": "6.0.0",
|
2026-09-13 03:24:38 +00:00
|
|
|
"react-dom": "19.3.0",
|
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-08-22 18:52:47 +00:00
|
|
|
"react-querybuilder": "8.23.1",
|
2026-05-18 19:12:38 +00:00
|
|
|
"react-redux": "9.3.0",
|
2026-08-31 17:11:13 +00:00
|
|
|
"react-router-dom": "7.18.3",
|
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-08-07 04:58:06 +02:00
|
|
|
"@babel/types": "^8.0.4",
|
2026-09-13 13:45:19 +00:00
|
|
|
"@biomejs/biome": "2.5.13",
|
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-08-13 00:07:02 +00:00
|
|
|
"@testing-library/jest-dom": "7.0.1",
|
2026-08-30 19:32:18 +00:00
|
|
|
"@testing-library/react": "16.3.3",
|
2026-09-05 02:42:43 +00:00
|
|
|
"@testing-library/user-event": "14.6.7",
|
2026-04-16 16:16:33 +02:00
|
|
|
"@types/mousetrap": "1.6.15",
|
2026-09-13 03:24:38 +00:00
|
|
|
"@types/react": "19.3.0",
|
|
|
|
|
"@types/react-dom": "19.3.0",
|
2026-04-16 16:16:33 +02:00
|
|
|
"@types/react-infinite-scroller": "1.2.5",
|
|
|
|
|
"@types/throttle-debounce": "5.0.2",
|
|
|
|
|
"@types/tinycon": "0.6.7",
|
2026-08-31 06:03:56 +00:00
|
|
|
"@vitejs/plugin-react": "6.1.1",
|
2026-08-01 10:11:03 +00:00
|
|
|
"jsdom": "30.0.1",
|
2026-09-02 19:41:10 +02:00
|
|
|
"oxc-transform-react": "0.145.0",
|
2026-07-11 17:37:46 +00:00
|
|
|
"typescript": "7.0.2",
|
2026-08-23 06:46:05 +00:00
|
|
|
"vite": "8.2.2",
|
2026-07-25 13:00:37 +00:00
|
|
|
"vite-plugin-checker": "0.14.5",
|
2026-09-06 13:27:15 +00:00
|
|
|
"vitest": "5.0.0",
|
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-09-13 03:24:38 +00:00
|
|
|
"react": "19.3.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
|
|
|
}
|