-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.22 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.22 KB
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
47
48
49
{
"name": "myapp",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "nodemon ./bin/www",
"prettier": "npx prettier --write .",
"lint": "eslint **/*.js --fix"
},
"dependencies": {
"algoliasearch": "^4.14.2",
"bcryptjs": "^2.4.3",
"bootstrap": "^5.2.0-beta1",
"connect": "^3.7.0",
"connect-mongo": "^4.6.0",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"debug": "~2.6.9",
"dotenv": "^16.0.2",
"ejs": "^3.1.8",
"express": "^4.18.1",
"express-session": "^1.17.3",
"express-validator": "^6.14.2",
"fs": "^0.0.1-security",
"http-errors": "~1.6.3",
"instantsearch.js": "^4.46.1",
"mongodb": "^4.6.0",
"mongoose": "^6.4.1",
"mongoose-algolia": "^1.10.1",
"morgan": "^1.10.0",
"nodemon": "^2.0.20",
"package-json": "^8.1.0",
"passport": "^0.6.0",
"passport-local": "^1.0.0",
"path": "^0.12.7",
"sass": "^1.54.0",
"scss": "^0.2.4",
"url": "^0.11.0",
"validator": "^13.7.0"
},
"devDependencies": {
"eslint": "^8.25.0",
"eslint-config-node": "^4.1.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "2.7.1"
}
}