26 lines
480 B
JSON
26 lines
480 B
JSON
{
|
|
"name": "graphi-vite",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "vite build"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@graphiql/toolkit": "^0.11.3",
|
|
"graphiql": "^4.1.2",
|
|
"graphql": "^16.13.2",
|
|
"graphql-ws": "^6.0.8",
|
|
"react": "^19.2.4",
|
|
"react-dom": "^19.2.4"
|
|
},
|
|
"devDependencies": {
|
|
"terser": "^5.46.1",
|
|
"vite": "^8.0.3"
|
|
}
|
|
}
|