{
  "name": "hks",
  "private": true,
  "version": "0.0.1",
  "type": "module",
  "scripts": {
    "dev": "vite",
    "watch": "vite build --watch --mode development",
    "build": "vite build --mode production",
    "preview": "vite preview",
    "lint:js": "eslint Resources/Source/JavaScript --ext .js",
    "lint:css": "stylelint 'Resources/Source/Scss/**/*.scss'",
    "lint": "npm run lint:js && npm run lint:css"
  },
  "browserslist": [
    "> 0.5%",
    "last 2 versions",
    "Firefox ESR",
    "not dead",
    "not IE 11"
  ],
  "devDependencies": {
    "autoprefixer": "^10.4.19",
    "eslint": "^8.57.0",
    "postcss": "^8.4.38",
    "postcss-preset-env": "^9.5.0",
    "sass": "^1.75.0",
    "stylelint": "^16.3.0",
    "stylelint-config-standard-scss": "^13.0.0",
    "vite": "^6.0.0"
  },
  "dependencies": {
    "@popperjs/core": "^2.11.8",
    "@splidejs/splide": "^4.1.4",
    "bootstrap": "^5.3.8",
    "glightbox": "^3.3.1"
  }
}
