punkfairie.github.io/package.json

30 lines
754 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": {
2023-06-29 21:05:45 -07:00
"dev": "rm -rf dist && npx @11ty/eleventy --serve",
"build": "rm -rf dist && npx @11ty/eleventy"
2023-06-28 16:21:50 -07:00
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
2023-06-28 16:30:05 -07:00
"@11ty/eleventy": "^2.0.1",
2023-07-01 21:29:11 -07:00
"@punkfairie/stylelint-config": "^1.0.1",
"circletype": "^2.3.0",
2023-06-28 16:30:05 -07:00
"cssnano": "^6.0.1",
"eleventy-plugin-automatic-noopener": "^2.0.2",
2023-07-01 21:58:18 -07:00
"esbuild": "^0.18.11",
2023-06-28 16:30:05 -07:00
"postcss": "^8.4.24",
2023-06-29 21:05:45 -07:00
"postcss-import": "^15.1.0",
"postcss-import-ext-glob": "^2.1.1",
2023-07-01 21:29:11 -07:00
"postcss-preset-env": "^8.5.1",
"stylelint": "^15.9.0"
2023-06-28 16:29:04 -07:00
},
"dependencies": {
"@punkfairie/modern-css-reset": "^1.0.1"
2023-06-28 16:21:50 -07:00
}
}