punkfairie-site/package.json

30 lines
815 B
JSON
Raw Normal View History

2023-06-04 16:55:36 -07:00
{
"name": "punkfairie-site",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
2023-06-04 17:21:48 -07:00
"@11ty/eleventy": "^2.0.1",
"@csstools/postcss-sass": "^5.0.1",
"@ronilaukkarinen/stylelint-a11y": "^1.2.7",
"cssnano": "^6.0.1",
"postcss-preset-env": "^8.4.2",
"stylelint": "^15.6.3",
"stylelint-config-recess-order": "^4.0.0",
"stylelint-config-standard-scss": "^9.0.0",
"stylelint-declaration-strict-value": "^1.9.2",
"stylelint-plugin-defensive-css": "^0.6.0",
"stylelint-plugin-logical-css": "^0.12.0",
"stylelint-rem-over-px": "^1.0.0"
2023-06-04 16:55:36 -07:00
},
"dependencies": {
"@11ty/eleventy-plugin-vite": "^4.0.0"
}
}