UNPKG

@knapsack/app

Version:

Build Design Systems with Knapsack

128 lines (127 loc) 3.68 kB
{ "name": "@knapsack/app", "description": "Build Design Systems with Knapsack", "version": "4.89.10", "bin": { "knapsack": "cli.js", "knapsack-build-tokens": "build-tokens.js" }, "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "./api-info": { "types": "./dist/api-info.d.ts", "default": "./dist/api-info.js" }, "./hbs-helpers": { "types": "./dist/lib/handlebars-helpers.d.ts", "default": "./dist/lib/handlebars-helpers.js" }, "./package": "./package.json", "./package.json": "./package.json", "./renderers": { "types": "./dist/domains/patterns/renderers/index.d.ts", "default": "./dist/domains/patterns/renderers/index.js" }, "./types": { "types": "./dist/types.d.ts", "default": "./dist/types.js" } }, "sideEffects": false, "scripts": { "build": "tsc", "clean": "rm -rf dist", "lint": "eslint ./src --quiet", "test": "ava && vitest run" }, "author": "Knapsack (https://www.knapsack.cloud)", "dependencies": { "@babel/core": "^7.28.0", "@babel/preset-env": "^7.28.0", "@babel/preset-react": "^7.27.1", "@babel/preset-typescript": "^7.28.5", "@clack/prompts": "^0.11.0", "@knapsack/babel-config-starter": "4.89.10", "@knapsack/browserslist-config": "4.89.10", "@knapsack/core": "4.89.10", "@knapsack/creator-utils": "4.89.10", "@knapsack/design-token-utils": "4.89.10", "@knapsack/file-utils": "4.89.10", "@knapsack/ks-file-utils": "4.89.10", "@knapsack/logger": "4.89.10", "@knapsack/renderer-client": "4.89.10", "@knapsack/rendering-utils": "4.89.10", "@knapsack/schema-utils": "4.89.10", "@knapsack/types": "4.89.10", "@knapsack/utils": "4.89.10", "chalk": "^4.1.2", "chokidar": "^3.6.0", "compression": "^1.8.1", "cors": "^2.8.5", "cross-fetch": "^4.1.0", "debounce": "^1.2.1", "ejs": "^3.1.10", "express": "^4.22.1", "find-cache-dir": "^3.3.2", "fs-extra": "^11.3.2", "globby": "^11.1.0", "handlebars": "^4.7.8", "immer": "^10.2.0", "isomorphic-fetch": "^3.0.0", "json-schema-to-typescript": "^8.2.0", "json-stable-stringify": "^1.3.0", "lru-cache": "^10.4.3", "md5": "^2.3.0", "nanoid": "^3.3.11", "object-hash": "^3.0.0", "portfinder": "^1.0.38", "syswide-cas": "^5.3.0", "update-notifier": "^5.1.0", "url-join": "^4.0.1", "ws": "^8.18.3", "yargs": "^16.2.0", "zod": "^4.3.6" }, "devDependencies": { "@knapsack/eslint-config-starter": "4.89.10", "@knapsack/test-ava": "4.89.10", "@knapsack/typescript-config-starter": "4.89.10", "@types/babel__core": "^7.20.5", "@types/compression": "^1.8.1", "@types/cors": "^2.8.19", "@types/debounce": "^1.2.4", "@types/express": "^4.17.25", "@types/fs-extra": "^11.0.4", "@types/md5": "^2.3.6", "@types/object-hash": "^3.0.6", "@types/react": "^19.2.3", "@types/update-notifier": "^6.0.8", "@types/ws": "^8.18.1", "@types/yargs": "^16.0.9", "ava": "^6.4.1", "eslint": "^9.20.0", "react": "^19.2.0", "type-fest": "^2.19.0", "typescript": "^5.9.3", "vitest": "^4.0.18" }, "homepage": "https://www.knapsack.cloud", "keywords": [ "design-system", "knapsack" ], "license": "GPL-2.0-or-later", "publishConfig": { "access": "public" }, "repository": { "url": "https://github.com/knapsack-labs/app-monorepo", "directory": "apps/client/cli", "type": "git" }, "gitHead": "d13986b560ea867ea56188d7730d91ce7647d99e" }