UNPKG

react-antd-admin-panel

Version:

Modern TypeScript-first React admin panel builder with Ant Design 6

142 lines (141 loc) 3.93 kB
{ "name": "react-antd-admin-panel", "version": "2.0.2", "description": "Modern TypeScript-first React admin panel builder with Ant Design 6", "type": "module", "main": "./dist/index.cjs", "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.cjs" }, "./list": { "types": "./dist/list/index.d.ts", "import": "./dist/list/index.js", "require": "./dist/list/index.cjs" }, "./form": { "types": "./dist/form/index.d.ts", "import": "./dist/form/index.js", "require": "./dist/form/index.cjs" }, "./http": { "types": "./dist/http/index.d.ts", "import": "./dist/http/index.js", "require": "./dist/http/index.cjs" }, "./hooks": { "types": "./dist/hooks/index.d.ts", "import": "./dist/hooks/index.js", "require": "./dist/hooks/index.cjs" }, "./main": { "types": "./dist/main/index.d.ts", "import": "./dist/main/index.js", "require": "./dist/main/index.cjs" }, "./section": { "types": "./dist/section/index.d.ts", "import": "./dist/section/index.js", "require": "./dist/section/index.cjs" }, "./access": { "types": "./dist/access/index.d.ts", "import": "./dist/access/index.js", "require": "./dist/access/index.cjs" }, "./formula": { "types": "./dist/formula/index.d.ts", "import": "./dist/formula/index.js", "require": "./dist/formula/index.cjs" }, "./action": { "types": "./dist/action/index.d.ts", "import": "./dist/action/index.js", "require": "./dist/action/index.cjs" }, "./testing": { "types": "./dist/testing/index.d.ts", "import": "./dist/testing/index.js", "require": "./dist/testing/index.cjs" } }, "sideEffects": false, "scripts": { "dev": "vite build --watch", "prebuild": "rimraf dist", "build": "tsc && vite build", "build:analyze": "pnpm build && echo 'Bundle analysis saved to stats.html'", "test": "vitest run", "test:watch": "vitest", "test:coverage": "vitest run --coverage", "lint": "eslint src --ext .ts,.tsx", "type-check": "tsc --noEmit", "storybook": "storybook dev -p 6006", "storybook:build": "storybook build -o storybook-static" }, "peerDependencies": { "@ant-design/icons": "^6.0.0", "antd": "^6.1.0", "dayjs": "^1.11.0", "react": "^19.1.0", "react-dom": "^19.1.0" }, "dependencies": { "axios": "^1.7.0", "react-hook-form": "^7.54.0", "react-router-dom": "^7.1.0" }, "devDependencies": { "@storybook/addon-essentials": "^8.6.14", "@storybook/blocks": "^8.6.14", "@storybook/react": "^8.6.14", "@storybook/react-vite": "^8.6.14", "@testing-library/jest-dom": "^6.0.0", "@testing-library/react": "^16.0.0", "@types/react": "^19.1.0", "@types/react-dom": "^19.1.0", "@vitejs/plugin-react": "^4.3.0", "@vitest/coverage-v8": "^2.0.0", "eslint": "^9.0.0", "jsdom": "^24.1.3", "prettier": "^3.0.0", "rimraf": "^6.0.0", "rollup": "^4.0.0", "rollup-plugin-visualizer": "^6.0.5", "storybook": "^8.6.14", "typescript": "^5.9.2", "vite": "^6.0.0", "vitest": "^2.0.0" }, "keywords": [ "react", "antd", "ant-design", "admin", "admin-panel", "dashboard", "typescript", "builder-pattern", "react-19", "vite" ], "author": "react-antd-admin-panel contributors", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/user/react-antd-admin-panel" }, "homepage": "https://github.com/user/react-antd-admin-panel#readme", "bugs": { "url": "https://github.com/user/react-antd-admin-panel/issues" }, "files": [ "dist", "README.md", "LICENSE" ] }