{
  "name": "oc-vite-compiler",
  "version": "6.0.2",
  "description": "OC-Vite-Compiler",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/opencomponents/vite-templates.git"
  },
  "bugs": {
    "url": "https://github.com/opencomponents/vite-templates/issues"
  },
  "homepage": "https://github.com/opencomponents/vite-templates#readme",
  "keywords": [
    "oc",
    "opencomponents"
  ],
  "author": {
    "name": "Ricardo Devis Agullo",
    "email": "mkredz@gmail.com"
  },
  "license": "MIT",
  "dependencies": {
    "@babel/core": "^7.18.9",
    "builtin-modules": "^3.3.0",
    "cssesc": "^3.0.0",
    "es-module-lexer": "^1.4.1",
    "find-package-json": "^1.2.0",
    "fs-extra": "^10.1.0",
    "oc-hash-builder": "^1.0.5",
    "oc-statics-compiler": "^3.0.1",
    "oc-view-wrapper": "^1.0.6",
    "oc-vite": "7.1.13",
    "vite": "^6.2.2",
    "vite-plugin-css-injected-by-js": "^3.5.2",
    "vite-plugin-environment": "^1.1.3"
  },
  "files": [
    "dist/**"
  ],
  "devDependencies": {
    "@types/cssesc": "^3.0.2",
    "@types/fs-extra": "^11.0.4",
    "@types/node": "^20.9.0"
  }
}