mirror of
https://github.com/perfect-panel/ppanel-admin-web.git
synced 2026-06-02 00:09:24 +08:00
140 lines
4.8 KiB
JSON
140 lines
4.8 KiB
JSON
{
|
|
"name": "ppanel-admin-web",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"homepage": "https://github.com/perfect-panel/ppanel-admin-web",
|
|
"bugs": {
|
|
"url": "https://github.com/perfect-panel/ppanel-admin-web/issues/new"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/perfect-panel/ppanel-admin-web.git"
|
|
},
|
|
"license": "GUN",
|
|
"scripts": {
|
|
"build": "next build",
|
|
"dev": "next dev --turbopack",
|
|
"global:install": "npm list -g --depth=0 @lobehub/i18n-cli @lobehub/commit-cli || npm install -g @lobehub/i18n-cli @lobehub/commit-cli",
|
|
"lint": "next lint",
|
|
"lint:md": "remark . --quiet --output",
|
|
"lint:style": "stylelint \"**/*.{css,less,js,jsx,ts,tsx}\" --fix",
|
|
"locale": "lobe-i18n --with-md",
|
|
"openapi": "openapi2ts",
|
|
"prepare": "husky && npm run global:install && lobe-commit -i",
|
|
"prettier": "prettier -c --write \"**/**\"",
|
|
"release": "semantic-release",
|
|
"standalone": "NEXT_OUTPUT=standalone next build",
|
|
"start": "next start",
|
|
"test": "npm run lint"
|
|
},
|
|
"dependencies": {
|
|
"@hookform/resolvers": "^3.9.1",
|
|
"@iconify/react": "^5.0.2",
|
|
"@monaco-editor/react": "^4.6.0",
|
|
"@radix-ui/react-accordion": "^1.2.1",
|
|
"@radix-ui/react-alert-dialog": "^1.1.2",
|
|
"@radix-ui/react-aspect-ratio": "^1.1.0",
|
|
"@radix-ui/react-avatar": "^1.1.1",
|
|
"@radix-ui/react-checkbox": "^1.1.2",
|
|
"@radix-ui/react-collapsible": "^1.1.1",
|
|
"@radix-ui/react-context-menu": "^2.2.2",
|
|
"@radix-ui/react-dialog": "^1.1.2",
|
|
"@radix-ui/react-dropdown-menu": "^2.1.2",
|
|
"@radix-ui/react-hover-card": "^1.1.2",
|
|
"@radix-ui/react-icons": "^1.3.1",
|
|
"@radix-ui/react-label": "^2.1.0",
|
|
"@radix-ui/react-menubar": "^1.1.2",
|
|
"@radix-ui/react-navigation-menu": "^1.2.1",
|
|
"@radix-ui/react-popover": "^1.1.2",
|
|
"@radix-ui/react-progress": "^1.1.0",
|
|
"@radix-ui/react-radio-group": "^1.2.1",
|
|
"@radix-ui/react-scroll-area": "^1.2.0",
|
|
"@radix-ui/react-select": "^2.1.2",
|
|
"@radix-ui/react-separator": "^1.1.0",
|
|
"@radix-ui/react-slider": "^1.2.1",
|
|
"@radix-ui/react-slot": "^1.1.0",
|
|
"@radix-ui/react-switch": "^1.1.1",
|
|
"@radix-ui/react-tabs": "^1.1.1",
|
|
"@radix-ui/react-toast": "^1.2.2",
|
|
"@radix-ui/react-toggle": "^1.1.0",
|
|
"@radix-ui/react-toggle-group": "^1.1.0",
|
|
"@radix-ui/react-tooltip": "^1.1.3",
|
|
"@tanstack/react-query": "^5.59.16",
|
|
"@tanstack/react-query-devtools": "^5.59.16",
|
|
"@tanstack/react-query-next-experimental": "^5.59.16",
|
|
"@tanstack/react-table": "^8.20.5",
|
|
"axios": "^1.7.7",
|
|
"class-variance-authority": "^0.7.0",
|
|
"clsx": "^2.1.1",
|
|
"cmdk": "1.0.1",
|
|
"crypto-js": "^4.2.0",
|
|
"date-fns": "^4.1.0",
|
|
"embla-carousel-react": "^8.3.1",
|
|
"input-otp": "^1.2.5",
|
|
"lottie-react": "^2.4.0",
|
|
"lucide-react": "^0.454.0",
|
|
"mathjs": "^13.2.0",
|
|
"nanoid": "^5.0.8",
|
|
"next": "^15.0.2",
|
|
"next-intl": "^3.24.0",
|
|
"next-runtime-env": "^3.2.2",
|
|
"next-themes": "^0.3.0",
|
|
"nextjs-toploader": "^3.7.15",
|
|
"nuqs": "^2.1.1",
|
|
"radash": "^12.1.0",
|
|
"react": "19.0.0-rc-603e6108-20241029",
|
|
"react-day-picker": "^8.10.1",
|
|
"react-dom": "19.0.0-rc-603e6108-20241029",
|
|
"react-hook-form": "^7.53.1",
|
|
"react-markdown": "^9.0.1",
|
|
"react-markdown-editor-lite": "^1.3.4",
|
|
"react-resizable-panels": "^2.1.6",
|
|
"react-syntax-highlighter": "^15.6.1",
|
|
"recharts": "^2.13.2",
|
|
"rehype-raw": "^7.0.0",
|
|
"remark-gfm": "^4.0.0",
|
|
"sonner": "^1.5.0",
|
|
"tailwind-merge": "^2.5.4",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"universal-cookie": "^7.2.2",
|
|
"vaul": "^1.1.1",
|
|
"zod": "^3.23.8",
|
|
"zustand": "^5.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
|
|
"@iconify-json/mdi": "^1.2.1",
|
|
"@iconify-json/uil": "^1.2.1",
|
|
"@lobehub/lint": "^1.24.4",
|
|
"@tailwindcss/typography": "^0.5.15",
|
|
"@types/crypto-js": "^4.2.2",
|
|
"@types/js-cookie": "^3.0.6",
|
|
"@types/node": "^22.8.5",
|
|
"@types/react": "^18.3.12",
|
|
"@types/react-dom": "^18.3.1",
|
|
"@types/react-syntax-highlighter": "^15.5.13",
|
|
"@umijs/openapi": "^1.13.0",
|
|
"commitlint": "^19.5.0",
|
|
"eslint": "^8",
|
|
"eslint-config-next": "^15.0.2",
|
|
"eslint-plugin-prettier": "^5.2.1",
|
|
"eslint-plugin-tailwindcss": "^3.17.5",
|
|
"esno": "^4.8.0",
|
|
"husky": "^9.1.6",
|
|
"lint-staged": "^15.2.10",
|
|
"postcss": "^8.4.47",
|
|
"prettier-plugin-tailwindcss": "^0.6.8",
|
|
"prettier-plugin-two-style-order": "^1.0.1",
|
|
"stylelint": "^16.10.0",
|
|
"stylelint-config-tailwindcss": "^0.0.7",
|
|
"tailwindcss": "^3.4.14",
|
|
"typescript": "^5.6.3"
|
|
},
|
|
"packageManager": "pnpm@9.12.0+sha512.4abf725084d7bcbafbd728bfc7bee61f2f791f977fd87542b3579dcb23504d170d46337945e4c66485cd12d588a0c0e570ed9c477e7ccdd8507cf05f3f92eaca",
|
|
"pnpm": {
|
|
"overrides": {
|
|
"react-is": "19.0.0-rc-603e6108-20241029"
|
|
}
|
|
}
|
|
}
|