UNPKG

@ui-complex/react-state

Version:

65 lines (64 loc) 1.3 kB
{ "name": "@ui-complex/react-state", "version": "1.0.45", "type": "module", "main": "dist/index.js", "module": "dist/index.es.js", "jsnext:main": "dist/index.es.js", "types": "dist/index.d.ts", "exports": { "types": "./dist/index.d.ts", "import": "./dist/index.esm.js", "require": "./dist/index.cjs.js" }, "files": [ "dist/" ], "publishConfig": { "access": "public" }, "lint-staged": { "*.{ts}": [ "eslint --fix src/**/*.ts" ] }, "scripts": { "build": "rollup -c" }, "keywords": [ "state", "store", "react-state", "react-store", "state-managment", "ui-complex", "ui", "library", "component", "components", "universal", "global" ], "author": "Murodillo Cho'liyev", "license": "ISC", "description": "", "peerDependencies": { "react": "^18.3.0" }, "devDependencies": { "@rollup/plugin-commonjs": "^28.0.3", "@rollup/plugin-node-resolve": "^16.0.0", "@rollup/plugin-typescript": "^12.1.2", "@types/react": "^18.3.12", "rollup": "^4.35.0", "tslib": "^2.8.1", "typescript": "^5.8.2" }, "dependencies": { "react": "^18.3.0", "react-dom": "18.3.0" }, "optionalDependencies": { "@rollup/rollup-linux-x64-gnu": "4.6.1" } }