-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1 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
{
"name": "typerite",
"version": "1.0.0",
"main": "app.js",
"license": "MIT",
"scripts": {
"start": "node ./src/app.js",
"dev": "nodemon --watch src/ --watch public --ext js,html,css,ejs src/app.js"
},
"devDependencies": {
"eslint": "7.2.0",
"eslint-config-airbnb-base": "14.2.1",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-prettier": "^3.3.1",
"nodemon": "^2.0.7",
"prettier": "^2.2.1"
},
"dependencies": {
"bcrypt": "^5.0.1",
"cheerio": "^1.0.0",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.5",
"croppie": "^2.6.5",
"dotenv": "^8.2.0",
"ejs": "^3.1.6",
"express": "^4.17.1",
"express-session": "^1.17.1",
"express-validator": "^6.10.0",
"jquery": "^3.6.0",
"jsonwebtoken": "^8.5.1",
"moment": "^2.29.1",
"mongoose": "^5.12.3",
"morgan": "^1.10.0",
"multer": "^1.4.2",
"reading-time": "^1.3.0",
"validator": "^13.6.0",
"winston": "^3.3.3"
}
}