-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 859 Bytes
/
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
{
"name": "alonsozamorano.me",
"version": "1.0.0",
"description": "Personal website",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon serve.js",
"start": "node serve.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/amzamora/alonsozamorano.me.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/amzamora/alonsozamorano.me/issues"
},
"homepage": "https://github.com/amzamora/alonsozamorano.me#readme",
"dependencies": {
"ejs": "^3.1.6",
"express": "^4.17.3",
"fs-extra": "^10.0.0",
"gray-matter": "^4.0.3",
"highlight.js": "^11.4.0",
"luxon": "^2.3.0",
"markdown-it": "^12.3.2",
"mongoose": "^6.2.3"
},
"devDependencies": {
"nodemon": "^3.1.7"
}
}