UNPKG

vuetify-admin-data-graphql

Version:

A GraphQL data provider for vuetify-admin

56 lines (55 loc) 1.38 kB
{ "name": "vuetify-admin-data-graphql", "version": "0.5.1", "description": "A GraphQL data provider for vuetify-admin", "main": "lib/index.js", "module": "esm/index.js", "sideEffects": false, "repository": { "type": "git", "url": "git+https://github.com/okami101/vuetify-admin" }, "bugs": { "url": "https://github.com/chengdh/va-data-graphql/issues" }, "homepage": "https://github.com/chengdh/va-data-graphql#readme", "authors": [ "rabbit chengh" ], "keywords": [ "vuejs", "vuetify-admin", "graphql" ], "license": "MIT", "scripts": { "build": "yarn run build-cjs && yarn run build-esm", "build-cjs": "rimraf ./lib && tsc", "build-esm": "rimraf ./esm && tsc --outDir esm --module es2015", "watch": "tsc --outDir esm --module es2015 --watch", "test": "jest" }, "dependencies": { "@apollo/client": "^3.3.19", "lodash": "~4.17.5", "pluralize": "~7.0.0" }, "peerDependencies": { "graphql": "^15.6.0", "ra-core": "^3.9.0" }, "devDependencies": { "@babel/preset-env": "^7.16.11", "@types/jest": "^27.4.1", "@types/node": "^17.0.21", "babel-jest": "^27.5.1", "cross-env": "^5.2.0", "graphql": "^15.6.0", "jest": "^27.5.1", "rimraf": "^2.6.3", "ts-jest": "^27.1.3", "ts-node": "^10.5.0", "typescript": "^4.5.5", "react": "" } }