-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 922 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": "petersharp.dev",
"version": "1.0.0",
"description": "",
"main": "index.js",
"engines": {
"node": ">=14.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"make": "run-s make:*",
"make:eleventy": "eleventy",
"start": "eleventy --serve"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-img": "^3.0.0",
"@11ty/eleventy-plugin-webc": "^0.11.1",
"@sindresorhus/slugify": "1.1.2",
"csv-stringify": "^6.3.0",
"dotenv": "^8.2.0",
"eleventy-plugin-svg-contents": "^0.7.0",
"gray-matter": "^4.0.3",
"js-yaml": "^4.1.0",
"npm-run-all": "^4.1.5",
"playwright-chromium": "^1.10.0",
"ramda": "^0.27.1",
"recursive-copy": "^2.0.14",
"slugify": "^1.6.5"
},
"dependencies": {
"date-fns": "^2.29.2",
"nanoid": "^4.0.0"
}
}