pad.libre-service.eu-etherpad/admin/package.json
dependabot[bot] 766deb204e Bump @radix-ui/react-switch from 1.1.1 to 1.1.2
Bumps [@radix-ui/react-switch](https://github.com/radix-ui/primitives) from 1.1.1 to 1.1.2.
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

---
updated-dependencies:
- dependency-name: "@radix-ui/react-switch"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-22 16:45:21 +01:00

42 lines
1.3 KiB
JSON

{
"name": "admin",
"private": true,
"version": "2.2.6",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"build-copy": "tsc && vite build --outDir ../src/templates/admin --emptyOutDir",
"preview": "vite preview"
},
"dependencies": {
"@radix-ui/react-switch": "^1.1.2"
},
"devDependencies": {
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-toast": "^1.2.2",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^8.14.0",
"@typescript-eslint/parser": "^8.14.0",
"@vitejs/plugin-react-swc": "^3.7.1",
"eslint": "^9.14.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"i18next": "^23.16.5",
"i18next-browser-languagedetector": "^8.0.0",
"lucide-react": "^0.459.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.53.2",
"react-i18next": "^15.1.1",
"react-router-dom": "^6.28.0",
"socket.io-client": "^4.8.1",
"typescript": "^5.6.3",
"vite": "^5.4.11",
"vite-plugin-static-copy": "^2.1.0",
"vite-plugin-svgr": "^4.3.0",
"zustand": "^5.0.1"
}
}