lowdefy/packages/express/package.json

50 lines
1.2 KiB
JSON
Raw Normal View History

2020-10-05 19:58:07 +08:00
{
"name": "@lowdefy/poc-express",
"version": "0.0.1",
2020-10-05 23:32:31 +08:00
"license": "Apache-2.0",
2020-10-05 23:31:56 +08:00
"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"
},
2020-10-05 19:58:07 +08:00
"scripts": {
"build": "webpack --mode production",
"clean": "rm -rf shell/dist",
"prepublishOnly": "yarn build",
"start": "nodemon server.js"
},
"dependencies": {
2020-10-05 20:42:11 +08:00
"@lowdefy/graphql": "0.0.0-experimental.0",
2020-10-05 19:58:07 +08:00
"apollo-server-express": "2.18.1",
"express": "4.17.1",
"graphql": "15.3.0",
"nodemon": "2.0.4",
2020-10-07 17:57:08 +08:00
"react": "17.0.0-rc.2",
"react-dom": "17.0.0-rc.2"
2020-10-05 19:58:07 +08:00
},
"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",
2020-10-07 18:32:20 +08:00
"webpack": "5.0.0-rc.4",
2020-10-05 19:58:07 +08:00
"webpack-cli": "3.3.12",
"webpack-dev-server": "3.11.0"
}
2020-10-05 23:52:18 +08:00
}