-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 797 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 797 Bytes
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
{
"name": "andrewharvard.com",
"version": "1.0.0",
"description": "This repo is for the personal website of Andrew Harvard.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/aharvard/andrewharvard.com.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/aharvard/andrewharvard.com/issues"
},
"homepage": "https://github.com/aharvard/andrewharvard.com#readme",
"scripts": {
"start": "npx @11ty/eleventy --serve",
"build": "npx @11ty/eleventy",
"lint": "eslint ."
},
"devDependencies": {
"@11ty/eleventy": "2.0.1",
"clean-css": "^4.2.3",
"eslint": "^7.1.0",
"eslint-config-prettier": "^6.11.0",
"luxon": "^3.4.4",
"prettier": "^2.0.5",
"terser": "^4.7.0"
}
}