mirror of
https://github.com/seigler/graphql-playground
synced 2025-07-26 17:16:10 +00:00
31 lines
755 B
JSON
31 lines
755 B
JSON
{
|
|
"name": "graphql-playground-client",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"dev": "parcel src/index.html"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/seigler/graphql-playground.git"
|
|
},
|
|
"author": "Joshua Seigler",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"graphql": "^14.6.0",
|
|
"urql": "^1.8.2"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.8.4",
|
|
"@babel/plugin-transform-react-jsx": "^7.8.3",
|
|
"autoprefixer": "^9.7.4",
|
|
"parcel-bundler": "^1.12.4",
|
|
"postcss": "^7.0.26",
|
|
"react": "^16.12.0",
|
|
"react-dom": "^16.12.0",
|
|
"rimraf": "^3.0.1",
|
|
"tailwindcss": "^1.1.4"
|
|
}
|
|
}
|