{
  "name": "@leanup/stack-vue3",
  "version": "1.3.54",
  "description": "This package contains the Vue3 framework extension for the @leanup/cli.",
  "author": "Martin Oppitz <npmjs@martinoppitz.com>",
  "homepage": "https://leanupjs.org",
  "files": [
    "lib/**",
    "snowpack.config.js",
    "vite.config.js",
    "webpack.config.js"
  ],
  "keywords": [
    "babel",
    "snowpack",
    "webpack",
    "vue",
    "vue3",
    "sinon",
    "nyc",
    "nightwatch",
    "mocha",
    "sass",
    "typescript",
    "cli",
    "spa",
    "pwa",
    "lean",
    "compiler",
    "transpiler"
  ],
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/leanupjs/leanup.git"
  },
  "bugs": {
    "url": "https://github.com/leanupjs/leanup/issues"
  },
  "dependencies": {
    "@snowpack/plugin-vue": "2.6.2",
    "@vitejs/plugin-vue": "2.3.4",
    "vue-loader": "17.4.2"
  },
  "devDependencies": {
    "@types/node": "20.14.2",
    "typescript": "5.4.5",
    "@leanup/stack-webpack": "1.3.54"
  },
  "peerDependencies": {
    "@vue/compiler-sfc": "^3",
    "vue": "^3"
  },
  "scripts": {}
}