-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 967 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
{
"name": "praveenpuglia.com",
"version": "1.0.0",
"description": "source for praveenpuglia.com",
"main": "index.js",
"scripts": {
"serve": "rm -rf _site && eleventy --serve",
"build": "eleventy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/praveenpuglia/praveenpuglia.github.io.git"
},
"keywords": [
"blog",
"website"
],
"author": "Praveen Puglia",
"license": "MIT",
"bugs": {
"url": "https://github.com/praveenpuglia/praveenpuglia.github.io/issues"
},
"homepage": "https://github.com/praveenpuglia/praveenpuglia.github.io#readme",
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"@mightyplow/eleventy-plugin-cache-buster": "^1.1.3",
"autoprefixer": "^10.4.19",
"eleventy-postcss-extension": "^1.0.0"
},
"dependencies": {
"luxon": "^3.4.4"
},
"volta": {
"node": "22.2.0",
"npm": "10.8.0"
}
}