Dependencies, not dev dependencies.
This commit is contained in:
parent
90c67e34cc
commit
88a5b851e1
@ -4,7 +4,7 @@
|
||||
"description": "DxOS Console Server",
|
||||
"main": "dist/es/index.js",
|
||||
"bin": {
|
||||
"console": "bin/console.js"
|
||||
"dxos-console": "bin/console.js"
|
||||
},
|
||||
"files": [
|
||||
"bin/",
|
||||
@ -35,6 +35,8 @@
|
||||
"@wirelineio/wns-schema": "^0.1.1",
|
||||
"apollo-boost": "^0.4.9",
|
||||
"apollo-server-express": "^2.13.1",
|
||||
"body-parser": "^1.19.0",
|
||||
"compression": "^1.7.4",
|
||||
"debug": "^4.1.1",
|
||||
"express": "^4.17.1",
|
||||
"express-graphql": "^0.9.0",
|
||||
@ -66,8 +68,6 @@
|
||||
"babel-plugin-import-graphql": "^2.7.0",
|
||||
"babel-plugin-inline-import": "^3.0.0",
|
||||
"babel-plugin-inline-json-import": "^0.3.2",
|
||||
"body-parser": "^1.19.0",
|
||||
"compression": "^1.7.4",
|
||||
"dotenv-webpack": "^1.8.0",
|
||||
"eslint": "^6.7.2",
|
||||
"eslint-config-semistandard": "^15.0.0",
|
||||
|
Loading…
Reference in New Issue
Block a user