UNPKG

kiss-state-js-react

Version:
48 lines (47 loc) 1.1 kB
{ "name": "kiss-state-js-react", "version": "1.0.8", "description": "This is the kiss-state-js react version", "keywords": [ "react", "state", "reactjs", "state-management", "business-logic", "BLoC", "bloc" ], "main": "./dist/kiss-state-react.js", "types": "./dist/kiss-state-react.d.ts", "files": [ "dist", "index.ts" ], "scripts": { "build": "webpack --config webpack.config.js", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "pramitha wanigarathne", "repository": { "type": "git", "url": "git@github.com:pramitha1166/kiss-state-js.git#react" }, "license": "ISC", "devDependencies": { "@babel/core": "^7.19.3", "@babel/preset-env": "^7.19.3", "@types/node": "^18.7.17", "@types/react": "^18.0.9", "@types/react-dom": "^18.0.3", "babel-loader": "^8.2.5", "typescript": "^4.6.4", "webpack": "^5.74.0" }, "dependencies": { "camelcase": "^7.0.0", "kiss-state-js": "^1.0.4", "react": "^18.2.0", "react-dom": "^18.1.0", "rxjs": "^7.5.5" } }