{
    "name": "@theorchard/frontend-cli-vite",
    "version": "3.1.0",
    "description": "Vite engine implementation for frontend-cli",
    "author": "Sony Music PDE",
    "homepage": "https://github.com/theorchard/orchard-suite#readme",
    "license": "MIT",
    "engines": {
        "node": ">=20"
    },
    "main": "dist/index.js",
    "types": "dist/index.d.ts",
    "type": "module",
    "directories": {
        "lib": "dist"
    },
    "files": [
        "templates",
        "dist"
    ],
    "prettier": "@theorchard/prettier-config",
    "eslintConfig": {
        "extends": "@theorchard/eslint-config-react-ts-prettier"
    },
    "publishConfig": {
        "registry": "https://npm.pkg.github.com"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/theorchard/orchard-suite.git"
    },
    "scripts": {
        "build:esm": "tsc --build ./tsconfig.esm.json",
        "build": "pnpm build:esm",
        "clean": "rm -rf dist && rm -rf .cache",
        "format": "prettier --write .",
        "format:check": "prettier --check .",
        "lint": "eslint --ext .js,.ts,.tsx,.jsx src",
        "test:unit": "vitest",
        "test": "pnpm lint && pnpm test:unit"
    },
    "dependencies": {
        "@theorchard/frontend-cli-core": "workspace:*",
        "@vitejs/plugin-basic-ssl": "^2.3.0",
        "@vitejs/plugin-legacy": "^8.0.1",
        "@vitejs/plugin-react": "^6.0.1",
        "lodash-es": "^4.18.1",
        "mustache": "^4.2.0",
        "rollup-plugin-visualizer": "^7.0.1",
        "sass": "~1.80.0",
        "terser": "^5.46.1",
        "tiny-invariant": "^1.3.3",
        "vite": "^8.0.0",
        "vite-plugin-checker": "^0.13.0",
        "vite-plugin-graphql-loader": "^5.0.1",
        "vite-plugin-sass-glob-import": "^6.0.3"
    },
    "devDependencies": {
        "@types/mustache": "^4.2.6"
    }
}
