feat: initial commit
This commit is contained in:
commit
be4bda5696
254 changed files with 17416 additions and 0 deletions
57
package.json
Normal file
57
package.json
Normal file
|
@ -0,0 +1,57 @@
|
|||
{
|
||||
"name": "coryd.dev",
|
||||
"version": "1.0.0",
|
||||
"description": "The source for my personal site. Built using 11ty (and other tools).",
|
||||
"type": "module",
|
||||
"engines": {
|
||||
"node": "22.x"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "eleventy --serve",
|
||||
"start:quick": "eleventy --serve --incremental --ignore-initial",
|
||||
"build": "eleventy",
|
||||
"debug": "DEBUG=Eleventy* npx @11ty/eleventy --serve",
|
||||
"php": "export $(grep -v '^#' .env | xargs) && php -d error_reporting=E_ALL^E_DEPRECATED -S localhost:8000 -t dist",
|
||||
"update:deps": "composer update && npm upgrade && ncu",
|
||||
"setup": "sh ./scripts/setup.sh",
|
||||
"clean": "rimraf dist .cache",
|
||||
"clean:cache": "rimraf .cache",
|
||||
"clean:dist": "rimraf dist"
|
||||
},
|
||||
"keywords": [
|
||||
"11ty",
|
||||
"Eleventy",
|
||||
"Web components",
|
||||
"Blog",
|
||||
"Directus",
|
||||
"PHP",
|
||||
"API"
|
||||
],
|
||||
"author": "Cory Dransfeldt",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"minisearch": "^7.1.2",
|
||||
"youtube-video-element": "^1.5.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@11ty/eleventy": "v3.0.0",
|
||||
"@11ty/eleventy-fetch": "5.0.2",
|
||||
"@cdransf/eleventy-plugin-tabler-icons": "^2.11.0",
|
||||
"autoprefixer": "^10.4.21",
|
||||
"cssnano": "^7.0.6",
|
||||
"dotenv": "16.4.7",
|
||||
"ics": "^3.8.1",
|
||||
"jsdom": "26.0.0",
|
||||
"markdown-it": "^14.1.0",
|
||||
"markdown-it-anchor": "^9.2.0",
|
||||
"markdown-it-footnote": "^4.0.0",
|
||||
"markdown-it-link-attributes": "4.0.1",
|
||||
"markdown-it-prism": "^2.3.1",
|
||||
"postcss": "^8.5.3",
|
||||
"postcss-import": "^16.1.0",
|
||||
"postcss-import-ext-glob": "^2.1.1",
|
||||
"rimraf": "^6.0.1",
|
||||
"terser": "^5.39.0",
|
||||
"truncate-html": "^1.2.1"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue