-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 1.01 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "ProductionMonitoringMysql",
"version": "2.0.0",
"description": "Prototype of simple nodejs html website",
"author": "Alexis, Albert",
"main": "index.js",
"scripts": {
"dev": "cross-env NODE_ENV=development nodemon server.js --watch server",
"start": "cross-env NODE_ENV=production nodemon server/start.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AlbertLanne/SimpleHTMLnodejsExpress.git"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/AlbertLanne/SimpleHTMLnodejsExpress/issues"
},
"homepage": "https://github.com/AlbertLanne/SimpleHTMLnodejsExpress#readme",
"dependencies": {
"body-parser": "^1.19.0",
"browserify": "^16.5.0",
"chart.js": "^2.9.3",
"cors": "^2.8.5",
"express": "^4.17.1",
"fast-csv": "^4.0.2",
"morgan": "^1.9.1",
"mysql": "^2.17.1",
"nodemailer": "^6.4.2",
"papaparse": "^5.1.1"
},
"devDependencies": {
"cross-env": "^6.0.3",
"nodemon": "^2.0.2"
},
"keywords": []
}