-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 870 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 870 Bytes
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
{
"name": "root",
"private": true,
"scripts": {},
"devDependencies": {
"@cloudflare/workers-types": "^4.20250607.0",
"@types/jest": "^29.5.14",
"@typescript-eslint/eslint-plugin": "^4.17.0",
"@typescript-eslint/parser": "^4.17.0",
"@vitest/coverage-v8": "^3.2.2",
"cypress-localstorage-commands": "^1.6.1",
"cypress-log-to-output": "^1.1.2",
"eslint": "^7.21.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"lerna": "^6.6.2"
},
"graphql-inspector": {
"branch": "master",
"schema": "packages/api/generated-schema.gql"
},
"license": "BSD-3-Clause",
"dependencies": {
"form-data": "^4.0.0",
"node-fetch": "^2.6.7",
"typescript": "^5.8.3"
}
}