Port backend to Node.js
This commit is contained in:
17
package.json
Normal file
17
package.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "ceph-calculator-node",
|
||||
"version": "1.0.0",
|
||||
"description": "Node.js version of Ceph calculator",
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
"start": "node server.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"express": "^4.18.2",
|
||||
"cookie-parser": "^1.4.6",
|
||||
"csurf": "^1.11.0",
|
||||
"body-parser": "^1.20.2",
|
||||
"pdfkit": "^0.13.0",
|
||||
"ejs": "^3.1.9"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user