-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
1 lines (1 loc) · 1.4 KB
/
package.json
1
{"name":"@nidhugg/web-components","version":"0.4.1","description":"Website for the Nidhugg web component library","homepage":"https://nidhu.gg/","scripts":{"build":"npx @11ty/eleventy","build-nocolor":"cross-env NODE_DISABLE_COLORS=1 npx @11ty/eleventy","start":"npx @11ty/eleventy --serve --quiet","debug":"cross-env DEBUG=Eleventy* npx @11ty/eleventy","debugstart":"cross-env DEBUG=Eleventy* npx @11ty/eleventy --serve --quiet","benchmark":"cross-env DEBUG=Eleventy:Benchmark* npx @11ty/eleventy","prettier:write":"yarn prettier --config ./.prettierrc --write ./**/*.{ts,css,js,html} --log-level warn","prettier:check":"yarn prettier --config ./.prettierrc --check public/script/nidhugg/**/*.{ts,css,js,html} --log-level warn","build-dist":"deno run --allow-read --allow-write --allow-env .\\build-dist.ts"},"repository":{"type":"git","url":"https://github.com/fredrikbergqvist/nidhu.gg.git"},"author":{"name":"Fredrik Bergqvist","email":"fredrik@bergqvist.it","url":"https://bergqvist.it/"},"engines":{"node":">=22"},"devDependencies":{"@11ty/eleventy":"3.0.0","@11ty/eleventy-img":"5.0.0","@11ty/eleventy-navigation":"0.3.5","@11ty/eleventy-plugin-rss":"2.0.2","@11ty/eleventy-plugin-syntaxhighlight":"5.0.0","cross-env":"7.0.3","daisyui":"4.12.23","luxon":"3.5.0","prettier":"3.4.2","typescript":"5.7.2","zod":"3.23.8","zod-validation-error":"3.3.1"},"dependencies":{},"copyFiles":[{"from":"public/script/nidhugg/**/*","to":"dist"}]}