forked from Archives/Athou_commafeed
84 lines
2.7 KiB
JSON
84 lines
2.7 KiB
JSON
{
|
|
"name": "commafeed-client",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"dev:host": "vite --host",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview",
|
|
"test": "vitest",
|
|
"test:ci": "vitest run",
|
|
"lint": "biome check",
|
|
"lint:fix": "biome check --write",
|
|
"i18n:extract": "lingui extract --clean"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.14.0",
|
|
"@fontsource/open-sans": "^5.2.7",
|
|
"@lingui/core": "^5.5.0",
|
|
"@lingui/react": "^5.5.0",
|
|
"@mantine/core": "^8.3.2",
|
|
"@mantine/form": "^8.3.2",
|
|
"@mantine/hooks": "^8.3.2",
|
|
"@mantine/modals": "^8.3.2",
|
|
"@mantine/notifications": "^8.3.2",
|
|
"@mantine/spotlight": "^8.3.2",
|
|
"@monaco-editor/react": "^4.7.0",
|
|
"@reduxjs/toolkit": "^2.9.0",
|
|
"axios": "^1.12.2",
|
|
"dayjs": "^1.11.17",
|
|
"escape-string-regexp": "^5.0.0",
|
|
"interweave": "^13.1.1",
|
|
"monaco-editor": "^0.52.2",
|
|
"mousetrap": "^1.6.5",
|
|
"react": "^19.1.1",
|
|
"react-async-hook": "^4.0.0",
|
|
"react-contexify": "^6.0.0",
|
|
"react-device-detect": "^2.2.3",
|
|
"react-dom": "^19.1.1",
|
|
"react-draggable": "^4.5.0",
|
|
"react-icons": "^5.5.0",
|
|
"react-infinite-scroller": "^1.2.6",
|
|
"react-redux": "^9.2.0",
|
|
"react-router-dom": "^7.9.3",
|
|
"react-swipeable": "^7.0.2",
|
|
"style-to-object": "^1.0.9",
|
|
"throttle-debounce": "^5.0.2",
|
|
"tinycon": "^0.6.8",
|
|
"tss-react": "^4.9.19",
|
|
"websocket-heartbeat-js": "^1.1.3"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^2.2.4",
|
|
"@lingui/babel-plugin-lingui-macro": "^5.5.0",
|
|
"@lingui/cli": "^5.5.0",
|
|
"@lingui/vite-plugin": "^5.5.0",
|
|
"@testing-library/jest-dom": "^6.8.0",
|
|
"@testing-library/react": "^16.3.0",
|
|
"@testing-library/user-event": "^14.6.1",
|
|
"@types/mousetrap": "^1.6.15",
|
|
"@types/react": "^19.1.15",
|
|
"@types/react-dom": "^19.1.9",
|
|
"@types/react-infinite-scroller": "^1.2.5",
|
|
"@types/throttle-debounce": "^5.0.2",
|
|
"@types/tinycon": "^0.6.7",
|
|
"@vitejs/plugin-react": "^5.0.4",
|
|
"babel-plugin-react-compiler": "^19.1.0-rc.3",
|
|
"jsdom": "^27.0.0",
|
|
"rollup-plugin-visualizer": "^6.0.3",
|
|
"typescript": "^5.9.2",
|
|
"vite": "^7.1.7",
|
|
"vite-plugin-checker": "^0.11.0",
|
|
"vite-tsconfig-paths": "^5.1.4",
|
|
"vitest": "^3.2.4",
|
|
"yaml": "^2.8.1"
|
|
},
|
|
"overrides": {
|
|
"react-infinite-scroller": {
|
|
"react": "^19.1.1"
|
|
}
|
|
}
|
|
}
|