-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.66 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.66 KB
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
{
"name": "effector-apollo",
"version": "0.8.0",
"private": true,
"description": "Effector bindings for Apollo Client",
"keywords": [
"effector",
"apollo",
"react",
"graphql"
],
"homepage": "https://github.com/kireevmp/effector-apollo#readme",
"bugs": {
"url": "https://github.com/kireevmp/effector-apollo/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/kireevmp/effector-apollo.git"
},
"license": "ISC",
"author": {
"name": "Kireev Mikhail"
},
"type": "module",
"exports": "./src/index.ts",
"scripts": {
"build": "smartbundle",
"prepack": "pnpm build",
"prepare": "husky",
"test": "vitest",
"test:types": "vitest run --typecheck.only"
},
"dependencies": {
"graphql": "^16.10.0"
},
"devDependencies": {
"@apollo/client": "^3.13.5",
"@changesets/cli": "^2.28.1",
"@eslint/js": "^9.23.0",
"@types/eslint": "^9.6.1",
"@typescript-eslint/parser": "^8.28.0",
"@vitest/coverage-istanbul": "^3.0.9",
"effector": "^23.3.0",
"eslint": "^9.23.0",
"eslint-import-resolver-typescript": "^4.2.3",
"eslint-plugin-import-x": "^4.9.2",
"eslint-plugin-prettier": "^5.2.5",
"husky": "^9.1.7",
"patronum": "^2.3.0",
"prettier": "^3.5.3",
"react": "^19.0.0",
"smartbundle": "^0.14.1",
"typescript": "^5.8.2",
"typescript-eslint": "^8.28.0",
"vitest": "^3.0.9"
},
"peerDependencies": {
"@apollo/client": "^3.13.5",
"effector": "^23.0.0"
},
"packageManager": "pnpm@10.6.5+sha512.cdf928fca20832cd59ec53826492b7dc25dc524d4370b6b4adbf65803d32efaa6c1c88147c0ae4e8d579a6c9eec715757b50d4fa35eea179d868eada4ed043af"
}