2023-02-04 16:27:15 +00:00
|
|
|
{
|
|
|
|
"name": "whimsy",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
|
|
|
"main": "index.js",
|
2024-10-06 11:36:54 +00:00
|
|
|
"type": "module",
|
2023-02-04 16:27:15 +00:00
|
|
|
"scripts": {
|
2023-03-12 07:50:51 +00:00
|
|
|
"build": "npm run build:props && npm run build:css && npm run build:eleventy",
|
2023-02-16 14:33:53 +00:00
|
|
|
"build:props": "node scripts/custom-props.js",
|
2023-03-12 07:53:48 +00:00
|
|
|
"build:css": "npx postcss src/css/styles.css --base src --dir _site/assets",
|
|
|
|
"build:eleventy": "npx eleventy",
|
2023-02-04 16:27:15 +00:00
|
|
|
"serve": "run-p \"serve:*\"",
|
|
|
|
"serve:props": "node scripts/custom-props.js",
|
|
|
|
"serve:css": "postcss src/css/styles.css --base src --dir _site/assets -w",
|
2023-02-14 17:00:01 +00:00
|
|
|
"serve:eleventy": "eleventy --serve --incremental",
|
2024-05-24 12:47:01 +00:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
2024-10-20 15:03:44 +00:00
|
|
|
"post": "./node_modules/.bin/blog-post",
|
|
|
|
"ci": "npm run build"
|
2023-02-04 16:27:15 +00:00
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
2023-03-12 07:55:30 +00:00
|
|
|
"dependencies": {
|
2024-10-06 11:36:54 +00:00
|
|
|
"@11ty/eleventy": "^3.0.0",
|
2023-02-04 16:27:15 +00:00
|
|
|
"@11ty/eleventy-fetch": "^3.0.0",
|
2024-10-06 11:36:54 +00:00
|
|
|
"@11ty/eleventy-img": "^5.0.0",
|
|
|
|
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
|
2024-05-31 07:50:12 +00:00
|
|
|
"@lewisdale/blog-post-cli": "^1.0.2",
|
2023-02-04 16:27:15 +00:00
|
|
|
"@toycode/markdown-it-class": "^1.2.4",
|
|
|
|
"autoprefixer": "^10.4.13",
|
2023-08-25 21:29:11 +00:00
|
|
|
"cssnano": "^6.0.1",
|
2023-12-26 14:35:09 +00:00
|
|
|
"glob": "^10.3.10",
|
2023-02-16 14:10:05 +00:00
|
|
|
"lodash": "^4.17.21",
|
2024-10-06 11:36:54 +00:00
|
|
|
"markdown-it": "^14.1.0",
|
|
|
|
"markdown-it-abbr": "^2.0.0",
|
|
|
|
"markdown-it-anchor": "^9.2.0",
|
|
|
|
"markdown-it-eleventy-img": "^0.10.2",
|
|
|
|
"markdown-it-emoji": "^3.0.0",
|
|
|
|
"markdown-it-footnote": "^4.0.0",
|
2023-02-04 16:27:15 +00:00
|
|
|
"markdown-it-link-attributes": "^4.0.1",
|
2024-10-06 11:36:54 +00:00
|
|
|
"markdown-it-mark": "^4.0.0",
|
2024-06-20 11:26:17 +00:00
|
|
|
"markdown-it-obsidian-callouts": "^0.2.6",
|
2023-02-04 16:27:15 +00:00
|
|
|
"markdown-it-prism": "^2.3.0",
|
|
|
|
"npm-run-all": "^4.1.5",
|
|
|
|
"postcss": "^8.4.21",
|
|
|
|
"postcss-cli": "^10.1.0",
|
|
|
|
"postcss-import": "^15.1.0",
|
|
|
|
"postcss-import-ext-glob": "^2.1.1",
|
2023-02-06 10:22:59 +00:00
|
|
|
"postcss-nested": "^6.0.0",
|
2023-02-04 16:27:15 +00:00
|
|
|
"prettier": "^2.8.3",
|
2024-10-06 11:36:54 +00:00
|
|
|
"tailwindcss": "^3.4.13"
|
2023-12-30 15:38:09 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-10-06 11:36:54 +00:00
|
|
|
"@11ty/eleventy-plugin-rss": "^2.0.2",
|
|
|
|
"@11ty/eleventy-upgrade-help": "^3.0.1",
|
|
|
|
"eleventy-plugin-og-image": "^4.0.0"
|
2023-02-04 16:27:15 +00:00
|
|
|
}
|
|
|
|
}
|