UNPKG

811 BJSONView Raw
1{
2 "name": "apollo-lazy-query",
3 "version": "1.0.0",
4 "description": "lazy query.",
5 "main": "build/index.js",
6 "typings": "build/index.d.ts",
7 "license": "MIT",
8 "author": "jinkerjiang@gmail.com",
9 "repository": "git@github.com:yunkeCN/apollo-lazy-query.git",
10 "scripts": {
11 "build": "npm run clean && npm run compile",
12 "clean": "gts clean",
13 "compile": "tsc -p .",
14 "prepublish": "npm run build",
15 "test": "ts-node src/test.ts"
16 },
17 "devDependencies": {
18 "@types/graphql": "^14.2.0",
19 "@types/prop-types": "^15.5.9",
20 "@types/react": "^16.8.3",
21 "gts": "^0.8.0",
22 "ts-node": "^7.0.1",
23 "typescript": "^3.1.5"
24 },
25 "dependencies": {
26 "apollo-client": "^2.5.1",
27 "hoist-non-react-statics": "^2.5.0",
28 "react": "^16.8.2",
29 "react-apollo": "^2.5.4"
30 }
31}
\No newline at end of file