-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.16 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
{
"name": "apollo-link-debug",
"version": "0.0.5",
"private": true,
"homepage": "https://github.com/bashaus/apollo-link-debug",
"repository": {
"type": "git",
"url": "https://github.com/bashaus/apollo-link-debug.git"
},
"license": "MIT",
"workspaces": [
"packages/*"
],
"scripts": {
"build": "turbo run build",
"clean": "turbo run clean",
"lint": "turbo run lint",
"prepare": "husky install",
"test": "jest"
},
"dependencies": {
"cookie": "^0.5.0",
"cross-fetch": "^3.1.6"
},
"devDependencies": {
"@apollo/client": "^3.7.15",
"@commitlint/cli": "17.6.5",
"@commitlint/config-conventional": "17.6.5",
"@swc/core": "^1.3.63",
"@swc/jest": "^0.2.26",
"@types/jest": "^29.5.2",
"@types/node": "^20.3.1",
"eslint": "^8.42.0",
"graphql": "^16.6.0",
"husky": "^8.0.3",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"lint-staged": "^13.2.2",
"prettier": "2.8.8",
"pretty-quick": "^3.1.3",
"react": "^18.2.0",
"sort-package-json": "^2.4.1",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"turbo": "^1.10.3",
"typescript": "^5.1.3"
}
}