-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 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
{
"name": "kirsty-codes",
"version": "1.0.0",
"description": "A personal blog, updated sporadically",
"main": ".eleventy.js",
"scripts": {
"start": "netlify dev",
"build": "NODE_ENV=production npx @11ty/eleventy",
"build:local": "NODE_ENV=production netlify build",
"dev": "npx @11ty/eleventy --serve",
"format": "prettier --write '**/*.{js,css,html,md}'"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@11ty/eleventy-plugin-webc": "^0.11.2",
"date-fns": "^3.3.1",
"dotenv": "^16.4.5",
"luxon": "^3.4.4",
"path": "^0.12.7",
"sanitize-html": "^2.12.1"
},
"devDependencies": {
"@11ty/eleventy": "^2.0.0",
"@11ty/eleventy-img": "^3.1.8",
"@11ty/eleventy-plugin-rss": "^1.2.0",
"lodash": "^4.17.21",
"netlify-plugin-cache-folder": "^0.0.8",
"node-fetch": "^3.3.2",
"npm-run-all": "^4.1.5",
"prettier": "3.2.1"
},
"volta": {
"node": "16.18.1"
}
}