|
34 | 34 | "type": "module", |
35 | 35 | "types": "./dist/index.d.ts", |
36 | 36 | "exports": { |
37 | | - ".": "./dist/index.js", |
38 | | - "./production": "./dist/production.js", |
| 37 | + ".": { |
| 38 | + "workerd": { |
| 39 | + "types": "./dist/index.d.ts", |
| 40 | + "import": "./dist/server.js" |
| 41 | + }, |
| 42 | + "browser": { |
| 43 | + "types": "./dist/index.d.ts", |
| 44 | + "import": "./dist/index.js" |
| 45 | + }, |
| 46 | + "node": { |
| 47 | + "types": "./dist/index.d.ts", |
| 48 | + "import": "./dist/server.js" |
| 49 | + }, |
| 50 | + "types": "./dist/index.d.ts", |
| 51 | + "import": "./dist/index.js" |
| 52 | + }, |
| 53 | + "./production": { |
| 54 | + "workerd": { |
| 55 | + "types": "./dist/production/index.d.ts", |
| 56 | + "import": "./dist/production/server.js" |
| 57 | + }, |
| 58 | + "browser": { |
| 59 | + "types": "./dist/production/index.d.ts", |
| 60 | + "import": "./dist/production/index.js" |
| 61 | + }, |
| 62 | + "node": { |
| 63 | + "types": "./dist/production/index.d.ts", |
| 64 | + "import": "./dist/production/server.js" |
| 65 | + }, |
| 66 | + "types": "./dist/production/index.d.ts", |
| 67 | + "import": "./dist/production/index.js" |
| 68 | + }, |
39 | 69 | "./package.json": "./package.json" |
40 | 70 | }, |
41 | 71 | "sideEffects": false, |
|
50 | 80 | "@tanstack/pacer": ">=0.16.4" |
51 | 81 | }, |
52 | 82 | "dependencies": { |
53 | | - "@tanstack/devtools-ui": "^0.4.4", |
54 | | - "@tanstack/devtools-utils": "^0.3.0", |
| 83 | + "@tanstack/devtools-ui": "^0.5.0", |
| 84 | + "@tanstack/devtools-utils": "^0.3.2", |
55 | 85 | "@tanstack/solid-store": "^0.8.1", |
56 | 86 | "clsx": "^2.1.1", |
| 87 | + "csstype": "^3.0.10", |
57 | 88 | "dayjs": "^1.11.19", |
58 | 89 | "goober": "^2.1.18", |
59 | 90 | "solid-js": "^1.9.11" |
60 | 91 | }, |
61 | 92 | "devDependencies": { |
| 93 | + "rolldown-plugin-solid": "^0.2.1", |
| 94 | + "tsdown": "^0.21.1", |
62 | 95 | "vite-plugin-solid": "^2.11.10" |
63 | 96 | } |
64 | 97 | } |
0 commit comments