Started porting to heroku
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
node_modules/
|
||||||
1153
package-lock.json
generated
1153
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
27
package.json
Normal file
27
package.json
Normal file
@@ -0,0 +1,27 @@
|
|||||||
|
{
|
||||||
|
"name": "marketalarm",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"description": "Market Alarm",
|
||||||
|
"main": "./backend/index.js",
|
||||||
|
"scripts": {
|
||||||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
|
},
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git@gitlab.com:saburly/marketalarm/web.git"
|
||||||
|
},
|
||||||
|
"author": "Saburlije",
|
||||||
|
"license": "ISC",
|
||||||
|
"engines": {
|
||||||
|
"node": "11.10.x"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"2checkout-node": "0.0.1",
|
||||||
|
"@sendgrid/mail": "^6.3.1",
|
||||||
|
"cheerio": "^1.0.0-rc.2",
|
||||||
|
"express": "^4.16.4",
|
||||||
|
"mysql2": "^1.6.4",
|
||||||
|
"node-fetch": "^2.3.0",
|
||||||
|
"sequelize": "^4.42.0"
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user