UNPKG

reactn

Version:

React, but with built-in global state management.

61 lines (60 loc) 1.61 kB
{ "name": "reactn", "version": "2.2.6", "author": "Charles Stover <reactn@charlesstover.com>", "description": "React, but with built-in global state management.", "homepage": "https://github.com/CharlesStover/reactn#readme", "license": "MIT", "main": "./build/index.js", "repository": "github:CharlesStover/reactn", "types": "./build/index.d.ts", "bugs": { "email": "reactn@charlesstover.com", "url": "https://github.com/CharlesStover/reactn/issues" }, "directories": { "lib": "src", "test": "tests" }, "files": [ "build", "types", "default.d.ts", "package.json" ], "scripts": { "build": "yarn prepublishOnly", "lint": "eslint src/**/*.{ts,tsx}", "prepublishOnly": "rm -rf build && tsc", "test": "node tests/index.js" }, "dependencies": { "use-force-update": "^1.0.5" }, "devDependencies": { "@babel/core": "^7.8.4", "@babel/preset-env": "^7.8.4", "@babel/preset-typescript": "^7.8.3", "@testing-library/jest-dom": "^5.1.1", "@testing-library/react": "^9.4.0", "@types/jest": "^25.1.2", "@types/node": "^13.7.1", "@types/react": "^16.9.20", "@typescript-eslint/eslint-plugin": "^2.20.0", "@typescript-eslint/parser": "^2.20.0", "babel-jest": "^25.1.0", "eslint": "^6.8.0", "eslint-plugin-react": "^7.18.3", "jest": "^25.1.0", "react": "^16.12.0", "react-dom": "^16.12.0", "ts-jest": "^25.2.0", "ts-node": "^8.6.2", "typescript": "^3.7.5" }, "peerDependencies": { "@types/react": "^16.8.0", "react": "*", "react-dom": "*" } }