|
32 | 32 | "@tailwindcss-mangle/core": "workspace:*",
|
33 | 33 | "@tailwindcss-mangle/shared": "workspace:*",
|
34 | 34 | "@tsconfig/recommended": "^1.0.7",
|
| 35 | + "@types/babel__generator": "^7.6.8", |
| 36 | + "@types/babel__helper-plugin-utils": "^7.10.3", |
| 37 | + "@types/babel__traverse": "^7.20.6", |
35 | 38 | "@types/fs-extra": "^11.0.4",
|
36 | 39 | "@types/html-minifier-terser": "^7.0.2",
|
37 | 40 | "@types/lodash-es": "^4.17.12",
|
38 | 41 | "@types/node": "^20.14.11",
|
| 42 | + "@types/resolve": "^1.20.6", |
| 43 | + "@types/semver": "^7.5.8", |
39 | 44 | "@vitest/coverage-v8": "^2.0.3",
|
| 45 | + "astro": "^4.12.1", |
40 | 46 | "bumpp": "^9.4.1",
|
41 | 47 | "cross-env": "^7.0.3",
|
| 48 | + "css-loader": "^7.1.2", |
42 | 49 | "dedent": "^1.5.3",
|
43 | 50 | "defu": "^6.1.4",
|
44 | 51 | "del": "^7.1.0",
|
45 | 52 | "eslint": "^9.7.0",
|
46 | 53 | "fs-extra": "^11.2.0",
|
47 | 54 | "html-minifier-terser": "^7.2.0",
|
| 55 | + "html-webpack-plugin": "^5.6.0", |
48 | 56 | "local-pkg": "^0.5.0",
|
49 | 57 | "lodash-es": "^4.17.21",
|
| 58 | + "mini-css-extract-plugin": "^2.9.0", |
| 59 | + "normalize-newline": "^4.1.0", |
50 | 60 | "only-allow": "^1.2.1",
|
51 | 61 | "pathe": "^1.1.2",
|
| 62 | + "pkg-types": "^1.1.3", |
| 63 | + "postcss": "^8.4.39", |
| 64 | + "postcss-loader": "^8.1.1", |
| 65 | + "postcss7": "npm:postcss@7", |
52 | 66 | "prettier": "^3.3.3",
|
53 | 67 | "rollup": "^4.18.1",
|
| 68 | + "tailwindcss": "^3.4.6", |
54 | 69 | "tailwindcss-patch": "workspace:*",
|
| 70 | + "tailwindcss2": "npm:@tailwindcss/postcss7-compat@^2.2.17", |
55 | 71 | "ts-node": "^10.9.2",
|
56 | 72 | "tslib": "^2.6.3",
|
57 | 73 | "tsup": "^8.1.2",
|
| 74 | + "tsx": "^4.16.2", |
58 | 75 | "turbo": "^2.0.7",
|
59 | 76 | "typescript": "^5.5.3",
|
60 | 77 | "unbuild": "^2.0.0",
|
61 | 78 | "unplugin": "^1.11.0",
|
62 | 79 | "unplugin-tailwindcss-mangle": "workspace:*",
|
| 80 | + "vite": "^5.3.4", |
63 | 81 | "vite-tsconfig-paths": "^4.3.2",
|
64 |
| - "vitest": "^2.0.3" |
| 82 | + "vitest": "^2.0.3", |
| 83 | + "webpack": "^5.93.0", |
| 84 | + "webpack-build-utils": "^0.0.7" |
65 | 85 | }
|
66 | 86 | }
|
0 commit comments