mirror of
https://github.com/certimate-go/certimate.git
synced 2026-06-13 21:01:32 +08:00
72 lines
2.2 KiB
JSON
72 lines
2.2 KiB
JSON
{
|
|
"name": "ui",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"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": {
|
|
"@ant-design/icons": "^5.6.1",
|
|
"@ant-design/pro-components": "^2.8.9",
|
|
"@codemirror/lang-json": "^6.0.2",
|
|
"@codemirror/lang-yaml": "^6.1.2",
|
|
"@codemirror/language": "^6.11.1",
|
|
"@codemirror/legacy-modes": "^6.5.1",
|
|
"@tabler/icons-react": "^3.34.0",
|
|
"@uiw/codemirror-extensions-basic-setup": "^4.23.13",
|
|
"@uiw/codemirror-theme-vscode": "^4.23.13",
|
|
"@uiw/react-codemirror": "^4.23.13",
|
|
"ahooks": "^3.8.5",
|
|
"antd": "^5.26.1",
|
|
"antd-zod": "^7.0.0",
|
|
"clsx": "^2.1.1",
|
|
"cron-parser": "^5.3.0",
|
|
"file-saver": "^2.0.5",
|
|
"i18next": "^25.2.1",
|
|
"i18next-browser-languagedetector": "^8.2.0",
|
|
"immer": "^10.1.1",
|
|
"nanoid": "^5.1.5",
|
|
"pocketbase": "^0.26.1",
|
|
"radash": "^12.1.1",
|
|
"react": "^18.3.1",
|
|
"react-copy-to-clipboard": "^5.1.0",
|
|
"react-dom": "^18.3.1",
|
|
"react-i18next": "^15.5.3",
|
|
"react-router-dom": "^7.6.2",
|
|
"tailwind-merge": "^3.3.1",
|
|
"zod": "^3.25.67",
|
|
"zustand": "^5.0.5"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.30.1",
|
|
"@tailwindcss/postcss": "^4.1.11",
|
|
"@tailwindcss/vite": "^4.1.11",
|
|
"@types/file-saver": "^2.0.7",
|
|
"@types/fs-extra": "^11.0.4",
|
|
"@types/node": "^22.15.17",
|
|
"@types/react": "^18.3.12",
|
|
"@types/react-copy-to-clipboard": "^5.0.7",
|
|
"@types/react-dom": "^18.3.1",
|
|
"@vitejs/plugin-legacy": "^6.1.1",
|
|
"@vitejs/plugin-react": "^4.6.0",
|
|
"eslint": "^9.30.1",
|
|
"eslint-config-prettier": "^10.1.5",
|
|
"eslint-import-resolver-typescript": "^4.4.4",
|
|
"eslint-plugin-better-tailwindcss": "^3.4.3",
|
|
"eslint-plugin-import": "^2.32.0",
|
|
"eslint-plugin-prettier": "^5.5.1",
|
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
"eslint-plugin-react-refresh": "^0.4.20",
|
|
"fs-extra": "^11.3.0",
|
|
"prettier": "^3.6.0",
|
|
"tailwindcss": "^4.1.11",
|
|
"typescript": "^5.8.3",
|
|
"typescript-eslint": "^8.35.1",
|
|
"vite": "^6.3.5"
|
|
}
|
|
}
|