mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
36 lines
1017 B
JSON
36 lines
1017 B
JSON
{
|
|
"name": "hc-prototype-api-",
|
|
"version": "0.0.1",
|
|
"description": "Graph API Protype for Human Connection",
|
|
"main": "src/index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "./node_modules/.bin/nodemon --exec babel-node src/index.js",
|
|
"seedDb": "./node_modules/.bin/babel-node src/seed/seed-db.js"
|
|
},
|
|
"author": "Grzegorz Leoniec",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"apollo-boost": "^0.1.10",
|
|
"apollo-cache-inmemory": "^1.2.5",
|
|
"apollo-client": "^2.3.2",
|
|
"apollo-link-http": "^1.5.4",
|
|
"apollo-server": "^2.0.4",
|
|
"dotenv": "^6.0.0",
|
|
"graphql-custom-directives": "^0.2.13",
|
|
"graphql-middleware": "^1.7.6",
|
|
"graphql-tag": "^2.9.2",
|
|
"neo4j-driver": "^1.6.1",
|
|
"neo4j-graphql-js": "^1.0.2",
|
|
"node-fetch": "^2.1.2",
|
|
"slug": "^0.9.1",
|
|
"trunc-html": "^1.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"faker": "^4.1.0",
|
|
"babel-cli": "^6.26.0",
|
|
"babel-preset-env": "^1.7.0",
|
|
"nodemon": "^1.17.5"
|
|
}
|
|
}
|