|
1 | 1 | {
|
2 | 2 | "name": "primitives",
|
3 | 3 | "type": "module",
|
4 |
| - "version": "0.6.1", |
5 | 4 | "packageManager": "pnpm@9.12.1",
|
6 | 5 | "repository": "oku-ui/primitives",
|
7 | 6 | "engines": {
|
|
13 | 12 | "docs:build": "pnpm --filter docs docs:build",
|
14 | 13 | "nuxt:generate": "pnpm --filter nuxt-app generate",
|
15 | 14 | "build:skip": "pnpm nx run-many -t build --skip-nx-cache",
|
16 |
| - "oku": "pnpm jiti ./scripts/index.ts", |
17 | 15 | "story": "pnpm storybook dev -p 6006 --no-open",
|
18 | 16 | "lint": "eslint . --cache",
|
19 | 17 | "lint:fix": "eslint . --fix --cache",
|
20 |
| - "play:vue": "pnpm clean:dts && pnpm --filter=vue3 p:dev", |
21 |
| - "play:nuxt": "pnpm clean:dts && pnpm --filter=nuxt3 p:dev", |
22 |
| - "play": "pnpm clean:dts && pnpm --filter='./playground/**' p:dev", |
23 |
| - "play:gencomponents": "pnpm jiti ./scripts/playground-generator.ts", |
24 | 18 | "test": "vitest run",
|
25 | 19 | "test:watch": "vitest --watch",
|
26 | 20 | "test:nuxt": "vitest -c vitest.nuxt.config.ts --coverage",
|
|
30 | 24 | "clean": "pnpm nx run-many -t clean",
|
31 | 25 | "clean:node": "rimraf 'packages/**/node_modules' 'playground/**/node_modules' 'node_modules'",
|
32 | 26 | "clean:dist": "rimraf 'packages/**/dist' 'playground/**/dist'",
|
33 |
| - "clean:dts": "rimraf 'playground/vue3/src/components.d.ts' 'playground/vue3/src/auto-imports.d.ts' 'playground/nuxt3/.nuxt'", |
34 | 27 | "update:version": "esno scripts/update-version.ts",
|
35 | 28 | "prepare": "npx simple-git-hooks",
|
36 |
| - "release": "bumpp --commit --push --tag", |
37 | 29 | "scripts:genpackage": "esno scripts/generateAliasCode.ts"
|
38 | 30 | },
|
39 | 31 | "devDependencies": {
|
|
42 | 34 | "@egoist/tailwindcss-icons": "^1.8.1",
|
43 | 35 | "@floating-ui/vue": "^1.1.5",
|
44 | 36 | "@iconify-json/ph": "^1.2.1",
|
| 37 | + "@oku-ui/primitives": "workspace:^", |
45 | 38 | "@storybook/addon-essentials": "^8.4.2",
|
46 | 39 | "@storybook/addon-interactions": "^8.4.2",
|
47 | 40 | "@storybook/addon-links": "^8.4.2",
|
|
88 | 81 | "vue": "^3.5.12",
|
89 | 82 | "vue-component-meta": "^2.1.10"
|
90 | 83 | },
|
| 84 | + "pnpm": { |
| 85 | + "overrides": { |
| 86 | + "@oku-ui/primitives": "workspace:^" |
| 87 | + } |
| 88 | + }, |
91 | 89 | "simple-git-hooks": {
|
92 | 90 | "pre-commit": "pnpm lint-staged"
|
93 | 91 | },
|
|
0 commit comments