Files
old-web/package.json

37 lines
856 B
JSON
Raw Permalink Normal View History

2019-03-12 05:12:02 +01:00
{
"name": "marketalarm",
2019-03-14 05:45:58 +01:00
"version": "1.0.1",
2019-03-12 05:12:02 +01:00
"description": "Market Alarm",
"main": "index.js",
2019-03-12 05:12:02 +01:00
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
2019-04-09 06:11:41 +02:00
"start": "node ./index.js"
2019-03-12 05:12:02 +01:00
},
"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",
2019-03-18 05:11:47 +01:00
"aws-sdk": "^2.422.0",
"cheerio": "^1.0.0-rc.2",
2019-04-13 10:38:25 +02:00
"compression": "^1.7.4",
2019-04-30 09:06:46 +02:00
"dotenv": "^7.0.0",
2019-03-23 05:08:21 +01:00
"ejs": "^2.6.1",
"express": "^4.16.4",
"express-ejs-layouts": "^2.5.0",
"express-layout": "^0.1.0",
"node-fetch": "^2.3.0",
2019-04-30 09:06:46 +02:00
"pg": "^7.10.0",
2019-03-22 06:22:50 +01:00
"react-step-wizard": "^5.1.0",
2019-04-30 09:06:46 +02:00
"sequelize": "^4.43.2",
2019-04-16 06:27:11 +02:00
"sequelize-cli": "^5.4.0"
2019-03-12 05:12:02 +01:00
}
}