mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-02-09 02:49:29 +08:00
65 lines
1.8 KiB
JSON
65 lines
1.8 KiB
JSON
{
|
|
"name": "ui",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"author": {
|
|
"name": "shadcn",
|
|
"url": "https://twitter.com/shadcn"
|
|
},
|
|
"workspaces": [
|
|
"apps/*",
|
|
"examples/*",
|
|
"packages/*",
|
|
"templates/*"
|
|
],
|
|
"scripts": {
|
|
"build": "turbo run build",
|
|
"build:cli": "turbo --filter=@shadcn/ui build",
|
|
"dev": "turbo run dev --parallel",
|
|
"lint": "turbo run lint",
|
|
"preview": "turbo run preview",
|
|
"typecheck": "turbo run typecheck",
|
|
"format:write": "turbo run format",
|
|
"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 cli && pnpm pub:beta",
|
|
"pub:release": "cd cli && pnpm pub:release"
|
|
},
|
|
"packageManager": "pnpm@7.13.5",
|
|
"dependencies": {
|
|
"@babel/core": "^7.20.7",
|
|
"@changesets/changelog-github": "^0.4.8",
|
|
"@changesets/cli": "^2.26.0",
|
|
"@ianvs/prettier-plugin-sort-imports": "^3.7.1",
|
|
"@tailwindcss/line-clamp": "^0.4.2",
|
|
"eslint": "^8.31.0",
|
|
"eslint-config-next": "13.0.0",
|
|
"eslint-config-prettier": "^8.3.0",
|
|
"eslint-config-turbo": "^0.0.7",
|
|
"eslint-plugin-react": "^7.31.11",
|
|
"eslint-plugin-tailwindcss": "^3.8.0",
|
|
"tailwindcss-animate": "^1.0.5",
|
|
"ts-node": "^10.9.1",
|
|
"turbo": "^1.6.3"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^17.3.0",
|
|
"@commitlint/config-conventional": "^17.3.0",
|
|
"@types/node": "^18.11.9",
|
|
"@types/react": "18.0.15",
|
|
"@types/react-dom": "18.0.6",
|
|
"autoprefixer": "^10.4.8",
|
|
"husky": "^8.0.2",
|
|
"postcss": "^8.4.14",
|
|
"prettier": "^2.7.1",
|
|
"pretty-quick": "^3.1.3",
|
|
"tailwindcss": "^3.1.7",
|
|
"typescript": "4.7.4"
|
|
}
|
|
}
|