-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.53 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.53 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
{
"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.21",
"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.8.1",
"@swc/core": "1.15.26",
"@swc/jest": "0.2.39",
"@tobysmith568/eslint-config": "^1.0.4",
"@tobysmith568/prettier-config": "^2.0.0",
"@types/jest": "30.0.0",
"@types/node": "^22.0.0",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"cspell": "^9.0.0",
"dotenv": "^16.0.1",
"eslint": "8.57.1",
"eslint-config-prettier": "9.1.2",
"jest": "30.3.0",
"jest-environment-jsdom": "30.3.0",
"jest-environment-node": "^30.0.0",
"nx": "18.0.6",
"prettier": "^3.0.0",
"ts-jest": "29.4.9",
"ts-node": "10.9.2",
"typescript": "5.9.3"
}
}