-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
38 lines (38 loc) · 1.06 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
{
"name": "gemmacopeland",
"version": "0.0.1",
"description": "This is a simple website for publishing a CV, research and writing. It will be used for [gemmacope.land](gemmacope.land).",
"main": "index.js",
"scripts": {
"build": "npx eleventy",
"watch": "npx eleventy --watch",
"debug": "DEBUG=* npx eleventy",
"serve": "npx @11ty/eleventy --serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GemCopeland/personal-website.git"
},
"keywords": [],
"author": {
"name": "Piper Haywood",
"email": "[email protected]",
"url": "https://piperhaywood.com/"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/GemCopeland/personal-website/issues"
},
"homepage": "https://github.com/GemCopeland/personal-website#readme",
"devDependencies": {
"@11ty/eleventy": "^1.0.2",
"@11ty/eleventy-plugin-rss": "^1.0.7"
},
"dependencies": {
"@11ty/eleventy-upgrade-help": "^1.0.1",
"are.na": "0.1.5",
"clean-css": "^4.2.1",
"luxon": "^3.1.0",
"uglify-es": "^3.3.9"
}
}