fvezzoli.villavasco.ovh/package.json

30 lines
736 B
JSON

{
"name": "fvezzoli.villavasco.ovh",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Francesco Vezzoli <fvezzoli@villavasco.ovh>",
"license": "MIT",
"browserslist": [
"last 1 version",
"> 1%",
"maintained node versions",
"not dead"
],
"devDependencies": {
"@fullhuman/postcss-purgecss": "^5.0.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/line-clamp": "^0.4.2",
"@tailwindcss/typography": "^0.5.7",
"autoprefixer": "^10.4.12",
"postcss": "^8.4.17",
"postcss-cli": "^10.0.0",
"tailwindcss": "^3.1.8"
}
}