31 lines
972 B
JSON
31 lines
972 B
JSON
{
|
|
"name": "fursona",
|
|
"version": "1.0.0",
|
|
"description": "Homepage for Gaiety, the doggo",
|
|
"scripts": {
|
|
"build": "eleventy --input=./src --output=./dist",
|
|
"postbuild": "npx postcss ./src/styles.css -o ./dist/styles.css --env production",
|
|
"start": "eleventy --serve --input=./src --output=./dist",
|
|
"start:styles": "npx postcss ./src/styles.css -o ./dist/styles.css --watch",
|
|
"deploy": "docker compose up --build -d"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@git.gay:gaiety/fursona.git"
|
|
},
|
|
"author": "Ava Gaiety W. <ava@wroten.me> (https://www.gaiety.me/)",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://git.gay/gaiety/fursona/issues"
|
|
},
|
|
"homepage": "https://gaiety.dog/",
|
|
"devDependencies": {
|
|
"@11ty/eleventy": "^0.12.1",
|
|
"@tailwindcss/aspect-ratio": "^0.2.0",
|
|
"autoprefixer": "^10.2.5",
|
|
"cssnano": "^5.0.1",
|
|
"postcss": "^8.2.13",
|
|
"postcss-cli": "^8.3.1",
|
|
"tailwindcss": "^2.1.2"
|
|
}
|
|
}
|