Files
Athou_commafeed/commafeed-client/package.json
2026-04-17 21:33:53 +00:00

88 lines
2.8 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",
"prepare": "cd .. && husky ./commafeed-client/.husky"
},
"dependencies": {
"@emotion/react": "11.14.0",
"@fontsource/open-sans": "5.2.7",
"@lingui/core": "5.9.5",
"@lingui/react": "5.9.5",
"@mantine/core": "9.0.2",
"@mantine/dates": "9.0.2",
"@mantine/form": "9.0.2",
"@mantine/hooks": "9.0.2",
"@mantine/modals": "9.0.2",
"@mantine/notifications": "9.0.2",
"@mantine/spotlight": "9.0.2",
"@monaco-editor/react": "4.7.0",
"@react-querybuilder/mantine": "8.14.4",
"@reduxjs/toolkit": "2.11.2",
"@rolldown/plugin-babel": "0.2.3",
"axios": "1.15.0",
"dayjs": "1.11.20",
"escape-string-regexp": "5.0.0",
"interweave": "13.1.1",
"monaco-editor": "0.55.1",
"mousetrap": "1.6.5",
"react": "19.2.5",
"react-async-hook": "4.0.0",
"react-contexify": "6.0.0",
"react-dom": "19.2.5",
"react-draggable": "4.5.0",
"react-icons": "5.6.0",
"react-infinite-scroller": "1.2.6",
"react-querybuilder": "8.14.4",
"react-redux": "9.2.0",
"react-router-dom": "7.14.1",
"react-swipeable": "7.0.2",
"style-to-object": "1.0.14",
"throttle-debounce": "5.0.2",
"tinycon": "0.6.8",
"tss-react": "4.9.20",
"websocket-heartbeat-js": "1.1.3"
},
"devDependencies": {
"@biomejs/biome": "2.4.12",
"@lingui/babel-plugin-lingui-macro": "5.9.5",
"@lingui/cli": "5.9.5",
"@lingui/vite-plugin": "5.9.5",
"@testing-library/jest-dom": "6.9.1",
"@testing-library/react": "16.3.2",
"@testing-library/user-event": "14.6.1",
"@types/mousetrap": "1.6.15",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"@types/react-infinite-scroller": "1.2.5",
"@types/throttle-debounce": "5.0.2",
"@types/tinycon": "0.6.7",
"@vitejs/plugin-react": "6.0.1",
"babel-plugin-react-compiler": "1.0.0",
"husky": "9.1.7",
"jsdom": "29.0.2",
"lint-staged": "16.4.0",
"typescript": "6.0.2",
"vite": "8.0.8",
"vite-plugin-checker": "0.12.0",
"vitest": "4.1.4",
"yaml": "2.8.3"
},
"overrides": {
"react-infinite-scroller": {
"react": "19.2.5"
}
}
}