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

35 lines
817 B
JSON
Raw Normal View History

2024-05-19 21:20:42 +08:00
{
"name": "@vben/prettier-config",
2024-06-16 23:50:17 +08:00
"version": "5.0.0",
2024-05-19 21:20:42 +08:00
"private": true,
"type": "module",
"license": "MIT",
"homepage": "https://github.com/vbenjs/vue-vben-admin",
"repository": {
"type": "git",
"url": "git+https://github.com/vbenjs/vue-vben-admin.git",
"directory": "internal/lint-configs/prettier-config"
},
2024-05-25 09:47:15 +08:00
"bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
2024-05-19 21:20:42 +08:00
"scripts": {
"stub": "pnpm unbuild --stub"
},
"files": [
"dist"
],
"main": "./dist/index.mjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"default": "./dist/index.mjs"
}
},
"dependencies": {
"prettier": "^3.3.2",
2024-06-16 23:30:31 +08:00
"prettier-plugin-tailwindcss": "^0.6.5"
2024-05-19 21:20:42 +08:00
}
}