UNPKG

@growing-web/web-builder-kit

Version:

@growing-web/web-builder-kit for Growing Web Guidelines.

68 lines 1.8 kB
{ "name": "@growing-web/web-builder-kit", "version": "0.1.4", "description": "@growing-web/web-builder-kit for Growing Web Guidelines.", "keywords": [ "growing-web", "web-builder", "kit" ], "homepage": "https://github.com/growing-web/web-builder#readme", "bugs": { "url": "https://github.com/growing-web/web-builder/issues" }, "repository": { "type": "git", "url": "git+https://github.com/growing-web/web-builder.git", "directory": "packages/shared/kit" }, "license": "UNLICENSED", "author": "vben", "type": "module", "exports": "./dist/index.mjs", "types": "./dist/index.d.ts", "files": [ "dist" ], "dependencies": { "@growing-web/web-builder-constants": "0.1.4", "@growing-web/web-builder-types": "0.1.4", "clear": "^0.1.0", "cmd-shim": "^5.0.0", "consola": "^2.15.3", "defu": "^6.0.0", "dotenv": "^16.0.1", "dotenv-expand": "^8.0.3", "execa": "^6.1.0", "fast-glob": "^3.2.11", "fs-extra": "^10.1.0", "lodash-es": "^4.17.21", "minimatch": "^5.1.0", "pathe": "^0.3.2", "picocolors": "^1.0.0", "pkg-types": "^0.3.3", "read-yaml-file": "^2.1.0", "semver": "^7.3.7", "strip-json-comments": "^4.0.0", "unctx": "^1.1.4", "unplugin": "^0.7.1", "update-notifier": "^6.0.2", "vite": "^2.9.13" }, "devDependencies": { "@types/clear": "^0.1.2", "@types/cmd-shim": "^5.0.0", "@types/lodash-es": "^4.17.6", "@types/minimatch": "^3.0.5", "@types/update-notifier": "^6.0.1", "@types/which-pm-runs": "^1.0.0" }, "publishConfig": { "access": "public" }, "scripts": { "build": "pnpm unbuild", "clean": "pnpm rimraf .turbo && pnpm rimraf node_modules && pnpm rimraf dist", "dev": "pnpm unbuild --stub" } }