UNPKG

@blocklet/ui-react

Version:

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

103 lines (102 loc) 3.04 kB
{ "name": "@blocklet/ui-react", "version": "3.4.8", "description": "Some useful front-end web components that can be used in Blocklets.", "keywords": [ "react", "arcblock", "component", "blocklet" ], "sideEffects": false, "author": "wangshijun<wangshijun2010@gmail.com>", "homepage": "https://www.arcblock.io/docs/blocklet-ui-react", "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.17.7", "@abtnode/util": "^1.17.7", "@arcblock/bridge": "3.4.8", "@arcblock/icons": "3.4.8", "@arcblock/react-hooks": "3.4.8", "@arcblock/ws": "^1.28.5", "@blocklet/did-space-react": "^1.2.15", "@blocklet/uploader": "^0.3.19", "@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-helmet": "^6.1.0", "react-placeholder": "^4.1.0", "type-fest": "^4.41.0", "ua-parser-js": "^1.0.40", "ufo": "^1.6.1", "validator": "^13.15.15" }, "peerDependencies": { "@arcblock/did-connect-react": "^3.1.0", "@arcblock/ux": "^3.1.0", "@blocklet/js-sdk": "^1.17.4", "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.0", "@mui/icons-material": "^7.2.0", "@mui/material": "^7.2.0", "react": "^19.0.0", "react-router-dom": "^6.22.3" }, "publishConfig": { "access": "public" }, "devDependencies": { "@arcblock/did-connect-react": "3.4.8", "@babel/preset-env": "^7.28.0", "@babel/preset-react": "^7.27.1", "@babel/preset-typescript": "^7.27.1", "@types/dompurify": "^3.2.0", "@types/jest": "^29.5.14", "@types/ua-parser-js": "^0.7.39", "@types/validator": "^13.15.2", "babel-jest": "29", "eslint-plugin-react-hooks": "^4.6.2", "jest": "^29.7.0", "typescript": "~5.5.4", "unbuild": "^2.0.0" }, "gitHead": "6bbdc63e6e0b7ddfd5e37f2ac6bb44ee49da7139" }