-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
54 lines (54 loc) · 1.53 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
{
"private": true,
"name": "root",
"version": "0.0.0",
"license": "UNLICENSED",
"prettier": "@tobysmith568/prettier-config",
"scripts": {
"build": "npx nx run-many --target build",
"test": "npx nx run-many --target test",
"e2e": "npx nx run-many --target e2e"
},
"dependencies": {
"@swc/helpers": "0.5.15",
"axios": "^1.0.0",
"graphql": "^16.6.0",
"graphql-request": "^6.1.0",
"js-base64": "^3.7.2",
"octokit": "^3.0.0",
"tslib": "^2.3.0"
},
"devDependencies": {
"@graphql-codegen/cli": "^5.0.0",
"@graphql-codegen/typescript": "^4.0.1",
"@graphql-codegen/typescript-graphql-request": "^5.0.0",
"@graphql-codegen/typescript-operations": "^4.0.1",
"@nx/eslint": "18.0.6",
"@nx/eslint-plugin": "18.0.6",
"@nx/jest": "18.0.6",
"@nx/js": "18.0.6",
"@nx/workspace": "18.0.6",
"@swc-node/register": "~1.9.0",
"@swc/cli": "0.6.0",
"@swc/core": "1.10.11",
"@swc/jest": "0.2.37",
"@tobysmith568/eslint-config": "^1.0.4",
"@tobysmith568/prettier-config": "^2.0.0",
"@types/jest": "29.5.14",
"@types/node": "^18.16.9",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"cspell": "^8.0.0",
"dotenv": "^16.0.1",
"eslint": "8.57.1",
"eslint-config-prettier": "9.1.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-environment-node": "^29.4.1",
"nx": "18.0.6",
"prettier": "^3.0.0",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"typescript": "5.7.3"
}
}