|
4 | 4 | "version": "0.1.0-experimental.0", |
5 | 5 | "exports": { |
6 | 6 | ".": "./src/index.ts", |
7 | | - "./bun": "./src/server/bun.ts" |
| 7 | + "./bun": "./src/server/bun.ts", |
| 8 | + "./jsx-runtime": "./src/jsx-runtime.ts", |
| 9 | + "./jsx-dev-runtime": "./src/jsx-dev-runtime.ts" |
8 | 10 | }, |
9 | 11 | "imports": { |
10 | 12 | "#cherry-cola": "./src/index.ts", |
|
32 | 34 | "@types/babel__core": "^7.20.0", |
33 | 35 | "@types/babel__traverse": "^7.18.3", |
34 | 36 | "@types/jest": "^29.2.0", |
35 | | - "autoprefixer": "^10.4.12", |
36 | | - "browserslist": "^4.21.4", |
37 | 37 | "bun-types": "^0.1.11", |
38 | | - "esbuild": "^0.15.10", |
39 | | - "sass": "^1.55.0", |
40 | 38 | "typescript": "^4.9.5", |
41 | 39 | "ws": "^8.9.0" |
42 | 40 | }, |
|
45 | 43 | "@babel/generator": "^7.21.3", |
46 | 44 | "@babel/parser": "^7.19.3", |
47 | 45 | "@babel/traverse": "^7.21.2", |
| 46 | + "autoprefixer": "^10.4.12", |
48 | 47 | "babel-plugin-minify-dead-code-elimination": "^0.5.2", |
49 | 48 | "babel-plugin-remove-unused-import": "^2.1.1", |
| 49 | + "browserslist": "^4.21.4", |
50 | 50 | "chalk": "^5.1.2", |
| 51 | + "esbuild": "^0.17.12", |
51 | 52 | "escape-html": "^1.0.3", |
52 | 53 | "express": "^4.18.1", |
53 | 54 | "glob": "^9.2.1", |
|
60 | 61 | "postcss": "^8.4.21", |
61 | 62 | "postcss-modules": "^6.0.0", |
62 | 63 | "pretty-error": "^4.0.0", |
| 64 | + "sass": "^1.55.0", |
63 | 65 | "shrink-ray-current": "^4.1.3", |
64 | 66 | "stylus": "^0.59.0", |
65 | 67 | "uuid": "^9.0.0", |
|
0 commit comments