-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 935 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 935 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
32
33
34
35
36
37
38
{
"name": "graphql-explorer",
"private": true,
"description": "GraphQL Explorer",
"author": "Caido Labs Inc.",
"type": "module",
"scripts": {
"serve": "vite",
"lint": "eslint src/ --max-warnings 0",
"build": "REACT_ENV=production vite build"
},
"engines": {
"node": ">=18",
"pnpm": ">=8"
},
"dependencies": {
"@caido/schema-proxy": "0.55.3",
"graphql": "16.9.0",
"graphql-voyager": "2.1.0",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@eslint/js": "9.9.0",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react": "4.3.1",
"eslint": "9.12.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.37.1",
"sass": "1.79.4",
"typescript": "5.6.2",
"typescript-eslint": "8.8.1",
"vite": "5.4.8"
}
}