|
7 | 7 | }, |
8 | 8 | "packageManager": "pnpm@10.24.0", |
9 | 9 | "scripts": { |
10 | | - "clean-dist": "pnpm -rc --parallel exec 'rm -rf build dist'", |
11 | | - "clean-all": "pnpm -rc --parallel exec 'rm -rf build dist node_modules'", |
12 | | - "test": "pnpm run test:ci", |
13 | | - "test:ci": "pnpm run test:lib && pnpm run test:types", |
14 | | - "test:types": "tsc -b", |
15 | | - "test:lib": "vitest run", |
16 | | - "test:lib:dev": "vitest watch", |
| 10 | + "clean": "pnpm --filter \"./packages/**\" run clean", |
| 11 | + "test:types": "pnpm -r test:types", |
| 12 | + "test:lib": "pnpm -r test:lib", |
17 | 13 | "test:docs": "ts-node scripts/verify-links.ts", |
18 | 14 | "build": "rollup --config rollup.config.js", |
19 | 15 | "watch": "concurrently --kill-others \"rollup --config rollup.config.js -w\" \"tsc -b --watch\"", |
|
23 | 19 | "cipublish": "ts-node scripts/publish.ts", |
24 | 20 | "cipublishforce": "CI=true pnpm cipublish" |
25 | 21 | }, |
26 | | - "pnpm": { |
27 | | - "overrides": { |
28 | | - "@tanstack/ranger": "workspace:*", |
29 | | - "@tanstack/react-ranger": "workspace:*" |
30 | | - } |
31 | | - }, |
32 | 22 | "devDependencies": { |
33 | 23 | "@babel/core": "^7.17.9", |
34 | 24 | "@babel/preset-env": "^7.16.11", |
35 | 25 | "@babel/preset-react": "^7.16.7", |
36 | 26 | "@babel/preset-typescript": "^7.16.7", |
37 | 27 | "@commitlint/parse": "^16.2.1", |
38 | | - "@faker-js/faker": "^6.3.1", |
39 | 28 | "@rollup/plugin-babel": "^5.3.1", |
40 | 29 | "@rollup/plugin-commonjs": "^23.0.4", |
41 | 30 | "@rollup/plugin-node-resolve": "^13.2.1", |
42 | 31 | "@rollup/plugin-replace": "^4.0.0", |
43 | | - "@testing-library/react": "^12.1.2", |
44 | | - "@testing-library/react-hooks": "^7.0.2", |
45 | | - "@tsconfig/svelte": "^3.0.0", |
46 | 32 | "@types/babel__core": "^7.1.20", |
47 | 33 | "@types/fs-extra": "^9.0.13", |
48 | 34 | "@types/luxon": "^2.3.1", |
49 | 35 | "@types/node": "^17.0.25", |
50 | | - "@types/react": "^18.0.26", |
51 | | - "@types/react-dom": "^18.0.9", |
52 | 36 | "@types/semver": "^7.3.13", |
53 | 37 | "axios": "^0.26.1", |
54 | | - "babel-plugin-transform-async-to-promises": "^0.8.18", |
55 | 38 | "concurrently": "^7.1.0", |
56 | 39 | "current-git-branch": "^1.1.0", |
57 | 40 | "fs-extra": "^10.1.0", |
58 | | - "is-ci-cli": "^2.2.0", |
59 | 41 | "git-log-parser": "^1.2.0", |
| 42 | + "knip": "^5.71.0", |
60 | 43 | "luxon": "^2.3.2", |
61 | 44 | "markdown-link-extractor": "^4.0.3", |
| 45 | + "premove": "^4.0.0", |
62 | 46 | "prettier": "^3.7.4", |
63 | | - "react": "^18.2.0", |
64 | | - "react-dom": "^18.2.0", |
65 | 47 | "rollup": "^2.70.2", |
66 | 48 | "rollup-plugin-dts": "^4.2.2", |
67 | 49 | "rollup-plugin-size": "^0.2.2", |
68 | | - "rollup-plugin-svelte": "^7.1.0", |
69 | 50 | "rollup-plugin-terser": "^7.0.2", |
70 | 51 | "rollup-plugin-visualizer": "^5.6.0", |
71 | | - "solid-js": "^1.6.5", |
72 | 52 | "stream-to-array": "^2.3.0", |
73 | | - "svelte": "^3.55.0", |
74 | 53 | "tinyglobby": "^0.2.15", |
75 | 54 | "ts-node": "^10.7.0", |
76 | 55 | "typescript": "^4.9.4", |
77 | | - "vitest": "^0.26.2", |
78 | | - "vue": "^3.2.33", |
79 | | - "zod": "^3.20.2" |
| 56 | + "vitest": "^0.26.2" |
80 | 57 | } |
81 | 58 | } |
0 commit comments