Files
11ty_neocities/package.json

20 lines
362 B
JSON
Raw Normal View History

2023-02-21 00:02:35 +10:30
{
"name": "11ty-neocities",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "eleventy --serve",
"build": "eleventy"
2023-02-21 00:02:35 +10:30
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
2023-02-22 19:56:03 +10:30
"@11ty/eleventy": "^2.0.0",
"bootstrap": "^5.2.3",
"npm-run-all": "^4.1.5",
"sass": "^1.58.3"
2023-02-21 00:02:35 +10:30
}
}