54 lines
1.7 KiB
JSON
54 lines
1.7 KiB
JSON
{
|
|
"name": "portfolio",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"author": "Ava Gaiety W. <ava@wroten.me> (https://www.gaiety.me/)",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"prestart": "npm run build",
|
|
"start": "run-p start:*",
|
|
"start:styles": "npx postcss styles.css -o _site/styles.css --watch",
|
|
"start:site": "npx @11ty/eleventy --serve",
|
|
"build": "npx @11ty/eleventy",
|
|
"postbuild": "run-s postbuild:*",
|
|
"postbuild:highlighttheme": "cp ./node_modules/@catppuccin/highlightjs/css/catppuccin.variables.css ./_site",
|
|
"postbuild:styles": "npx tailwindcss -i styles.css -o _site/styles.css --env production",
|
|
"optimize": "rm -rf _site/_jampack && jampack _site",
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"deploy": "docker compose up --build -d"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "ssh://git@git.basking.monster:222/gaiety/portfolio.git"
|
|
},
|
|
"license": "ISC",
|
|
"homepage": "https://git.basking.monster/gaiety/portfolio/src/branch/main/README.md",
|
|
"jampack": {
|
|
"image": {
|
|
"max_width": 1920
|
|
}
|
|
},
|
|
"devDependencies": {
|
|
"@11ty/eleventy": "^3.0.0",
|
|
"@11ty/eleventy-plugin-syntaxhighlight": "^3.1.3",
|
|
"@catppuccin/highlightjs": "^0.1.4",
|
|
"@catppuccin/tailwindcss": "^0.1.6",
|
|
"@divriots/jampack": "^0.23.3",
|
|
"autoprefixer": "^10.3.7",
|
|
"cheerio": "^1.0.0-rc.12",
|
|
"cssnano": "^5.0.8",
|
|
"dayjs": "^1.11.10",
|
|
"highlight.js": "^11.9.0",
|
|
"highlightjs-glimmer": "^2.2.1",
|
|
"install": "^0.13.0",
|
|
"npm": "^10.5.0",
|
|
"npm-run-all": "^4.1.5",
|
|
"postcss": "^8.3.11",
|
|
"postcss-cli": "^9.0.1",
|
|
"tailwindcss": "^3.4.17",
|
|
"tailwindcss-animated": "^1.0.1"
|
|
},
|
|
"dependencies": {
|
|
"@toycode/markdown-it-class": "^1.2.4"
|
|
}
|
|
}
|