forked from GemCopeland/personal-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.01 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
{
"name": "ashercaplan",
"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"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GemCopeland/personal-website.git"
},
"keywords": [],
"author": {
"name": "Piper Haywood",
"email": "mail@piperhaywood.com",
"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": "^0.9.0",
"@11ty/eleventy-plugin-rss": "^1.0.7",
"are.na": "^0.1.1",
"luxon": "^1.17.2"
},
"dependencies": {
"clean-css": "^4.2.1",
"eleventy-plugin-pdfembed": "^1.0.2",
"uglify-es": "^3.3.9"
}
}