launch.io
Version:
Launch.IO is an Ultra Hip, Simple, and Fast, Time Traveling React State Management Library
67 lines (66 loc) • 1.86 kB
JSON
{
"name": "launch.io",
"description": "Launch.IO is an Ultra Hip, Simple, and Fast, Time Traveling React State Management Library",
"version": "0.14.0",
"author": {
"name": "Jeremiah Billmann",
"email": "jbillmann@gmail.com",
"url": "https://www.jbillmann.com"
},
"homepage": "https://www.launchio.dev",
"repository": {
"type": "git",
"url": "https://github.com/launch-io/launch.io.git"
},
"license": "MIT",
"keywords": [
"react",
"reactjs",
"reducer",
"state",
"management",
"predictable",
"hip",
"functional",
"immutable",
"tiny",
"time",
"travel"
],
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
"scripts": {
"test": "jest --verbose ./test",
"clean": "rimraf dist",
"lint": "npx eslint '*/**/*.{js,ts,jsx,tsx}' --fix",
"watch": "tsc --watch -p tsconfig.esm.json",
"build:esm": "tsc -p tsconfig.esm.json",
"build:cjs": "tsc -p tsconfig.cjs.json",
"prebuild": "npm run test && npm run lint && npm run clean",
"build": "npm run build:esm && npm run build:cjs"
},
"peerDependencies": {
"react": ">=16.8.0"
},
"devDependencies": {
"@testing-library/react-hooks": "^5.0.0",
"@types/jest": "^26.0.20",
"@types/react": "^16.9.49",
"@typescript-eslint/eslint-plugin": "^4.17.0",
"@typescript-eslint/parser": "^4.17.0",
"eslint": "^7.21.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"jest": "^26.6.3",
"react": "^17.0.1",
"react-test-renderer": "^16.14.0",
"rimraf": "^3.0.2",
"ts-jest": "^26.4.4",
"ts-loader": "^8.0.3",
"typescript": "^4.0.2"
}
}