UNPKG

high-order-widget-react

Version:

External widget classes for managing react components

56 lines (55 loc) 1.34 kB
{ "name": "high-order-widget-react", "version": "0.0.4", "description": "External widget classes for managing react components", "type": "module", "repository": { "type": "git", "url": "https://github.com/haterphp/high-order-widget.git" }, "main": "./dist/index.js", "types": "./dist/index.d.ts", "scripts": { "build:rollup": "rollup -c --configPlugin typescript --bundleConfigAsCjs", "build": "./build.sh", "publish-lib": "cd ./lib_build && npm publish" }, "files": [ "dist", "LICENSE", "README.md" ], "keywords": [ "react", "react-dom", "typescript", "ui", "high-order", "external-react-state" ], "author": "haterphp", "license": "MIT", "peerDependencies": { "react": ">=18" }, "devDependencies": { "@rollup/plugin-commonjs": "^25.0.7", "@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^11.1.6", "@types/node": "^20.12.8", "@types/react": "^18.0.12", "@types/react-dom": "^18.2.22", "@types/rollup": "^0.54.0", "@types/rollup-plugin-peer-deps-external": "^2.2.5", "glob": "^11.0.1", "react": "^18.1.0", "react-dom": "^18.1.0", "react-native": "0.76.6", "rollup": "^4.17.2", "rollup-plugin-dts": "^6.1.0", "rollup-plugin-peer-deps-external": "^2.2.4", "tslib": "^2.6.2", "typescript": "^4.7.3" } }