Newer
Older
{
"name": "@example/with-tailwindcss",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"prettier": "prettier --check --ignore-path .gitignore .",
"prettier:fix": "prettier --write --ignore-path .gitignore .",
"commit": "cz"
},
"devDependencies": {
"@commitlint/cli": "^16.0.2",
"@commitlint/config-conventional": "^16.0.0",
"astro": "^0.22.13",
"autoprefixer": "^10.4.0",
"cz-conventional-changelog": "^3.3.0",
"husky": "^7.0.4",
"prettier": "2.5.1",
"prettier-plugin-astro": "^0.0.11",
"tailwindcss": "^3.0.5"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}