start
This commit is contained in:
16
package.json
Normal file
16
package.json
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "leecat.art",
|
||||
"version": "1.0.0",
|
||||
"description": "Lee's personal website, take 2, built with 11ty",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"serve": "rm -rf _site && npx @11ty/eleventy --serve"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "Lee Cattarin",
|
||||
"license": "AGPL-3.0-only",
|
||||
"type": "module",
|
||||
"devDependencies": {
|
||||
"@11ty/eleventy": "^3.1.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user