Files
Athou_commafeed/commafeed-client/package.json
2026-09-14 02:45:25 +00:00

86 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.3.0",
"@lingui/core": "6.6.0",
"@lingui/react": "6.6.0",
"@mantine/core": "9.6.1",
"@mantine/dates": "9.6.1",
"@mantine/form": "9.6.1",
"@mantine/hooks": "9.6.1",
"@mantine/modals": "9.6.1",
"@mantine/notifications": "9.6.1",
"@mantine/spotlight": "9.6.1",
"@monaco-editor/react": "4.7.0",
"@react-querybuilder/mantine": "8.23.1",
"@reduxjs/toolkit": "2.12.0",
"@rolldown/plugin-babel": "0.2.4",
"axios": "1.20.0",
"dayjs": "1.11.23",
"escape-string-regexp": "5.0.0",
"interweave": "13.1.1",
"monaco-editor": "0.56.0",
"mousetrap": "1.6.5",
"react": "19.3.0",
"react-async-hook": "4.0.0",
"react-contexify": "6.0.0",
"react-dom": "19.3.0",
"react-draggable": "4.7.1",
"react-icons": "5.7.0",
"react-infinite-scroller": "1.2.6",
"react-querybuilder": "8.23.1",
"react-redux": "9.3.0",
"react-router-dom": "7.18.3",
"react-swipeable": "7.0.2",
"style-to-object": "2.0.2",
"throttle-debounce": "5.0.2",
"tinycon": "0.6.8",
"tss-react": "4.9.21",
"websocket-heartbeat-js": "1.1.3"
},
"devDependencies": {
"@babel/types": "^8.0.5",
"@biomejs/biome": "2.5.13",
"@lingui/babel-plugin-lingui-macro": "6.6.0",
"@lingui/cli": "6.6.0",
"@lingui/vite-plugin": "6.6.0",
"@testing-library/jest-dom": "7.0.1",
"@testing-library/react": "16.3.3",
"@testing-library/user-event": "14.6.7",
"@types/mousetrap": "1.6.15",
"@types/react": "19.3.0",
"@types/react-dom": "19.3.0",
"@types/react-infinite-scroller": "1.2.5",
"@types/throttle-debounce": "5.0.2",
"@types/tinycon": "0.6.7",
"@vitejs/plugin-react": "6.1.1",
"jsdom": "30.0.1",
"oxc-transform-react": "0.145.0",
"typescript": "7.0.2",
"vite": "8.3.0",
"vite-plugin-checker": "0.14.5",
"vitest": "5.0.0",
"yaml": "2.9.0"
},
"overrides": {
"react-infinite-scroller": {
"react": "19.3.0"
}
}
}