punkfairie.github.io/package.json

20 lines
382 B
JSON
Raw Normal View History

2023-06-28 16:21:50 -07:00
{
"name": "punkfairie.github.io",
"version": "1.0.0",
"description": "",
"main": "index.html",
"scripts": {
"dev": "npx @11ty/eleventy --serve",
"build": "npx @11ty/eleventy"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@11ty/eleventy": "^2.0.1"
2023-06-28 16:29:04 -07:00
},
"dependencies": {
"@punkfairie/modern-css-reset": "^1.0.1"
2023-06-28 16:21:50 -07:00
}
}