mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 15:11:10 +08:00
16 lines
337 B
JSON
16 lines
337 B
JSON
{
|
|
"name": "graphql-demo",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"keywords": [],
|
|
"author": "Muhammed Thanish <mnmtanish@gmail.com> (http://thanish.me/)",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cors": "^2.8.0",
|
|
"express": "^4.15.5",
|
|
"express-graphql": "^0.5.4",
|
|
"graphql": "^0.7.0"
|
|
}
|
|
}
|