-
-
Notifications
You must be signed in to change notification settings - Fork 521
/
Copy pathpackage.json
67 lines (67 loc) · 1.87 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "vue-apollo-monorepo",
"version": "4.2.2",
"private": true,
"packageManager": "[email protected]+sha512.47870716bea1572b53df34ad8647b42962bc790ce2bf4562ba0f643237d7302a3d6a8ecef9e4bdfc01d23af1969aa90485d4cebb0b9638fa5ef1daef656f6c1b",
"scripts": {
"build": "pnpm run -r --filter \"vue-apollo*\" --filter \"@vue/apollo*\" build",
"test": "pnpm run -r --sequential test",
"test:unit": "pnpm run -r test:unit",
"test:types": "pnpm run -r test:types",
"lint": "eslint . --cache",
"release": "pnpm run build && pnpm run test && sheep release -b v4",
"docs:dev": "pnpm run -r --filter \"private-vue-apollo-docs\" dev"
},
"devDependencies": {
"@akryum/sheep": "^0.5.1",
"@antfu/eslint-config": "^4.7.0",
"@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.25.0",
"esbuild-node-externals": "^1.18.0",
"eslint": "^9.21.0",
"typescript": "^5.8.2"
},
"pnpm": {
"overrides": {
"eslint-scope": "^5",
"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": "*"
}
},
"onlyBuiltDependencies": [
"@apollo/protobufjs",
"core-js",
"core-js-pure",
"cypress",
"esbuild",
"nodemon",
"vue-demi"
]
},
"resolutions": {
"js-yaml": "^3.13.1"
}
}