-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1005 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
{
"name": "goodguyry.me",
"version": "25.3.0",
"description": "A website",
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"autoprefixer": "^10.4.19",
"copy-dir": "^1.3.0",
"cssnano": "^6.1.2",
"eleventy-plugin-svg-contents": "^0.7.0",
"postcss": "^8.4.38",
"postcss-tidy-columns": "^1.0.0-beta-3",
"sass": "^1.75.0"
},
"repository": {
"type": "git",
"url": "http://github.com/goodguyry/goodguyry.me"
},
"scripts": {
"start": "ELEVENTY_ENV=local npx @11ty/eleventy --serve",
"debug": "DEBUG=Eleventy* ELEVENTY_ENV=local npx @11ty/eleventy",
"build:local": "ELEVENTY_ENV=local npx @11ty/eleventy",
"build:dev": "ELEVENTY_ENV=dev npx @11ty/eleventy",
"build:me": "ELEVENTY_ENV=dotMe npx @11ty/eleventy"
},
"author": "Ryan Domingue",
"license": "GPL-3.0",
"homepage": "https://github.com/goodguyry/goodguyry.me",
"engines": {
"node": "20",
"npm": "10"
}
}