generated from ctc-uci/npo-backend-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.18 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
38
39
40
41
42
43
44
45
46
{
"name": "oc-habitats-backend",
"version": "1.0.0",
"private": false,
"main": "app.js",
"repository": "[email protected]:ctc-uci/oc-habitats-backend.git",
"author": "CTC <[email protected]>",
"license": "MIT",
"scripts": {
"start": "nodemon app.js",
"prepare": "husky install",
"lint": "eslint '**/*.js'",
"format": "prettier --write \"**/*.js\""
},
"lint-staged": {
"*.js": "yarn run eslint"
},
"dependencies": {
"@firebase/app-compat": "^0.2.5",
"@firebase/app-types": "^0.9.0",
"adm-zip": "^0.5.9",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"eslint": "^8.2.0",
"eslint-config-airbnb-base": "^15",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-prettier": "^4.0.0",
"excel-column-name": "^1.0.1",
"express": "^4.18.2",
"firebase-admin": "^10.0.2",
"husky": "^7.0.4",
"moment": "^2.29.4",
"mongoose": "^6.4.6",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.7.3",
"nodemon": "^2.0.20",
"prettier": "^2.4.1",
"uuid": "^8.3.2",
"xlsx-template": "^1.3.2"
},
"devDependencies": {
"eslint-config-prettier": "^8.3.0",
"lint-staged": "^11.2.6"
}
}