jungpaeng/sagen

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "sagen",
  "version": "2.2.3",
  "description": "Management global state with out provider",
  "main": "index.js",
  "module": "index.esm.js",
  "types": "types",
  "sideEffects": false,
  "repository": "https://github.com/jungpaeng/sagen.git",
  "author": "jungpaeng <meis1541@naver.com> (https://github.com/jungpaeng)",
  "license": "MIT",
  "homepage": "https://github.com/jungpaeng/sagen",
  "bugs": "https://github.com/jungpaeng/sagen/issues",
  "scripts": {
    "eslint": "eslint --fix \"src/**/*.{js,ts,jsx,tsx}\"",
    "eslint-examples": "eslint --fix \"example/src/**/*.{js,ts,jsx,tsx}\"",
    "eslint:ci": "eslint \"{src,example/src}/**/*.{js,ts,jsx,tsx}\"",
    "test": "jest",
    "test:dev": "jest --watch --no-coverage",
    "test:coverage:watch": "jest --watch",
    "prebuild": "rimraf dist",
    "build": "rollup -c",
    "postbuild": "yarn copy && yarn edit-json",
    "copy": "copyfiles -f package.json readme.md LICENSE dist",
    "edit-json": "json -I -f dist/package.json -e \"this.private=false; this.devDependencies=undefined; this.optionalDependencies=undefined; this.scripts=undefined; this.prettier=undefined;\""
  },
  "devDependencies": {
    "@babel/core": "^7.12.9",
    "@babel/plugin-external-helpers": "^7.12.1",
    "@babel/plugin-transform-react-jsx": "^7.12.7",
    "@babel/plugin-transform-runtime": "^7.12.1",
    "@babel/plugin-transform-typescript": "^7.12.1",
    "@babel/preset-env": "^7.12.7",
    "@rollup/plugin-babel": "^5.2.2",
    "@rollup/plugin-node-resolve": "^11.0.0",
    "@testing-library/react": "^11.2.2",
    "@testing-library/react-hooks": "^3.6.0",
    "@types/jest": "^26.0.16",
    "@types/react": "^17.0.0",
    "@types/react-dom": "^17.0.0",
    "@typescript-eslint/eslint-plugin": "^4.9.0",
    "@typescript-eslint/parser": "^4.9.0",
    "copyfiles": "^2.4.1",
    "eslint": "^7.15.0",
    "eslint-config-prettier": "^7.0.0",
    "eslint-import-resolver-alias": "^1.1.2",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-jest": "^24.1.3",
    "eslint-plugin-prettier": "^3.2.0",
    "eslint-plugin-react": "^7.21.5",
    "eslint-plugin-react-hooks": "^4.2.0",
    "jest": "^26.6.3",
    "json": "^10.0.0",
    "prettier": "^2.2.1",
    "react": "^17.0.1",
    "react-dom": "^17.0.1",
    "react-test-renderer": "^17.0.1",
    "rollup": "^2.34.2",
    "rollup-plugin-size-snapshot": "^0.12.0",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-typescript2": "^0.29.0",
    "typescript": "^4.1.2"
  },
  "dependencies": {
    "sagen-core": "^0.4.5"
  },
  "peerDependencies": {
    "react": ">=16.8"
  },
  "keywords": [
    "frontend",
    "front-end",
    "react",
    "state",
    "manager",
    "management",
    "redux",
    "store",
    "state management",
    "flux"
  ]
}