38 lines
1.2 KiB
JSON
38 lines
1.2 KiB
JSON
{
|
|
"name": "gaiety-life",
|
|
"version": "2.0.0",
|
|
"description": "Gaiety's Blog",
|
|
"scripts": {
|
|
"build": "eleventy",
|
|
"postbuild": "tailwindcss -i ./styles/main.css -o ./_site/main.css",
|
|
"serve:styles": "tailwindcss -i ./styles/main.css -o ./_site/main.css --watch",
|
|
"serve:site": "eleventy --serve",
|
|
"serve": "concurrently \"npm run serve:site\" \"npm run serve:styles\"",
|
|
"start": "npm run serve",
|
|
"deploy": "docker compose up --build -d"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+git@git.gay:gaiety/gaiety-life.git"
|
|
},
|
|
"keywords": [
|
|
"blog"
|
|
],
|
|
"author": "Ava Gaiety W. <ava@wroten.me> (https://www.gaiety.me/)",
|
|
"license": "The Unlicense",
|
|
"bugs": {
|
|
"url": "https://git.gay/gaiety/gaiety-life/issues"
|
|
},
|
|
"homepage": "https://git.gay/gaiety/gaiety-life/src/branch/main/README.md",
|
|
"devDependencies": {
|
|
"@11ty/eleventy": "^2.0.1",
|
|
"@11ty/eleventy-plugin-rss": "^1.1.2",
|
|
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
|
|
"@11tyrocks/eleventy-plugin-emoji-readtime": "^1.0.1",
|
|
"@tailwindcss/typography": "^0.5.0",
|
|
"concurrently": "^7.0.0",
|
|
"eleventy-plugin-metagen": "^1.5.2",
|
|
"postcss": "^8.4.5",
|
|
"tailwindcss": "^3.0.12"
|
|
}
|
|
}
|