UNPKG

@quanxi/ui

Version:

全悉组件库

134 lines (133 loc) 3.93 kB
{ "name": "@quanxi/ui", "author": "gq", "version": "1.0.2", "type": "module", "main": "./dist/quanxi-ui.umd.js", "module": "./dist/quanxi-ui.es.js", "typings": "./dist/index.d.ts", "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "scripts": { "dev": "vite", "build": "tsc && vite build", "build:html": "vite build --config ./build/build.ts", "build:push": "tsc && vite build && yalc publish --push", "preview": "vite preview", "test": "cross-env NODE_OPTIONS= vitest run", "test:watch": "cross-env NODE_OPTIONS= vitest", "coverage": "cross-env NODE_OPTIONS= vitest run --coverage", "upload-server": "npx json-server ./__mock_server__/db.json --middlewares node_modules/json-server-uploader/index.js", "auto-sync": "node scripts/auto-sync-icons.js" }, "description": "全悉组件库", "keywords": [ "react", "typescript", "vite", "react-ui", "ui", "components", "quanxi", "quanxi-ui", "react18" ], "files": [ "dist/*" ], "_moduleAliases": { "@": "." }, "_moduleDirectories": [ "node_modules_custom" ], "dependencies": { "@rollup/plugin-typescript": "^11.0.0", "@types/jest": "^29.2.2", "@types/react-transition-group": "^4.4.5", "@typescript-eslint/eslint-plugin": "^5.40.1", "@typescript-eslint/parser": "^5.40.1", "@vitejs/plugin-react": "^3.0.0", "antd": "^5.4.6", "axios": "^1.13.2", "babel-eslint": "^10.1.0", "babel-plugin-transform-runtime": "^6.23.0", "babel-preset-env": "^1.7.0", "babel-preset-stage-0": "^6.24.1", "chalk": "^5.6.2", "classnames": "^2.3.1", "dayjs": "^1.11.7", "eslint": "^8.26.0", "eslint-config-airbnb": "^19.0.4", "eslint-config-airbnb-typescript": "^17.0.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-react": "^7.31.10", "eslint-plugin-react-hooks": "^4.6.0", "events": "^3.3.0", "highlight.js": "^11.6.0", "jest": "^29.3.0", "lodash": "^4.17.21", "lodash-es": "^4.17.21", "moment": "^2.29.4", "ora": "^9.0.0", "prettier": "^2.7.1", "prompts": "^2.4.2", "rc-cascader": "^3.11.1", "rc-checkbox": "^2.3.2", "rc-dialog": "^9.1.0", "rc-drawer": "^6.1.3", "rc-dropdown": "^4.0.1", "rc-picker": "^3.7.4", "rc-select": "^14.16.3", "rc-slider": "^10.1.1", "rc-switch": "^4.1.0", "rc-table": "^7.32.0", "rc-tabs": "^12.5.10", "rc-tooltip": "^6.0.1", "rc-tree-select": "^5.9.0", "rc-trigger": "^5.3.4", "rc-util": "^5.44.4", "react": ">= 17", "react-dom": ">= 17", "react-jss": ">= 10.8.0", "react-resizable": "^3.0.5", "react-router-dom": "^6.3.0", "react-transition-group": "^4.4.5", "react-window": "^1.8.9", "sass": "^1.54.1", "stylelint": "^14.9.1", "stylelint-config-prettier-scss": "^0.0.1", "stylelint-config-standard": "^26.0.0", "stylelint-config-standard-scss": "^5.0.0", "stylelint-declaration-block-no-ignored-properties": "^2.5.0", "vite": "^4.0.0", "vite-plugin-imp": "^2.4.0" }, "devDependencies": { "@babel/core": "^7.18.10", "@testing-library/jest-dom": "6", "@testing-library/react": "14", "@testing-library/user-event": "14", "@types/events": "^3.0.0", "@types/lodash": "^4.14.190", "@types/lodash-es": "^4.17.7", "@types/node": "^18.6.3", "@types/react": "^18.3.27", "@types/react-dom": "^18.3.7", "@types/react-resizable": "^3.0.4", "@types/react-window": "^1.8.5", "babel-loader": "^8.2.5", "cross-env": "^7.0.3", "eslint-plugin-jsx-a11y": "^6.6.1", "jsdom": "22", "json-server": "^0.17.1", "json-server-uploader": "^1.0.3", "tslib": "^2.4.0", "typescript": "^4.9.3", "vitest": "0.34.6" } }