{
  "name": "js-bottomsheet-website",
  "version": "0.0.0",
  "type": "module",
  "description": "Website for JS Bottomsheet",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/timelessco/js-bottomsheet"
  },
  "private": true,
  "keywords": [
    "bottomsheet",
    "js-bottomsheet",
    "javascript",
    "snappable",
    "modal",
    "website"
  ],
  "scripts": {
    "build": "vite build",
    "dev": "vite --host",
    "format": "prettier --ignore-path ../../.prettierignore -l --cache \"./**/*.{html,css,js,cjs,jsx,ts,cts,tsx,md,json}\"",
    "format:fix": "prettier --ignore-path ../../.prettierignore -l --write --cache --check \"./**/*.{html,css,js,cjs,jsx,ts,cts,tsx,md,json}\"",
    "lint": "eslint --cache --color --ext .js,.cjs,.jsx,.ts,.cts,.tsx .",
    "lint:fix": "eslint --cache --color --ext .js,.cjs,.jsx,.ts,.cts,.tsx . --fix",
    "lintstyles": "stylelint --config ../../.stylelintrc.cjs --ignore-path ../../.stylelintignore '**/*.css' --fix --cache --color --ignore-path .prettierignore -f verbose",
    "lintstyles:fix": "stylelint --config ../../.stylelintrc.cjs --ignore-path ../../.stylelintignore '**/*.css' --cache --color --ignore-path .prettierignore -f verbose",
    "preview": "vite preview",
    "test": "echo \"no test specified\" && exit 0"
  },
  "dependencies": {
    "js-bottomsheet": "workspace:*",
    "scroll-snap-slider": "SamrithaS/scroll-snap-slider"
  },
  "devDependencies": {
    "browserslist-to-esbuild": "^1.2.0",
    "vite": "^4.2.1",
    "vite-plugin-top-level-await": "^1.3.0"
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "last 2 versions",
      "Firefox ESR",
      "not dead"
    ],
    "development": [
      "last 2 versions",
      "not dead"
    ]
  },
  "lint-staged": {
    "**/*.{js,cjs,jsx,ts,cts,tsx}": [
      "pnpm lint"
    ],
    "**/*.{html,css,js,cjs,jsx,ts,cts,tsx,md,json}": [
      "pnpm format"
    ],
    "**/*.css": [
      "pnpm lintstyles"
    ]
  }
}
