|
| 1 | +{ |
| 2 | + "name": "reactotron-apollo-client", |
| 3 | + "version": "0.0.1", |
| 4 | + "description": "A Reactotron plugin for @apollo/client.", |
| 5 | + "author": "Infinite Red", |
| 6 | + "license": "MIT", |
| 7 | + "bugs": { |
| 8 | + "url": "https://github.com/infinitered/reactotron/issues" |
| 9 | + }, |
| 10 | + "homepage": "https://github.com/infinitered/reactotron/tree/beta/lib/reactotron-apollo-client", |
| 11 | + "repository": "https://github.com/infinitered/reactotron/tree/beta/lib/reactotron-apollo-client", |
| 12 | + "files": [ |
| 13 | + "dist", |
| 14 | + "LICENSE" |
| 15 | + ], |
| 16 | + "main": "dist/reactotron-apollo-client.umd.js", |
| 17 | + "module": "dist/reactotron-apollo-client.es5.js", |
| 18 | + "typings": "dist/types/reactotron-apollo-client.d.ts", |
| 19 | + "scripts": { |
| 20 | + "test": "jest --passWithNoTests", |
| 21 | + "test:watch": "jest --watch --notify", |
| 22 | + "format": "prettier '*.{js,ts,tsx,json,md,css,yml}|**/*.{js,ts,tsx,json,md,css,yml}'", |
| 23 | + "format:check": "yarn format --check", |
| 24 | + "format:write": "yarn format --write", |
| 25 | + "prebuild": "yarn clean", |
| 26 | + "build": "yarn tsc && yarn compile", |
| 27 | + "prebuild:dev": "yarn clean", |
| 28 | + "build:dev": "yarn tsc && yarn compile:dev", |
| 29 | + "clean": "trash dist", |
| 30 | + "lint": "eslint 'src/**/**.{ts,tsx}'", |
| 31 | + "compile": "NODE_ENV=production rollup -c rollup.config.ts", |
| 32 | + "compile:dev": "NODE_ENV=development rollup -c rollup.config.ts", |
| 33 | + "tsc": "tsc", |
| 34 | + "typecheck": "tsc", |
| 35 | + "ci:test": "yarn test --runInBand" |
| 36 | + }, |
| 37 | + "peerDependencies": { |
| 38 | + "@apollo/client": "*", |
| 39 | + "reactotron-core-client": "*" |
| 40 | + }, |
| 41 | + "dependencies": { |
| 42 | + "ramda": "^0.25.0" |
| 43 | + }, |
| 44 | + "devDependencies": { |
| 45 | + "@apollo/client": "^3.8.3", |
| 46 | + "@babel/core": "^7.21.0", |
| 47 | + "@babel/preset-env": "^7.20.2", |
| 48 | + "@babel/preset-typescript": "^7.21.0", |
| 49 | + "@types/jest": "^29.4.0", |
| 50 | + "@types/node": "^11.9.5", |
| 51 | + "@types/ramda": "^0.25.50", |
| 52 | + "@typescript-eslint/eslint-plugin": "^5.54.0", |
| 53 | + "@typescript-eslint/parser": "^5.54.0", |
| 54 | + "babel-eslint": "^10.1.0", |
| 55 | + "babel-jest": "^29.4.3", |
| 56 | + "eslint": "^8.35.0", |
| 57 | + "eslint-config-prettier": "^8.6.0", |
| 58 | + "eslint-config-standard": "^17.0.0", |
| 59 | + "eslint-plugin-import": "^2.27.5", |
| 60 | + "eslint-plugin-node": "^11.1.0", |
| 61 | + "eslint-plugin-promise": "^6.1.1", |
| 62 | + "eslint-plugin-react": "^7.32.2", |
| 63 | + "eslint-plugin-react-hooks": "^4.6.0", |
| 64 | + "eslint-plugin-standard": "^5.0.0", |
| 65 | + "graphql": "^16.8.0", |
| 66 | + "jest": "^29.4.3", |
| 67 | + "prettier": "^2.8.4", |
| 68 | + "reactotron-core-client": "workspace:*", |
| 69 | + "rollup": "^1.1.2", |
| 70 | + "rollup-plugin-babel": "^4.3.2", |
| 71 | + "rollup-plugin-babel-minify": "^7.0.0", |
| 72 | + "rollup-plugin-filesize": "^6.0.1", |
| 73 | + "rollup-plugin-node-resolve": "^4.0.0", |
| 74 | + "rollup-plugin-resolve": "^0.0.1-predev.1", |
| 75 | + "testdouble": "^3.16.8", |
| 76 | + "trash-cli": "^5.0.0", |
| 77 | + "ts-jest": "^29.0.5", |
| 78 | + "typescript": "4.9.5" |
| 79 | + }, |
| 80 | + "eslintConfig": { |
| 81 | + "root": false |
| 82 | + } |
| 83 | +} |
0 commit comments