{
  "name": "@leanup/stack-snowpack",
  "version": "1.3.54",
  "description": "This module contains all snowpack-related functionalities for the @leanup/stack.",
  "author": "Martin Oppitz <npmjs@martinoppitz.com>",
  "homepage": "https://leanupjs.org",
  "files": [
    "lib/**",
    "snowpack.config.js"
  ],
  "keywords": [
    "esbuild",
    "snowpack",
    "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": {
    "@snowpack/plugin-postcss": "1.4.3",
    "@snowpack/plugin-sass": "1.4.0",
    "postcss-cli": "9.1.0",
    "snowpack": "3.8.8",
    "snowpack-plugin-less": "1.0.7",
    "snowpack-plugin-replace": "1.0.4"
  },
  "devDependencies": {
    "@leanup/stack": "1.3.54"
  },
  "peerDependencies": {
    "@leanup/stack": "1.3.54"
  }
}