Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
node_modules
/
@apollo
/
react-common
/
Filename :
package.json
back
Copy
{ "name": "@apollo/react-common", "description": "React Apollo common utilities.", "version": "3.0.1", "author": "opensource@apollographql.com", "keywords": [ "apollo", "graphql", "react" ], "license": "MIT", "main": "./lib/react-common.cjs.js", "module": "./lib/react-common.esm.js", "typings": "./lib/index.d.ts", "repository": { "type": "git", "url": "apollographql/react-apollo" }, "sideEffects": false, "scripts": { "clean": "rm -Rf ./lib/* ./meta/bundlesize/* ./meta/coverage/* ./.rpt2_cache", "prepare": "npm run build", "prebuild": "npm run clean", "build": "npx tsc -p ./config", "postbuild": "npx rollup -c ./config/rollup.config.js", "watch": "npx tsc-watch --onSuccess \"npm run postbuild\" -p ./config", "predeploy": "npm run build", "deploy": "npm publish", "test": "npx jest --config ../../config/jest.config.js --testPathPattern packages/common", "test:watch": "npx jest --config ../../config/jest.config.js --testPathPattern packages/common --watch", "test:cjs": "npm run build && npx jest --config ../../config/jest.cjs.config.js --testPathPattern packages/common", "test:umd": "npm run build && npx jest --config ../../config/jest.umd.config.js --testPathPattern packages/common" }, "peerDependencies": { "@types/react": "^16.8.0", "apollo-client": "^2.6.4", "apollo-utilities": "^1.3.2", "graphql": "^14.3.1", "react": "^16.8.0" }, "dependencies": { "ts-invariant": "^0.4.4", "tslib": "^1.10.0" }, "files": [ "lib" ], "publishConfig": { "access": "public" }, "devDependencies": { "jest": "24.8.0", "rollup": "1.19.4", "tsc-watch": "2.4.0", "typescript": "3.5.3" }, "gitHead": "ec4208c20750a8eb605bda2f9f0ffb44fb4723b0" }