| 1234567891011121314151617181920212223242526272829303132333435363738 |
- {
- "name": "@vben/tailwind-config",
- "version": "5.7.0",
- "private": true,
- "homepage": "https://github.com/vbenjs/vue-vben-admin",
- "bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/vbenjs/vue-vben-admin.git",
- "directory": "internal/tailwind-config"
- },
- "license": "MIT",
- "type": "module",
- "files": [
- "src"
- ],
- "sideEffects": [
- "**/*.css"
- ],
- "main": "./src/index.ts",
- "module": "./src/index.ts",
- "types": "./src/index.ts",
- "exports": {
- ".": {
- "types": "./src/index.ts",
- "default": "./src/index.ts"
- },
- "./theme": {
- "default": "./src/theme.css"
- }
- },
- "dependencies": {
- "@iconify/tailwind4": "catalog:",
- "@tailwindcss/typography": "catalog:",
- "tailwindcss": "catalog:",
- "tw-animate-css": "catalog:"
- }
- }
|