kittygirl.online/package.json

20 lines
No EOL
480 B
JSON

{
"name": "11ty",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "npx @11ty/eleventy --serve",
"build": "env NODE_ENV=production npx @11ty/eleventy",
"build-cip": "env TITLE='~za08gywo' NODE_ENV=production npx @11ty/eleventy --pathprefix '~za08gywo'"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"@11ty/eleventy": "^3.0.0"
},
"dependencies": {
"nunjucks-date": "^1.5.0"
}
}