25 lines
522 B
JSON
25 lines
522 B
JSON
|
{
|
||
|
"name": "express-webapp",
|
||
|
"version": "0.0.0",
|
||
|
"private": true,
|
||
|
"scripts": {
|
||
|
"start": "node ./bin/www"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"alert": "^5.0.10",
|
||
|
"billboard.js": "^3.3.3",
|
||
|
"chart.js": "^3.7.1",
|
||
|
"cookie-parser": "~1.4.4",
|
||
|
"debug": "~2.6.9",
|
||
|
"express": "~4.16.1",
|
||
|
"http-errors": "~1.6.3",
|
||
|
"jade": "~1.11.0",
|
||
|
"mariadb": "^2.5.5",
|
||
|
"morgan": "~1.9.1",
|
||
|
"mysql": "^2.18.1",
|
||
|
"node-localstorage": "^2.2.1",
|
||
|
"sequelize": "^6.15.0",
|
||
|
"xg-xcharts": "^0.2.2"
|
||
|
}
|
||
|
}
|