Files
11ty_neocities/package.json
2023-02-24 16:47:41 +10:30

20 lines
362 B
JSON

{
"name": "11ty-neocities",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "eleventy --serve",
"build": "eleventy"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@11ty/eleventy": "^2.0.0",
"bootstrap": "^5.2.3",
"npm-run-all": "^4.1.5",
"sass": "^1.58.3"
}
}