@empjs/plugin-tailwindcss
Advanced tools
+10
-18
| { | ||
| "name": "@empjs/plugin-tailwindcss", | ||
| "version": "1.2.8-beta.3", | ||
| "version": "1.2.8-beta.4", | ||
| "description": "base tailwind 4", | ||
| "license": "MIT", | ||
| "type": "module", | ||
| "files": [ | ||
| "dist" | ||
| ], | ||
| "maintainers": [ | ||
| "xuhongbin", | ||
| "ckken" | ||
| ], | ||
| "files": ["dist"], | ||
| "maintainers": ["xuhongbin", "ckken"], | ||
| "repository": { | ||
@@ -22,6 +17,3 @@ "type": "git", | ||
| }, | ||
| "keywords": [ | ||
| "vue", | ||
| "vue2" | ||
| ], | ||
| "keywords": ["vue", "vue2"], | ||
| "main": "dist/index.js", | ||
@@ -51,2 +43,6 @@ "types": "dist/index.d.ts", | ||
| }, | ||
| "scripts": { | ||
| "build": "tsup", | ||
| "dev": "tsup --watch" | ||
| }, | ||
| "engines": { | ||
@@ -57,3 +53,3 @@ "node": ">=16.0.0" | ||
| "devDependencies": { | ||
| "@empjs/cli": "3.12.5-beta.0" | ||
| "@empjs/cli": "workspace:*" | ||
| }, | ||
@@ -69,7 +65,3 @@ "dependencies": { | ||
| "postcss-pxtorem": "^6.1.0" | ||
| }, | ||
| "scripts": { | ||
| "build": "tsup", | ||
| "dev": "tsup --watch" | ||
| } | ||
| } | ||
| } |
8070
-0.41%