UNPKG

@blocklet/ui-react

Version:

Some useful front-end web components that can be used in Blocklets.

95 lines (94 loc) 2.76 kB
{ "name": "@blocklet/ui-react", "version": "3.0.14", "description": "Some useful front-end web components that can be used in Blocklets.", "keywords": [ "react", "arcblock", "component", "blocklet" ], "author": "wangshijun<wangshijun2010@gmail.com>", "homepage": "https://github.com/ArcBlock/ux#readme", "license": "Apache-2.0", "main": "lib/index.js", "module": "lib/index.js", "repository": { "type": "git", "url": "git+https://github.com/ArcBlock/ux.git" }, "scripts": { "lint": "eslint src tests --ext js --ext jsx --ext tsx --ext ts", "lint:fix": "npm run lint -- --fix", "clean": "rm -rf lib", "build": "npm run clean &&vite build", "watch": "vite build --watch", "precommit": "CI=1 npm run lint", "prepush": "CI=1 npm run lint", "prepublish": "npm run build", "test": "node tools/jest.js", "coverage": "npm run test -- --coverage" }, "bugs": { "url": "https://github.com/ArcBlock/ux/issues" }, "dependencies": { "@abtnode/constant": "^1.16.45", "@abtnode/util": "^1.16.45", "@arcblock/bridge": "3.0.14", "@arcblock/icons": "3.0.14", "@arcblock/react-hooks": "3.0.14", "@arcblock/ws": "^1.20.15", "@blocklet/constant": "^1.16.45", "@blocklet/did-space-react": "^1.1.0", "@iconify-icons/logos": "^1.2.36", "@iconify-icons/material-symbols": "^1.2.58", "@iconify-icons/tabler": "^1.2.95", "@iconify/react": "^5.2.1", "ahooks": "^3.8.5", "axios": "^1.10.0", "clsx": "^2.1.1", "dayjs": "^1.11.13", "dompurify": "^3.2.6", "iconify-icon": "^1.0.8", "iconify-icons-material-symbols-400": "^0.0.1", "is-url": "^1.2.4", "js-cookie": "^2.2.1", "lodash": "^4.17.21", "notistack": "^2.0.8", "p-all": "^5.0.0", "p-queue": "^6.6.2", "p-wait-for": "^5.0.2", "prop-types": "^15.8.1", "react-error-boundary": "^3.1.4", "react-placeholder": "^4.1.0", "semver": "^7.7.2", "type-fest": "^4.41.0", "ua-parser-js": "^1.0.40", "ufo": "^1.6.1", "validator": "^13.15.15" }, "peerDependencies": { "@arcblock/did-connect": "^3.0.10", "@arcblock/ux": "^3.0.10", "@blocklet/js-sdk": "^1.16.44", "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.0", "@mui/icons-material": "^7.1.2", "@mui/material": "^7.1.2", "react": "^19.0.0", "react-router-dom": "^6.22.3" }, "publishConfig": { "access": "public" }, "devDependencies": { "@types/dompurify": "^3.2.0", "@types/ua-parser-js": "^0.7.39", "@types/validator": "^13.15.2", "eslint-plugin-react-hooks": "^4.6.2", "jest": "^29.7.0", "unbuild": "^2.0.0" }, "gitHead": "3957f4585b68497a5f297c25649f8759e98c6c7a" }