lowdefy/packages/express/package.json
2020-10-07 12:32:20 +02:00

50 lines
1.2 KiB
JSON

{
"name": "@lowdefy/poc-express",
"version": "0.0.1",
"license": "Apache-2.0",
"description": "",
"homepage": "https://lowdefy.com",
"bugs": {
"url": "https://github.com/lowdefy/lowdefy/issues"
},
"contributors": [
{
"name": "Sam Tolmay",
"url": "https://github.com/SamTolmay"
},
{
"name": "Gerrie van Wyk",
"url": "https://github.com/Gervwyk"
}
],
"repository": {
"type": "git",
"url": "https://github.com/lowdefy/lowdefy.git"
},
"scripts": {
"build": "webpack --mode production",
"clean": "rm -rf shell/dist",
"prepublishOnly": "yarn build",
"start": "nodemon server.js"
},
"dependencies": {
"@lowdefy/graphql": "0.0.0-experimental.0",
"apollo-server-express": "2.18.1",
"express": "4.17.1",
"graphql": "15.3.0",
"nodemon": "2.0.4",
"react": "17.0.0-rc.2",
"react-dom": "17.0.0-rc.2"
},
"devDependencies": {
"@babel/core": "7.11.6",
"@babel/preset-react": "7.10.4",
"babel-loader": "8.1.0",
"bundle-loader": "0.5.6",
"html-webpack-plugin": "4.5.0",
"webpack": "5.0.0-rc.4",
"webpack-cli": "3.3.12",
"webpack-dev-server": "3.11.0"
}
}