mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-02-09 02:49:29 +08:00
* feat(v4): update home page * fix * fix: cards * feat(v4): charts page * feat: update pages * feat: colors * fix * feat: add docs * feat: mdx work * fix * fix * fix: sidebar * fix: lint * feat: updates * feat: update components * feat: fix docs * fix: responsive * feat: implement cmdk * fix: update navigation menu demo * fix: code style * fix: themes * feat: implement blocks page * fix: docs config * refactor * fix: outputFileTracingIncludes * fix * fix: output * fix * fix: registry * refactor: move docs * debug: docs * debug * revert * fix: mjs * deps: pin fumadocs * debug * fix: downgrade next * fix: index page * refactor: move mdx components * fix: remove copy button * fix * was it zod * yes it was * remove copy page * fix: color page * fix: colors page * fix: meta colors * fix: copy button * feat: sync registry * fix: registry build script * feat: update port * feat: clean up examples * fix * fix: mobile nav * fix: blur for mobile * fix: sidebar nav * feat: update examples * fix: build scripts * feat: update components * feat: restyle * fix: types * fix: styles * fix: margins * fix: screenshots * fix * feat: update theme * fix: charts nav * fix: image * feat: optimize images * fix: menu * fix: card * fix: border * check * feat: implement charts page * fix: charts * fix: og images * feat: extend touch * fix: static * fix: sizing * fix: mobile screenshots * fix: page nav * fix * feat: update favicon * fix: theme selector * fix: feedback * fix: sink * docs: update * fix: styles * chore: update registry * fix: command * fix * fix: minor updates * fix: typography on smaller devices * fix: format * fix: remove unused icon * feat: update favicon * fix: typography * docs: typography page * fix: steps
91 lines
3.2 KiB
JSON
91 lines
3.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/*"
|
|
],
|
|
"scripts": {
|
|
"build": "turbo run build",
|
|
"build:cli": "turbo --filter=shadcn build",
|
|
"build:registry": "pnpm --filter=www,v4 build:registry && pnpm --filter=www,v4 lint:fix && pnpm format:write -- --loglevel silent",
|
|
"registry:build": "pnpm --filter=v4 registry:build && pnpm lint:fix && pnpm format:write -- --loglevel silent",
|
|
"registry:capture": "pnpm --filter=www registry:capture",
|
|
"dev": "turbo run dev --parallel",
|
|
"shadcn-ui:dev": "turbo --filter=shadcn-ui dev",
|
|
"shadcn-ui": "pnpm --filter=shadcn-ui start:dev",
|
|
"shadcn-ui:test": "pnpm --filter=shadcn-ui test",
|
|
"cli:dev": "turbo --filter=shadcn-ui dev",
|
|
"cli:start": "pnpm --filter=shadcn-ui start:dev",
|
|
"cli:build": "pnpm --filter=shadcn-ui build",
|
|
"shadcn:dev": "turbo --filter=shadcn dev",
|
|
"shadcn": "pnpm --filter=shadcn start:dev",
|
|
"shadcn:prod": "pnpm --filter=shadcn start:prod",
|
|
"shadcn:build": "pnpm --filter=shadcn build",
|
|
"shadcn:test": "pnpm --filter=shadcn test",
|
|
"docs:build": "pnpm --filter=www build:docs",
|
|
"www:dev": "pnpm --filter=www dev",
|
|
"www:build": "pnpm --filter=www build",
|
|
"v4:dev": "pnpm --filter=v4 dev",
|
|
"v4:build": "pnpm --filter=v4 build",
|
|
"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/*\"",
|
|
"check": "turbo lint typecheck format:check",
|
|
"release": "changeset version",
|
|
"pub:beta": "cd packages/shadcn && pnpm pub:beta",
|
|
"pub:release": "cd packages/shadcn && pnpm pub:release",
|
|
"test": "turbo run test --filter=!shadcn-ui --force"
|
|
},
|
|
"packageManager": "pnpm@9.0.6",
|
|
"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",
|
|
"@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.13.1",
|
|
"motion": "^12.12.1",
|
|
"postcss": "^8.4.24",
|
|
"prettier": "^2.8.8",
|
|
"pretty-quick": "^3.1.3",
|
|
"puppeteer": "^23.6.0",
|
|
"tailwindcss": "3.4.6",
|
|
"tailwindcss-animate": "^1.0.5",
|
|
"tsx": "^4.1.4",
|
|
"turbo": "^1.9.9",
|
|
"vite": "^5.4.15",
|
|
"vite-tsconfig-paths": "^4.2.0",
|
|
"vitest": "^2.1.9"
|
|
},
|
|
"devDependencies": {
|
|
"@types/hast": "^3.0.4",
|
|
"@types/node": "^20.11.27",
|
|
"@types/react": "^18.2.65",
|
|
"@types/react-dom": "^18.2.22",
|
|
"typescript": "^5.5.3"
|
|
}
|
|
}
|