mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-12-25 11:11:22 +01:00
43 lines
1.3 KiB
JSON
43 lines
1.3 KiB
JSON
{
|
|
"name": "admin",
|
|
"private": true,
|
|
"version": "2.5.0",
|
|
"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.2.6"
|
|
},
|
|
"devDependencies": {
|
|
"@radix-ui/react-dialog": "^1.1.15",
|
|
"@radix-ui/react-toast": "^1.2.15",
|
|
"@types/react": "^19.1.10",
|
|
"@types/react-dom": "^19.1.7",
|
|
"@typescript-eslint/eslint-plugin": "^8.40.0",
|
|
"@typescript-eslint/parser": "^8.40.0",
|
|
"@vitejs/plugin-react-swc": "^4.0.1",
|
|
"eslint": "^9.33.0",
|
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
"eslint-plugin-react-refresh": "^0.4.20",
|
|
"i18next": "^25.4.0",
|
|
"i18next-browser-languagedetector": "^8.2.0",
|
|
"lucide-react": "^0.541.0",
|
|
"react": "^19.1.1",
|
|
"react-dom": "^19.1.1",
|
|
"react-hook-form": "^7.62.0",
|
|
"react-i18next": "^15.7.1",
|
|
"react-router-dom": "^7.8.1",
|
|
"socket.io-client": "^4.8.1",
|
|
"typescript": "^5.9.2",
|
|
"vite": "^7.1.3",
|
|
"vite-plugin-static-copy": "^3.1.2",
|
|
"vite-plugin-svgr": "^4.3.0",
|
|
"zustand": "^5.0.8"
|
|
}
|
|
}
|