1+ {
2+ "name" : " @tanstack/react-start-devtools" ,
3+ "version" : " 0.0.1" ,
4+ "description" : " React adapter for devtools for Start." ,
5+ "author" : " Tanner Linsley" ,
6+ "license" : " MIT" ,
7+ "repository" : {
8+ "type" : " git" ,
9+ "url" : " https://github.com/TanStack/start.git" ,
10+ "directory" : " packages/start"
11+ },
12+ "homepage" : " https://tanstack.com/start" ,
13+ "funding" : {
14+ "type" : " github" ,
15+ "url" : " https://github.com/sponsors/tannerlinsley"
16+ },
17+ "keywords" : [],
18+ "type" : " module" ,
19+ "types" : " dist/esm/index.d.ts" ,
20+ "module" : " dist/esm/index.js" ,
21+ "exports" : {
22+ "." : {
23+ "import" : {
24+ "types" : " ./dist/esm/index.d.ts" ,
25+ "default" : " ./dist/esm/index.js"
26+ }
27+ },
28+ "./production" : {
29+ "import" : {
30+ "types" : " ./dist/esm/production.d.ts" ,
31+ "default" : " ./dist/esm/production.js"
32+ }
33+ },
34+ "./package.json" : " ./package.json"
35+ },
36+ "sideEffects" : false ,
37+ "engines" : {
38+ "node" : " >=18"
39+ },
40+ "files" : [
41+ " dist/" ,
42+ " src"
43+ ],
44+ "scripts" : {
45+ "clean" : " premove ./build ./dist" ,
46+ "lint:fix" : " eslint ./src --fix" ,
47+ "test:eslint" : " eslint ./src" ,
48+ "test:lib" : " vitest" ,
49+ "test:lib:dev" : " pnpm test:lib --watch" ,
50+ "test:types" : " tsc" ,
51+ "test:build" : " publint --strict" ,
52+ "build" : " vite build"
53+ },
54+ "peerDependencies" : {
55+ "@types/react" : " >=16.8" ,
56+ "@types/react-dom" : " >=16.8" ,
57+ "react" : " >=16.8" ,
58+ "react-dom" : " >=16.8"
59+ },
60+ "dependencies" : {
61+ "@tanstack/devtools-utils" : " ^0.0.3" ,
62+ "@tanstack/start-devtools" : " workspace:*"
63+ },
64+ "devDependencies" : {
65+ "@eslint-react/eslint-plugin" : " ^1.53.1" ,
66+ "@vitejs/plugin-react" : " ^5.0.2" ,
67+ "eslint-plugin-react-compiler" : " 19.1.0-rc.2" ,
68+ "eslint-plugin-react-hooks" : " ^5.2.0"
69+ }
70+ }
0 commit comments