mirror of
https://github.com/seejohnrun/haste-server.git
synced 2024-11-01 11:31:22 +00:00
remove store dependencies
This commit is contained in:
parent
350abbdf3b
commit
26ae41c34c
2 changed files with 19 additions and 702 deletions
|
@ -13,19 +13,12 @@
|
||||||
"url": "http://seejohncode.com/"
|
"url": "http://seejohncode.com/"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@google-cloud/datastore": "^6.6.2",
|
|
||||||
"aws-sdk": "^2.1142.0",
|
|
||||||
"busboy": "0.2.4",
|
"busboy": "0.2.4",
|
||||||
"connect": "^3.7.0",
|
"connect": "^3.7.0",
|
||||||
"connect-ratelimit": "^0.0.7",
|
"connect-ratelimit": "^0.0.7",
|
||||||
"connect-route": "0.1.5",
|
"connect-route": "0.1.5",
|
||||||
"dotenv": "^16.0.1",
|
"dotenv": "^16.0.1",
|
||||||
"express": "^4.18.1",
|
"express": "^4.18.1",
|
||||||
"memcached": "^2.2.2",
|
|
||||||
"mongodb": "^4.6.0",
|
|
||||||
"pg": "^8.7.3",
|
|
||||||
"redis": "^4.1.0",
|
|
||||||
"rethinkdbdash": "^2.3.31",
|
|
||||||
"st": "^3.0.0",
|
"st": "^3.0.0",
|
||||||
"uglify-js": "3.1.6",
|
"uglify-js": "3.1.6",
|
||||||
"winston": "^2.0.0"
|
"winston": "^2.0.0"
|
||||||
|
|
Loading…
Reference in a new issue