mirror of
https://github.com/certimate-go/certimate.git
synced 2026-06-16 21:09:50 +08:00
72 lines
2.2 KiB
JSON
72 lines
2.2 KiB
JSON
{
|
|
"name": "@certimate/webui",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --host",
|
|
"build": "tsc -b && vite build",
|
|
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@codemirror/lang-json": "^6.0.2",
|
|
"@codemirror/lang-yaml": "^6.1.2",
|
|
"@codemirror/language": "^6.11.3",
|
|
"@codemirror/legacy-modes": "^6.5.1",
|
|
"@flowgram.ai/document": "^0.4.0",
|
|
"@flowgram.ai/fixed-layout-editor": "^0.4.0",
|
|
"@flowgram.ai/minimap-plugin": "^0.4.0",
|
|
"@tabler/icons-react": "^3.34.1",
|
|
"@uiw/codemirror-extensions-basic-setup": "^4.25.1",
|
|
"@uiw/codemirror-theme-vscode": "^4.25.1",
|
|
"@uiw/react-codemirror": "^4.25.1",
|
|
"ahooks": "^3.9.0",
|
|
"antd": "^5.27.0",
|
|
"antd-zod": "^7.0.0",
|
|
"clsx": "^2.1.1",
|
|
"cron-parser": "^5.3.0",
|
|
"file-saver": "^2.0.5",
|
|
"i18next": "^25.3.6",
|
|
"i18next-browser-languagedetector": "^8.2.0",
|
|
"immer": "^10.1.1",
|
|
"nanoid": "^5.1.5",
|
|
"pocketbase": "^0.26.2",
|
|
"radash": "^12.1.1",
|
|
"react": "^18.3.1",
|
|
"react-copy-to-clipboard": "^5.1.0",
|
|
"react-dom": "^18.3.1",
|
|
"react-i18next": "^15.6.1",
|
|
"react-router-dom": "^7.8.1",
|
|
"tailwind-merge": "^3.3.1",
|
|
"zod": "^4.0.17",
|
|
"zustand": "^5.0.7"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.33.0",
|
|
"@tailwindcss/postcss": "^4.1.12",
|
|
"@tailwindcss/vite": "^4.1.12",
|
|
"@types/file-saver": "^2.0.7",
|
|
"@types/fs-extra": "^11.0.4",
|
|
"@types/node": "^22.16.5",
|
|
"@types/react": "^18.3.19",
|
|
"@types/react-copy-to-clipboard": "^5.0.7",
|
|
"@types/react-dom": "^18.3.7",
|
|
"@vitejs/plugin-legacy": "^6.1.1",
|
|
"@vitejs/plugin-react": "^4.7.0",
|
|
"eslint": "^9.33.0",
|
|
"eslint-config-prettier": "^10.1.8",
|
|
"eslint-import-resolver-typescript": "^4.4.4",
|
|
"eslint-plugin-better-tailwindcss": "^3.7.4",
|
|
"eslint-plugin-import": "^2.32.0",
|
|
"eslint-plugin-prettier": "^5.5.4",
|
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
"eslint-plugin-react-refresh": "^0.4.20",
|
|
"fs-extra": "^11.3.1",
|
|
"prettier": "^3.6.2",
|
|
"tailwindcss": "^4.1.12",
|
|
"typescript": "^5.8.3",
|
|
"typescript-eslint": "^8.39.1",
|
|
"vite": "^6.3.5"
|
|
}
|
|
}
|