punkfairie-site/package.json

33 lines
901 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",
"@ronilaukkarinen/stylelint-a11y": "^1.2.7",
"cssnano": "^6.0.1",
2023-06-04 18:53:07 -07:00
"postcss": "^8.4.24",
2023-06-04 17:21:48 -07:00
"postcss-preset-env": "^8.4.2",
"stylelint": "^15.6.3",
"stylelint-config-recess-order": "^4.0.0",
2023-06-04 18:53:07 -07:00
"stylelint-config-standard": "^33.0.0",
2023-06-04 17:21:48 -07:00
"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": {
2023-06-04 18:53:07 -07:00
"@11ty/eleventy-plugin-vite": "^4.0.0",
2023-06-05 18:33:36 -07:00
"eleventy-sass": "^2.2.1",
"terser": "^5.17.7"
2023-06-04 16:55:36 -07:00
}
}