mirror of
https://github.com/imdap/ruoyi-plus-vben5.git
synced 2026-04-23 00:38:34 +08:00
* chore: update deps * fix: tailwindcss config * fix: lint * fix: lint * chore: update deps
39 lines
874 B
JSON
39 lines
874 B
JSON
{
|
|
"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:"
|
|
}
|
|
}
|