36 lines
1.1 KiB
JSON
36 lines
1.1 KiB
JSON
{
|
|
"name": "portfolio",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"author": "Ava Gaiety Wroten <ava@wroten.me> (https://www.gaiety.me/)",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"serve:styles": "npx postcss styles.css -o _site/styles.css --watch",
|
|
"serve:site": "npx @11ty/eleventy --serve",
|
|
"build:site": "npx @11ty/eleventy",
|
|
"build:styles": "npx postcss styles.css -o _site/styles.css --env production",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@gitlab.com/gaiety/portfolio.git"
|
|
},
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://gitlab.com/gaiety/portfolio/issues"
|
|
},
|
|
"homepage": "https://gitlab.com/gaiety/portfolio#readme",
|
|
"devDependencies": {
|
|
"@11ty/eleventy": "^0.12.1",
|
|
"@11ty/eleventy-plugin-syntaxhighlight": "^3.1.3",
|
|
"autoprefixer": "^10.3.7",
|
|
"cssnano": "^5.0.8",
|
|
"nunjucks-date": "^1.5.0",
|
|
"postcss": "^8.3.11",
|
|
"postcss-cli": "^9.0.1",
|
|
"tailwindcss": "^2.2.17"
|
|
},
|
|
"dependencies": {
|
|
"@toycode/markdown-it-class": "^1.2.4"
|
|
}
|
|
}
|