|
13 | 13 | }, |
14 | 14 | "author": "Andrew Powell <[email protected]>", |
15 | 15 | "homepage": "https://jsx.email/", |
16 | | - "main": "./dist/commonjs/index.js", |
17 | 16 | "bin": { |
18 | 17 | "email": "./bin/email" |
19 | 18 | }, |
20 | 19 | "type": "module", |
21 | 20 | "exports": { |
22 | 21 | "./package.json": "./package.json", |
23 | 22 | ".": { |
24 | | - "import": { |
25 | | - "types": "./dist/esm/index.d.ts", |
26 | | - "default": "./dist/esm/index.js" |
27 | | - }, |
28 | | - "require": { |
29 | | - "types": "./dist/commonjs/index.d.ts", |
30 | | - "default": "./dist/commonjs/index.js" |
31 | | - } |
| 23 | + "types": "./dist/index.d.ts", |
| 24 | + "default": "./dist/index.js" |
32 | 25 | }, |
33 | 26 | "./compile": { |
34 | | - "import": { |
35 | | - "types": "./dist/esm/compile.d.ts", |
36 | | - "default": "./dist/esm/compile.js" |
37 | | - }, |
38 | | - "require": { |
39 | | - "types": "./dist/commonjs/compile.d.ts", |
40 | | - "default": "./dist/commonjs/compile.js" |
41 | | - } |
| 27 | + "types": "./dist/compile.d.ts", |
| 28 | + "default": "./dist/compile.js" |
42 | 29 | }, |
43 | 30 | "./config": { |
44 | | - "import": { |
45 | | - "types": "./dist/esm/config.d.ts", |
46 | | - "default": "./dist/esm/config.js" |
47 | | - }, |
48 | | - "require": { |
49 | | - "types": "./dist/commonjs/config.d.ts", |
50 | | - "default": "./dist/commonjs/config.js" |
51 | | - } |
| 31 | + "types": "./dist/config.d.ts", |
| 32 | + "default": "./dist/config.js" |
52 | 33 | } |
53 | 34 | }, |
54 | 35 | "engines": { |
|
70 | 51 | "react-dom": "^18.2.0 || ^19" |
71 | 52 | }, |
72 | 53 | "dependencies": { |
73 | | - "@dot/log": "^0.1.5", |
| 54 | + "@dot/log": "^0.2.0", |
74 | 55 | "@jsx-email/doiuse-email": "^1.0.1", |
75 | 56 | "@parcel/watcher": "^2.4.1", |
76 | 57 | "@radix-ui/colors": "3.0.0", |
77 | | - "@radix-ui/react-collapsible": "1.1.1", |
| 58 | + "@radix-ui/react-collapsible": "1.1.4", |
78 | 59 | "@radix-ui/react-icons": "^1.3.0", |
79 | | - "@radix-ui/react-popover": "1.1.2", |
| 60 | + "@radix-ui/react-popover": "1.1.7", |
80 | 61 | "@radix-ui/react-select": "^2.0.0", |
81 | | - "@radix-ui/react-slot": "1.1.0", |
82 | | - "@radix-ui/react-toggle-group": "1.1.0", |
83 | | - "@unocss/core": "^0.65.1", |
84 | | - "@unocss/preset-rem-to-px": "^0.65.1", |
85 | | - "@unocss/preset-typography": "^0.65.1", |
86 | | - "@unocss/preset-uno": "^0.65.1", |
87 | | - "@unocss/preset-wind": "^0.65.1", |
88 | | - "@unocss/transformer-compile-class": "^0.65.1", |
89 | | - "@unocss/transformer-variant-group": "^0.65.1", |
| 62 | + "@radix-ui/react-slot": "1.2.0", |
| 63 | + "@radix-ui/react-toggle-group": "1.1.3", |
| 64 | + "@unocss/core": "^66.0.0", |
| 65 | + "@unocss/preset-rem-to-px": "^66.0.0", |
| 66 | + "@unocss/preset-typography": "^66.0.0", |
| 67 | + "@unocss/preset-uno": "^66.0.0", |
| 68 | + "@unocss/preset-wind": "^66.0.0", |
| 69 | + "@unocss/transformer-compile-class": "^66.0.0", |
| 70 | + "@unocss/transformer-variant-group": "^66.0.0", |
90 | 71 | "@vitejs/plugin-react": "^4.3.0", |
91 | 72 | "autoprefixer": "^10.4.16", |
92 | | - "chalk": "4.1.2", |
| 73 | + "chalk": "5.4.1", |
| 74 | + "chalk-template": "^1.1.0", |
93 | 75 | "classnames": "2.5.1", |
94 | 76 | "debug": "^4.3.4", |
95 | | - "esbuild": "^0.24.0", |
| 77 | + "esbuild": "^0.25.2", |
96 | 78 | "find-up": "^7.0.0", |
97 | | - "framer-motion": "11.12.0", |
98 | | - "globby": "14.0.2", |
| 79 | + "framer-motion": "12.7.3", |
| 80 | + "globby": "14.1.0", |
99 | 81 | "hash-it": "^6.0.0", |
100 | 82 | "html-to-text": "9.0.5", |
101 | 83 | "lilconfig": "^3.1.2", |
102 | 84 | "magic-string": "^0.30.5", |
103 | | - "md-to-react-email": "5.0.4", |
| 85 | + "md-to-react-email": "5.0.5", |
104 | 86 | "micromatch": "^4.0.5", |
105 | | - "mime-types": "^2.1.35", |
| 87 | + "mime-types": "^3.0.1", |
106 | 88 | "mustache": "^4.2.0", |
107 | 89 | "postcss": "^8.4.32", |
108 | 90 | "postcss-var-replace": "^1.0.0", |
109 | 91 | "pretty-bytes": "^6.1.1", |
110 | | - "react-router-dom": "7.0.1", |
| 92 | + "react-router-dom": "7.5.0", |
111 | 93 | "rehype": "^13.0.1", |
112 | 94 | "rehype-stringify": "^10.0.0", |
113 | | - "shiki": "^1.18.0", |
| 95 | + "shiki": "^3.2.2", |
114 | 96 | "source-map-support": "^0.5.21", |
115 | 97 | "std-env": "^3.6.0", |
116 | | - "tailwindcss": "3.4.15", |
| 98 | + "tailwindcss": "4.1.4", |
117 | 99 | "titleize": "^4.0.0", |
118 | 100 | "unist-util-visit": "^5.0.0", |
119 | | - "valibot": "^0.42.1", |
120 | | - "vite": "^5.2.11", |
| 101 | + "valibot": "^1.0.0", |
| 102 | + "vite": "^6.2.6", |
121 | 103 | "yargs-parser": "^21.1.1" |
122 | 104 | }, |
123 | 105 | "devDependencies": { |
|
136 | 118 | "hast": "^1.0.0", |
137 | 119 | "unified": "^11.0.4" |
138 | 120 | }, |
139 | | - "types": "./dist/commonjs/index.d.ts", |
| 121 | + "types": "./dist/index.d.ts", |
140 | 122 | "funding": { |
141 | 123 | "type": "github", |
142 | 124 | "url": "https://github.com/sponsors/shellscape" |
|
0 commit comments