punkfairie.github.io/package.json

25 lines
552 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": {
2023-06-28 16:30:05 -07:00
"@11ty/eleventy": "^2.0.1",
"cssnano": "^6.0.1",
"eleventy-plugin-automatic-noopener": "^2.0.2",
"eleventy-sass": "^2.2.3",
"postcss": "^8.4.24",
"postcss-preset-env": "^8.5.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
}
}