|
3 | 3 | "type": "module", |
4 | 4 | "version": "0.2.1", |
5 | 5 | "private": true, |
6 | | - "packageManager": "pnpm@8.6.12", |
| 6 | + "workspaces": [ |
| 7 | + "packages/*", |
| 8 | + "playgrounds/*", |
| 9 | + "test", |
| 10 | + "docs" |
| 11 | + ], |
7 | 12 | "scripts": { |
8 | | - "dev": "pnpm -r --filter=./packages/* run dev", |
9 | | - "build": "rimraf packages/*/dist && turbo run build --filter=@hebilicious/*", |
10 | | - "build:docs": "turbo run build --filter=vue-query_docs", |
11 | | - "build:all": "turbo run build", |
| 13 | + "build": "rimraf packages/*/dist && cd packages/vue-query-nuxt && bun run build", |
12 | 14 | "lint": "eslint --cache .", |
13 | | - "lint:fix": "nr lint --fix", |
| 15 | + "lint:fix": "bun lint --fix", |
14 | 16 | "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s", |
15 | 17 | "release": "pnpm lint:fix && bumpp -r -x \"pnpm run changelog\" --all", |
16 | 18 | "typecheck": "tsc --noEmit", |
17 | | - "test": "vitest" |
| 19 | + "test": "vitest", |
| 20 | + "prepare:types": "cd packages/vue-query-nuxt && nuxi prepare", |
| 21 | + "publish:ci": "pnpm -r publish --access public --no-git-checks" |
18 | 22 | }, |
19 | 23 | "devDependencies": { |
20 | | - "@antfu/ni": "^0.21.5", |
21 | 24 | "@hebilicious/eslint-config": "0.0.3-beta.3", |
22 | | - "@nuxt/test-utils": "^3.6.5", |
23 | | - "@types/node": "^18.17.8", |
| 25 | + "@nuxt/test-utils": "^3.7.3", |
| 26 | + "@types/node": "20.5.0", |
24 | 27 | "bumpp": "^9.2.0", |
25 | | - "conventional-changelog-cli": "^4.0.0", |
| 28 | + "bun-types": "^1.0.2", |
| 29 | + "conventional-changelog-cli": "^4.1.0", |
26 | 30 | "eslint": "8.47.0", |
27 | | - "esno": "^0.17.0", |
28 | | - "fast-glob": "^3.3.1", |
| 31 | + "eslint-plugin-import": "^2.28.1", |
29 | 32 | "lint-staged": "^14.0.1", |
30 | 33 | "pnpm": "8.6.12", |
31 | | - "prettier": "^3.0.2", |
| 34 | + "prettier": "^3.0.3", |
32 | 35 | "rimraf": "^5.0.1", |
33 | 36 | "simple-git-hooks": "^2.9.0", |
34 | 37 | "taze": "^0.11.2", |
35 | | - "tsup": "^7.2.0", |
36 | | - "turbo": "^1.10.12", |
37 | | - "typescript": "^5.1.6", |
38 | | - "unbuild": "^1.2.1", |
39 | | - "vitest": "^0.34.2" |
| 38 | + "typescript": "^5.2.2", |
| 39 | + "vitest": "^0.34.4" |
40 | 40 | }, |
41 | 41 | "simple-git-hooks": { |
42 | | - "pre-commit": "npx lint-staged" |
| 42 | + "pre-commit": "bunx lint-staged" |
43 | 43 | }, |
44 | 44 | "lint-staged": { |
45 | 45 | "*.{js,ts,tsx,vue,md}": [ |
|
0 commit comments