admin-vben/internal/lint-configs/prettier-config/package.json

29 lines
648 B
JSON
Raw Normal View History

2024-05-19 13:20:42 +00:00
{
"name": "@vben/prettier-config",
2024-06-16 15:50:17 +00:00
"version": "5.0.0",
2024-05-19 13:20:42 +00:00
"private": true,
"homepage": "https://github.com/vbenjs/vue-vben-admin",
2024-06-16 15:56:20 +00:00
"bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
2024-05-19 13:20:42 +00:00
"repository": {
"type": "git",
"url": "git+https://github.com/vbenjs/vue-vben-admin.git",
"directory": "internal/lint-configs/prettier-config"
},
2024-06-16 15:56:20 +00:00
"license": "MIT",
"type": "module",
2024-05-19 13:20:42 +00:00
"files": [
"dist"
],
"main": "./index.mjs",
"module": "./index.mjs",
2024-05-19 13:20:42 +00:00
"exports": {
".": {
"default": "./index.mjs"
2024-05-19 13:20:42 +00:00
}
},
"dependencies": {
"prettier": "catalog:",
"prettier-plugin-tailwindcss": "catalog:"
2024-05-19 13:20:42 +00:00
}
}