-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 920 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
36
37
38
39
40
41
42
{
"name": "traeblaindotcom",
"version": "3.0.0",
"description": "Source code for Trae Blain's Website'",
"main": "index.js",
"scripts": {
"run": "hugo -D --minify",
"dev": "hugo server -D -F -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/traeblain/.com.git"
},
"keywords": [
"netlify",
"functions",
"blog",
"personal",
"website"
],
"author": "Trae Blain",
"license": "MIT",
"bugs": {
"url": "https://github.com/traeblain/.com/issues"
},
"homepage": "https://traeblain.com/",
"dependencies": {
"axios": "^1.7.9",
"dotenv": "^16.4.7",
"express": "^4.21.1",
"moment": "^2.30.1",
"rss-parser": "^3.13.0",
"serverless-http": "^3.2.0",
"temml": "^0.10.32"
},
"devDependencies": {
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.16.0",
"eslint": "^9.16.0",
"globals": "^15.13.0"
}
}