|
1 | 1 | { |
2 | 2 | "name": "@tanstack/config", |
3 | 3 | "version": "0.16.3", |
4 | | - "description": "Configuration and tools for publishing and maintaining TanStack projects.", |
| 4 | + "description": "All-in-one config used by TanStack projects.", |
5 | 5 | "author": "tannerlinsley", |
6 | 6 | "license": "MIT", |
7 | 7 | "repository": { |
|
59 | 59 | "node": ">=18" |
60 | 60 | }, |
61 | 61 | "dependencies": { |
62 | | - "@commitlint/parse": "catalog:", |
63 | 62 | "@tanstack/eslint-config": "workspace:*", |
| 63 | + "@tanstack/publish-config": "workspace:*", |
64 | 64 | "@tanstack/typedoc-config": "workspace:*", |
| 65 | + "@tanstack/vite-config": "workspace:*", |
65 | 66 | "commander": "catalog:", |
66 | 67 | "esbuild-register": "catalog:", |
67 | 68 | "interpret": "catalog:", |
68 | | - "jsonfile": "catalog:", |
69 | 69 | "liftoff": "catalog:", |
70 | 70 | "minimist": "catalog:", |
71 | | - "rollup-plugin-preserve-directives": "catalog:", |
72 | | - "semver": "catalog:", |
73 | | - "simple-git": "catalog:", |
74 | | - "v8flags": "catalog:", |
75 | | - "vite-plugin-dts": "catalog:", |
76 | | - "vite-plugin-externalize-deps": "catalog:", |
77 | | - "vite-tsconfig-paths": "catalog:" |
| 71 | + "v8flags": "catalog:" |
78 | 72 | }, |
79 | 73 | "devDependencies": { |
80 | 74 | "@types/interpret": "catalog:", |
81 | | - "@types/jsonfile": "catalog:", |
82 | 75 | "@types/liftoff": "catalog:", |
83 | 76 | "@types/minimist": "catalog:", |
84 | | - "@types/semver": "catalog:", |
85 | 77 | "@types/v8flags": "catalog:", |
86 | 78 | "eslint": "catalog:", |
87 | | - "type-fest": "catalog:", |
88 | 79 | "vite": "catalog:" |
89 | 80 | } |
90 | 81 | } |
0 commit comments