xbpr
Version:
xbp react ui by @arco-design/web-react
83 lines (82 loc) • 2.15 kB
JSON
{
"name": "xbpr",
"type": "module",
"version": "0.0.1",
"title": "xbp rui",
"description": "xbp react ui by @arco-design/web-react",
"author": {
"name": "xiong fei",
"email": "xf_314@qq.com"
},
"license": "MIT",
"keywords": [
"xbp",
"vite4",
"react18",
"@arco-design/web-react"
],
"main": "./es/index.js",
"module": "./es/index.js",
"types": "./es/index.d.ts",
"sideEffects": [
"es/**/style/*",
"*.less"
],
"files": [
"plugins",
"es",
"theme",
"icon",
"LICENSE",
"README.md",
"CHANGELOG.md"
],
"scripts": {
"dev": "vite",
"build": "vite build",
"build:types": "tsc --project tsconfig.build.json",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"gen:copy": "node xui-copyEsm.js",
"gen:ui": "node xui-create.js",
"build:components": "vite build"
},
"dependencies": {
"@arco-design/color": "^0.4.0",
"@arco-design/web-react": "^2.52.0",
"@babel/runtime": "^7.22.10",
"b-tween": "^0.3.3",
"b-validate": "^1.5.3",
"compute-scroll-into-view": "^1.0.17",
"dayjs": "^1.11.9",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"number-precision": "^1.6.0",
"react": "^18.2.0",
"react-color": "^2.19.3",
"react-dom": "^18.2.0",
"react-focus-lock": "^2.9.5",
"react-transition-group": "^4.4.5",
"resize-observer-polyfill": "^1.5.1",
"scroll-into-view-if-needed": "^3.0.10"
},
"devDependencies": {
"@types/lodash-es": "^4.17.8",
"@types/node": "^20.5.1",
"@types/react": "^18.2.15",
"@types/react-color": "^3.0.6",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-react-swc": "^3.3.2",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"less": "^4.2.0",
"prettier": "^2.8.8",
"typescript": "^5.0.2",
"vite": "^4.4.5"
}
}