mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-02-09 02:49:29 +08:00
72 lines
2.2 KiB
JSON
72 lines
2.2 KiB
JSON
{
|
|
"name": "ui",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"author": {
|
|
"name": "shadcn",
|
|
"url": "https://twitter.com/shadcn"
|
|
},
|
|
"workspaces": [
|
|
"apps/*",
|
|
"packages/*",
|
|
"templates/*"
|
|
],
|
|
"scripts": {
|
|
"build": "turbo run build",
|
|
"build:cli": "turbo --filter=shadcn-ui build",
|
|
"build:registry": "pnpm --filter=www build:registry",
|
|
"dev": "turbo run dev --parallel",
|
|
"dev:cli": "turbo --filter=shadcn-ui dev",
|
|
"start:cli": "pnpm --filter=shadcn-ui start:dev",
|
|
"lint": "turbo run lint",
|
|
"lint:fix": "turbo run lint:fix",
|
|
"preview": "turbo run preview",
|
|
"typecheck": "turbo run typecheck",
|
|
"format:write": "turbo run format:write",
|
|
"format:check": "turbo run format:check",
|
|
"sync:templates": "./scripts/sync-templates.sh \"templates/*\"",
|
|
"prepare": "husky install",
|
|
"check": "turbo lint typecheck format:check",
|
|
"release": "changeset version",
|
|
"pub:beta": "cd packages/cli && pnpm pub:beta",
|
|
"pub:release": "cd packages/cli && pnpm pub:release",
|
|
"test": "turbo run test --force"
|
|
},
|
|
"packageManager": "pnpm@8.5.1",
|
|
"dependencies": {
|
|
"@babel/core": "^7.22.1",
|
|
"@changesets/changelog-github": "^0.4.8",
|
|
"@changesets/cli": "^2.26.1",
|
|
"@commitlint/cli": "^17.6.3",
|
|
"@commitlint/config-conventional": "^17.6.3",
|
|
"@ianvs/prettier-plugin-sort-imports": "^3.7.2",
|
|
"@manypkg/cli": "^0.20.0",
|
|
"@types/node": "^17.0.45",
|
|
"@types/react": "^18.2.7",
|
|
"@types/react-dom": "^18.2.4",
|
|
"@typescript-eslint/parser": "^5.59.7",
|
|
"autoprefixer": "^10.4.14",
|
|
"concurrently": "^8.0.1",
|
|
"cross-env": "^7.0.3",
|
|
"eslint": "^8.41.0",
|
|
"eslint-config-next": "13.3.0",
|
|
"eslint-config-prettier": "^8.8.0",
|
|
"eslint-config-turbo": "^1.9.9",
|
|
"eslint-plugin-react": "^7.32.2",
|
|
"eslint-plugin-tailwindcss": "^3.12.0",
|
|
"husky": "^8.0.3",
|
|
"postcss": "^8.4.24",
|
|
"prettier": "^2.8.8",
|
|
"pretty-quick": "^3.1.3",
|
|
"tailwindcss": "^3.3.2",
|
|
"tailwindcss-animate": "^1.0.5",
|
|
"ts-node": "^10.9.1",
|
|
"turbo": "^1.9.9",
|
|
"typescript": "^4.9.5",
|
|
"vite-tsconfig-paths": "^4.2.0",
|
|
"vitest": "^0.31.1"
|
|
}
|
|
}
|