UNPKG

@loona/react

Version:

App State Management done with GraphQL (react integration)

84 lines 2 kB
{ "name": "@loona/react", "version": "1.0.0", "description": "App State Management done with GraphQL (react integration)", "author": "Kamil Kisiela <kamil.kisiela@gmail.com>", "license": "MIT", "sideEffects": false, "main": "build/loona.react.umd.js", "module": "build/index.js", "typings": "build/index.d.ts", "repository": { "type": "git", "url": "kamilkisiela/loona" }, "website": "https://loonajs.com", "keywords": [ "loona", "apollo", "react", "graphql", "local", "flux", "redux", "state", "state-management" ], "scripts": { "test": "exit 0", "test:coverage": "yarn test --coverage", "build": "tsc -p tsconfig.json && rollup -c rollup.config.js", "clean": "rimraf use/", "prebuild": "yarn clean", "release": "yarn build && npm publish", "release:canary": "yarn build && npm publish --tag canary" }, "peerDependencies": { "apollo-client": "^2.3.0", "graphql": "^0.13.2 || ^14.0.0", "react": "^16.4.0", "react-apollo": "^2.1.0" }, "dependencies": { "@loona/core": "1.0.0", "prop-types": "^15.6.0" }, "devDependencies": { "@types/graphql": "14.0.3", "@types/jest": "23.3.9", "@types/prop-types": "15.5.6", "@types/react": "16.4.18", "@types/react-dom": "16.0.9", "apollo-cache-inmemory": "1.3.9", "apollo-client": "2.4.5", "graphql": "14.0.2", "graphql-tag": "2.10.0", "jest": "23.6.0", "ng-packagr": "4.4.0", "react": "16.6.0", "react-apollo": "2.2.4", "react-dom": "16.6.0", "rimraf": "2.6.2", "rollup": "0.67.0", "rollup-plugin-uglify": "6.0.0", "ts-jest": "23.10.4", "typescript": "3.1.6" }, "jest": { "globals": { "ts-jest": { "tsConfig": "tsconfig.test.json" } }, "transform": { "^.+\\.ts$": "ts-jest" }, "testMatch": [ "**/__tests__/*.+(ts|tsx|js)" ], "moduleFileExtensions": [ "ts", "js" ] } }