Skip to content
Snippets Groups Projects
package.json 875 B
Newer Older
  • Learn to ignore specific revisions
  • {
      "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",