40 lines
1.2 KiB
JSON
40 lines
1.2 KiB
JSON
{
|
|
"name": "gaiety-life",
|
|
"version": "2.0.0",
|
|
"description": "Gaiety's Blog",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build:styles": "tailwindcss -i ./styles/main.css -o ./_site/main.css",
|
|
"build:site": "eleventy",
|
|
"build": "npm run build:site & npm run build:styles",
|
|
"serve:styles": "npm run build:styles -- --watch",
|
|
"serve:site": "npm run build:site -- --serve",
|
|
"serve": "concurrently \"npm run serve:site\" \"npm run serve:styles\"",
|
|
"start": "npm run serve"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@gitlab.com/gaiety/gaiety-life.git"
|
|
},
|
|
"keywords": [
|
|
"blog"
|
|
],
|
|
"author": "Ava Gaiety W.",
|
|
"license": "The Unlicense",
|
|
"bugs": {
|
|
"url": "https://gitlab.com/gaiety/gaiety-life/issues"
|
|
},
|
|
"homepage": "https://gitlab.com/gaiety/gaiety-life#readme",
|
|
"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",
|
|
"eleventy-plugin-plausible": "^1.1.0",
|
|
"postcss": "^8.4.5",
|
|
"tailwindcss": "^3.0.12"
|
|
}
|
|
}
|