-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 868 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
{
"name": "@espimarisa/espi.me",
"version": "0.0.0",
"type": "module",
"description": "my personal website, blog, and portfolio.",
"author": "Espi Marisa <[email protected]> (https://espi.me)",
"license": "zlib",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"build": "NODE_env=production bunx @11ty/eleventy",
"dev": "NODE_env=development bunx @11ty/eleventy --serve --watch",
"start": "NODE_ENV=production bunx @11ty/eleventy --serve --quiet"
},
"dependencies": {
"@11ty/eleventy": "^3.0.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"@sardine/eleventy-plugin-tinyhtml": "^0.2.0",
"clean-css": "^5.3.3",
"eleventy-plugin-automatic-noopener": "^2.0.2"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"bun-types": "^1.1.42"
},
"trustedDependencies": ["@biomejs/biome"]
}