haiku-atelier-2024/package.json
2024-08-13 14:19:43 +02:00

42 lines
1.1 KiB
JSON

{
"name": "haikuatelier.fr",
"version": "1.0.0",
"type": "module",
"description": "",
"author": "",
"license": "ISC",
"main": "index.js",
"keywords": [],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@awmottaz/prettier-plugin-void-html": "^1.6.1",
"@biomejs/biome": "1.8.3",
"@prettier/plugin-php": "^0.22.2",
"@prettier/plugin-xml": "^3.4.1",
"@swc/cli": "^0.4.0",
"@swc/core": "^1.7.10",
"@zackad/prettier-plugin-twig": "^0.8.0",
"browserslist": "^4.23.3",
"fdir": "^6.2.0",
"picomatch": "^4.0.2",
"prettier": "^3.3.3",
"prettier-plugin-pkg": "^0.18.1",
"prettier-plugin-sh": "^0.14.0",
"sass": "^1.77.8",
"stylelint": "^16.8.1",
"stylelint-config-clean-order": "^6.1.0",
"stylelint-config-sass-guidelines": "^12.0.0",
"stylelint-config-standard-scss": "^13.1.0",
"stylelint-declaration-block-no-ignored-properties": "^2.8.0",
"stylelint-plugin-logical-css": "^1.2.1",
"typescript": "^5.5.4",
"vite": "^5.4.0"
},
"browserslist": [
"defaults",
"last 3 years",
"not dead"
]
}