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": {
|
|
|
|
|
"dev": "vite --host",
|
|
|
|
|
"dev:typescript": "tsc --watch",
|
|
|
|
|
"build": "tsc && vite build",
|
|
|
|
|
"preview": "vite preview",
|
|
|
|
|
"test": "vitest",
|
|
|
|
|
"test:ci": "vitest run",
|
|
|
|
|
"lint": "biome check ./src",
|
|
|
|
|
"lint:fix": "biome check --write ./src",
|
|
|
|
|
"i18n:extract": "lingui extract --clean"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2024-12-09 12:04:31 +00:00
|
|
|
"@emotion/react": "^11.14.0",
|
2024-12-29 14:30:46 +00:00
|
|
|
"@fontsource/open-sans": "^5.1.1",
|
2025-01-19 13:51:46 +00:00
|
|
|
"@mantine/core": "^7.16.1",
|
|
|
|
|
"@mantine/form": "^7.16.1",
|
|
|
|
|
"@mantine/hooks": "^7.16.1",
|
|
|
|
|
"@mantine/modals": "^7.16.1",
|
|
|
|
|
"@mantine/notifications": "^7.16.1",
|
|
|
|
|
"@mantine/spotlight": "^7.16.1",
|
2024-12-16 21:11:41 +01:00
|
|
|
"@lingui/core": "^5.1.2",
|
|
|
|
|
"@lingui/react": "^5.1.2",
|
2025-01-20 11:59:42 -07:00
|
|
|
"@monaco-editor/react": "^4.7.0-rc.0",
|
2024-12-11 04:59:19 +00:00
|
|
|
"@reduxjs/toolkit": "^2.5.0",
|
2024-12-04 09:43:27 +00:00
|
|
|
"axios": "^1.7.9",
|
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",
|
|
|
|
|
"interweave": "^13.1.0",
|
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-01-20 11:59:42 -07:00
|
|
|
"react": "^19.0.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-01-20 11:59:42 -07:00
|
|
|
"react-dom": "^19.0.0",
|
2024-06-13 21:54:14 +02:00
|
|
|
"react-draggable": "^4.4.6",
|
|
|
|
|
"react-ga4": "^2.1.0",
|
|
|
|
|
"react-helmet": "^6.1.0",
|
2024-12-03 11:31:44 +00:00
|
|
|
"react-icons": "^5.4.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-01-17 22:16:53 +00:00
|
|
|
"react-router-dom": "^7.1.3",
|
2024-11-04 17:47:41 +00:00
|
|
|
"react-swipeable": "^7.0.2",
|
2025-01-16 13:56:26 +00:00
|
|
|
"redoc": "^2.3.0",
|
2024-10-21 21:15:57 +02:00
|
|
|
"style-to-object": "^1.0.8",
|
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-01-21 21:34:41 +00:00
|
|
|
"tss-react": "^4.9.15",
|
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",
|
2024-12-16 21:11:41 +01:00
|
|
|
"@lingui/babel-plugin-lingui-macro": "^5.1.2",
|
|
|
|
|
"@lingui/cli": "^5.1.2",
|
|
|
|
|
"@lingui/vite-plugin": "^5.1.2",
|
2024-06-13 21:54:14 +02:00
|
|
|
"@types/mousetrap": "^1.6.15",
|
2025-01-23 13:31:56 +00:00
|
|
|
"@types/react": "^19.0.8",
|
2025-01-20 11:59:42 -07:00
|
|
|
"@types/react-dom": "^19.0.3",
|
2024-06-13 21:54:14 +02:00
|
|
|
"@types/react-helmet": "^6.1.11",
|
|
|
|
|
"@types/react-infinite-scroller": "^1.2.5",
|
|
|
|
|
"@types/swagger-ui-react": "^4.18.3",
|
|
|
|
|
"@types/throttle-debounce": "^5.0.2",
|
2024-11-19 18:55:08 +00:00
|
|
|
"@types/tinycon": "^0.6.7",
|
2024-11-26 11:15:33 +00:00
|
|
|
"@vitejs/plugin-react": "^4.3.4",
|
2024-06-13 21:54:14 +02:00
|
|
|
"babel-plugin-macros": "^3.1.0",
|
2025-01-09 10:23:05 +00:00
|
|
|
"jsdom": "^26.0.0",
|
2025-01-20 11:59:42 -07:00
|
|
|
"rollup-plugin-visualizer": "^5.14.0",
|
2025-01-09 05:40:40 +00:00
|
|
|
"typescript": "^5.7.3",
|
2025-01-21 12:35:00 +00:00
|
|
|
"vite": "^6.0.11",
|
2024-09-11 14:44:02 +02:00
|
|
|
"vite-plugin-checker": "^0.8.0",
|
2024-12-07 05:53:17 +00:00
|
|
|
"vite-tsconfig-paths": "^5.1.4",
|
2025-01-21 17:42:28 +00:00
|
|
|
"vitest": "^3.0.3",
|
2024-08-28 15:39:32 +00:00
|
|
|
"vitest-mock-extended": "^2.0.2"
|
2025-01-20 11:59:42 -07:00
|
|
|
},
|
|
|
|
|
"overrides": {
|
|
|
|
|
"interweave": {
|
|
|
|
|
"react": "^19.0.0"
|
|
|
|
|
},
|
|
|
|
|
"react-infinite-scroller": {
|
|
|
|
|
"react": "^19.0.0"
|
|
|
|
|
},
|
|
|
|
|
"react-helmet": {
|
|
|
|
|
"react": "^19.0.0"
|
|
|
|
|
},
|
|
|
|
|
"redoc": {
|
|
|
|
|
"react": "^19.0.0",
|
|
|
|
|
"react-dom": "^19.0.0"
|
|
|
|
|
}
|
2024-06-13 21:54:14 +02:00
|
|
|
}
|
2014-08-08 16:49:02 +02:00
|
|
|
}
|