{
  "name": "@leanup/stack-vite",
  "version": "1.3.54",
  "description": "This module contains all vite-related functionalities for the @leanup/stack.",
  "author": "Martin Oppitz <npmjs@martinoppitz.com>",
  "homepage": "https://leanupjs.org",
  "files": [
    "vite.config.js"
  ],
  "keywords": [
    "esbuild",
    "vite",
    "less",
    "sass",
    "scss",
    "typescript",
    "spa",
    "pwa",
    "lean",
    "compiler",
    "transpiler",
    "postcss"
  ],
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/leanupjs/leanup.git"
  },
  "bugs": {
    "url": "https://github.com/leanupjs/leanup/issues"
  },
  "dependencies": {
    "vite": "2.9.18",
    "vite-plugin-replace": "0.1.1"
  },
  "devDependencies": {
    "@leanup/stack": "1.3.54"
  },
  "peerDependencies": {
    "@leanup/stack": "1.3.54"
  }
}