-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.16 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
{
"name": "tylerjones.info",
"version": "1.0.0",
"description": "personal site with markdown blog",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PoorBillyPilgrim/tylerjones.info.git"
},
"author": "Tyler Jones",
"license": "ISC",
"bugs": {
"url": "https://github.com/PoorBillyPilgrim/tylerjones.info/issues"
},
"homepage": "https://github.com/PoorBillyPilgrim/tylerjones.info#readme",
"dependencies": {
"body-parser": "^1.19.0",
"connect-mongo": "^3.2.0",
"cors": "^2.8.5",
"dompurify": "^2.0.12",
"dotenv": "^8.2.0",
"ejs": "^3.1.5",
"express": "^4.17.1",
"express-session": "^1.17.1",
"express-validator": "^6.6.1",
"helmet": "^4.1.0",
"jquery": "^3.5.1",
"jsdom": "^16.4.0",
"marked": "^1.1.1",
"method-override": "^3.0.0",
"mongoose": "^5.10.0",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"serve-favicon": "^2.5.0",
"slugify": "^1.4.5"
},
"devDependencies": {
"eslint": "^7.7.0",
"nodemon": "^2.0.4"
}
}