Files
graphiql-vite/package.json
2026-04-05 20:52:32 +03:30

23 lines
389 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": "^4.1.2",
"react": "^19.2.4",
"react-dom": "^19.2.4"
},
"devDependencies": {
"terser": "^5.46.1",
"vite": "^8.0.3"
}
}