weapp-tailwindcss 3.2.0-alpha.4 → 3.2.0-alpha.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -85
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "weapp-tailwindcss",
|
|
3
|
-
"version": "3.2.0-alpha.
|
|
3
|
+
"version": "3.2.0-alpha.6",
|
|
4
4
|
"description": "把tailwindcss jit引擎,带给小程序开发者们! bring tailwindcss jit engine to miniprogram developers!",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -121,90 +121,6 @@
|
|
|
121
121
|
"url": "https://github.com/sonofmagic/weapp-tailwindcss-webpack-plugin/issues"
|
|
122
122
|
},
|
|
123
123
|
"homepage": "https://weapp-tw.icebreaker.top",
|
|
124
|
-
"devDependencies": {
|
|
125
|
-
"@ast-grep/napi": "^0.20.5",
|
|
126
|
-
"@babel/core": "^7.24.4",
|
|
127
|
-
"@icebreakers/cli": "0.1.1",
|
|
128
|
-
"@icebreakers/readme": "0.1.0",
|
|
129
|
-
"@rollup/plugin-alias": "^5.1.0",
|
|
130
|
-
"@rollup/plugin-commonjs": "^25.0.7",
|
|
131
|
-
"@rollup/plugin-json": "^6.1.0",
|
|
132
|
-
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
133
|
-
"@rollup/plugin-terser": "^0.4.4",
|
|
134
|
-
"@rollup/plugin-typescript": "^11.1.6",
|
|
135
|
-
"@tsconfig/recommended": "^1.0.6",
|
|
136
|
-
"@types/babel__generator": "^7.6.8",
|
|
137
|
-
"@types/babel__traverse": "^7.20.5",
|
|
138
|
-
"@types/debug": "^4.1.12",
|
|
139
|
-
"@types/diff": "^5.2.0",
|
|
140
|
-
"@types/fs-extra": "^11.0.4",
|
|
141
|
-
"@types/gulp": "^4.0.17",
|
|
142
|
-
"@types/gulp-postcss": "^8.0.6",
|
|
143
|
-
"@types/js-beautify": "^1.14.3",
|
|
144
|
-
"@types/klaw": "^3.0.6",
|
|
145
|
-
"@types/loader-utils": "^2.0.6",
|
|
146
|
-
"@types/lodash": "^4.17.0",
|
|
147
|
-
"@types/md5": "^2.3.5",
|
|
148
|
-
"@types/micromatch": "^4.0.7",
|
|
149
|
-
"@types/node": "^20.12.7",
|
|
150
|
-
"@types/semver": "^7.5.8",
|
|
151
|
-
"@types/vinyl": "^2.0.12",
|
|
152
|
-
"@types/webpack": "^5.28.5",
|
|
153
|
-
"@types/webpack-sources": "^3.2.3",
|
|
154
|
-
"@types/webpack4": "npm:@types/webpack@4",
|
|
155
|
-
"@vitest/coverage-v8": "^1.5.0",
|
|
156
|
-
"@vitest/ui": "^1.5.0",
|
|
157
|
-
"@weapp-tailwindcss/cli": "0.0.0-alpha.4",
|
|
158
|
-
"autoprefixer": "^10.4.19",
|
|
159
|
-
"babel-loader": "^9.1.3",
|
|
160
|
-
"bumpp": "^9.4.0",
|
|
161
|
-
"colorette": "^2.0.20",
|
|
162
|
-
"cross-env": "^7.0.3",
|
|
163
|
-
"css-loader": "^7.1.1",
|
|
164
|
-
"css-to-tailwindcss-plugin": "^0.3.0",
|
|
165
|
-
"dedent": "^1.5.3",
|
|
166
|
-
"defu": "6.1.4",
|
|
167
|
-
"del": "^7.1.0",
|
|
168
|
-
"diff": "^5.2.0",
|
|
169
|
-
"domhandler": "^5.0.3",
|
|
170
|
-
"eslint": "8.57.0",
|
|
171
|
-
"eslint-config-icebreaker": "^1.2.3",
|
|
172
|
-
"eslint-config-prettier": "^9.1.0",
|
|
173
|
-
"eslint-plugin-prettier": "^5.1.3",
|
|
174
|
-
"execa": "^8.0.1",
|
|
175
|
-
"fast-glob": "^3.3.2",
|
|
176
|
-
"fs-extra": "^11.2.0",
|
|
177
|
-
"gulp": "^5.0.0",
|
|
178
|
-
"gulp-postcss": "^10.0.0",
|
|
179
|
-
"html-loader": "^5.0.0",
|
|
180
|
-
"js-beautify": "^1.15.1",
|
|
181
|
-
"klaw": "^4.1.0",
|
|
182
|
-
"lodash": "^4.17.21",
|
|
183
|
-
"mini-css-extract-plugin": "^2.9.0",
|
|
184
|
-
"miniprogram-automator": "^0.12.1",
|
|
185
|
-
"pkg-types": "^1.1.0",
|
|
186
|
-
"postcss-load-config": "^5.0.3",
|
|
187
|
-
"postcss-loader": "^8.1.1",
|
|
188
|
-
"prettier": "^3.2.5",
|
|
189
|
-
"promisify-loader-runner": "^1.0.1",
|
|
190
|
-
"rollup": "^4.16.1",
|
|
191
|
-
"rollup-plugin-visualizer": "^5.12.0",
|
|
192
|
-
"sass": "^1.75.0",
|
|
193
|
-
"style-loader": "^4.0.0",
|
|
194
|
-
"tailwindcss": "^3.4.3",
|
|
195
|
-
"ts-node": "^10.9.2",
|
|
196
|
-
"ts-patch": "^3.1.2",
|
|
197
|
-
"tsd": "^0.31.0",
|
|
198
|
-
"tslib": "^2.6.2",
|
|
199
|
-
"typescript": "^5.4.5",
|
|
200
|
-
"typescript-transform-paths": "^3.4.7",
|
|
201
|
-
"vinyl": "^3.0.0",
|
|
202
|
-
"vite": "^5.2.10",
|
|
203
|
-
"vitest": "^1.5.0",
|
|
204
|
-
"weapp-tailwindcss-children": "^0.1.0",
|
|
205
|
-
"webpack": "^5.91.0",
|
|
206
|
-
"webpack-build-utils": "^0.0.7"
|
|
207
|
-
},
|
|
208
124
|
"dependencies": {
|
|
209
125
|
"@ast-core/escape": "^1.0.1",
|
|
210
126
|
"@babel/generator": "7.24.4",
|
|
@@ -237,6 +153,7 @@
|
|
|
237
153
|
"build": "pnpm clean && cross-env NODE_ENV=production rollup -c rollup.config.ts --configPlugin typescript && pnpm dts",
|
|
238
154
|
"build:demo": "pnpm demo:del-dist && cross-env NODE_ENV=demo rollup -c rollup.config.ts --configPlugin typescript && pnpm demo:sync-dist",
|
|
239
155
|
"build:tsc": "cross-env NODE_ENV=development tsc --build tsconfig.json",
|
|
156
|
+
"build:cli": "cd plugins/cli && pnpm run build",
|
|
240
157
|
"dts": "tsc --emitDeclarationOnly -p tsconfig.dts.json",
|
|
241
158
|
"test": "npm run postinstall && cross-env TARGET=1 vitest run",
|
|
242
159
|
"test:dev": "cross-env TARGET=1 vitest",
|