UNPKG

contextism

Version:

New way to use React Context

90 lines (89 loc) 2.43 kB
{ "name": "contextism", "version": "1.3.2", "main": "dist/index.js", "module": "dist/index.es.js", "private": false, "description": "New way to use React Context", "license": "MIT", "repository": { "url": "https://github.com/Aslemammad/contextism" }, "keywords": [ "react", "hooks", "context", "typescript", "types", "state-management", "hooks-api-react", "reactjs" ], "author": "M. Bagher Abiat <zorofight94@gmail.com>", "files": [ "dist" ], "types": "dist/index.d.ts", "peerDependencies": { "react": "^16.13.1", "react-dom": "^16.13.1" }, "devDependencies": { "@babel/cli": "^7.10.5", "@babel/preset-env": "^7.10.4", "@babel/preset-react": "^7.10.4", "@babel/runtime": "^7.10.5", "@rollup/plugin-commonjs": "^14.0.0", "@testing-library/react": "^10.4.7", "@types/jest": "^26.0.7", "@types/react": "^16.9.43", "@types/react-dom": "^16.9.8", "babel-core": "^6.26.3", "babel-loader": "^8.1.0", "babel-runtime": "^6.26.0", "concurrently": "^5.2.0", "html-webpack-plugin": "^4.3.0", "jest": "^26.1.0", "react": "^16.13.1", "react-dom": "^16.13.1", "rollup": "^2.23.0", "rollup-plugin-babel": "^4.4.0", "rollup-plugin-typescript2": "^0.27.1", "ts-jest": "^26.1.4", "ts-loader": "^8.0.1", "ts-node": "^8.10.2", "tsconfig-paths-webpack-plugin": "^3.3.0", "typescript": "^3.7.5", "webpack": "^4.44.0", "webpack-cli": "^3.3.12", "webpack-dev-server": "^3.11.0" }, "scripts": { "start": "concurrently \" rollup -cw\" \"webpack-dev-server --hot --mode development \"", "build": "rm -rf dist && rollup -c", "test": "jest" }, "eslintConfig": { "extends": "react-app" }, "babel": { "presets": [ "@babel/preset-react" ] }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "dependencies": { "remove": "^0.1.5" } }