23 lines
444 B
JSON
23 lines
444 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",
|
|
"clean-css": "^5.3.2",
|
|
"html-minifier": "^4.0.0",
|
|
"npm-run-all": "^4.1.5",
|
|
"rimraf": "^4.4.0",
|
|
"sass": "^1.58.3"
|
|
}
|
|
}
|