mirror of
https://github.com/vuejs/apollo.git
synced 2025-12-08 18:02:09 +00:00
57 lines
1.5 KiB
JSON
57 lines
1.5 KiB
JSON
{
|
|
"name": "vue-apollo-monorepo",
|
|
"version": "4.0.0-alpha.18",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "pnpm run -r --filter \"vue-apollo*\" --filter \"@vue/apollo*\" build",
|
|
"test": "pnpm run -r test",
|
|
"lint": "eslint . --ext js,vue,ts",
|
|
"release": "pnpm run build && pnpm run test && sheep release -b v4"
|
|
},
|
|
"devDependencies": {
|
|
"@akryum/sheep": "^0.3.3",
|
|
"@typescript-eslint/eslint-plugin": "^4.33.0",
|
|
"@typescript-eslint/parser": "^4.33.0",
|
|
"@vue/eslint-config-standard": "^6.1.0",
|
|
"@vue/eslint-config-typescript": "^7.0.0",
|
|
"conventional-changelog-cli": "^2.2.2",
|
|
"core-js": "^3.23.2",
|
|
"esbuild": "^0.8.57",
|
|
"esbuild-node-externals": "^1.4.1",
|
|
"eslint": "^7.32.0",
|
|
"eslint-plugin-import": "^2.26.0",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-promise": "^4.3.1",
|
|
"eslint-plugin-standard": "^5.0.0",
|
|
"eslint-plugin-vue": "^7.20.0",
|
|
"typescript": "^4.7.4"
|
|
},
|
|
"pnpm": {
|
|
"overrides": {
|
|
"eslint-scope": "^5",
|
|
"graphql": "^15",
|
|
"serialize-javascript": "^6.0.0",
|
|
"subscriptions-transport-ws": "^0.9"
|
|
},
|
|
"peerDependencyRules": {
|
|
"ignoreMissing": [
|
|
"webpack",
|
|
"@types/react",
|
|
"react",
|
|
"react-dom",
|
|
"eslint",
|
|
"typescript",
|
|
"vue-template-compiler",
|
|
"graphql",
|
|
"vue-class-component",
|
|
"@algolia/client-search"
|
|
],
|
|
"allowedVersions": {
|
|
"eslint": "*",
|
|
"esbuild": "*",
|
|
"vue": "*"
|
|
}
|
|
}
|
|
}
|
|
}
|