1 Star 0 Fork 1

LiangWei/vite-plugin-svg-icons

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.80 KB
一键复制 编辑 原始数据 按行查看 历史
ANN 提交于 2022-01-29 09:22 . chore: release 2.0.1
{
"name": "vite-plugin-svg-icons-monorepo",
"private": true,
"version": "2.0.1",
"license": "MIT",
"author": "Vben",
"scripts": {
"stub": "pnpm run prepack --filter ./packages -- --stub",
"postinstall": "pnpm run stub",
"log": "conventional-changelog -p angular -i CHANGELOG.md -s",
"lint:pretty": "pretty-quick --staged",
"lint:eslint": "eslint \"packages/**/*.{ts,tsx}\" --fix",
"prepare": "husky install",
"preinstall": "npx only-allow pnpm",
"test": "vitest"
},
"keywords": [
"vite",
"vite-plugin",
"svg",
"sprite",
"svgo",
"vben"
],
"repository": {
"type": "git",
"url": "https://github.com/anncwb/vite-plugin-svg-icons"
},
"bugs": {
"url": "https://github.com/anncwb/vite-plugin-svg-i cons/issues"
},
"homepage": "https://github.com/anncwb/vite-plugin-svg-icons/tree/master/#readme",
"devDependencies": {
"@commitlint/cli": "^16.1.0",
"@commitlint/config-conventional": "^16.0.0",
"@types/html-minifier-terser": "^6.1.0",
"@types/jsdom": "^16.2.14",
"@types/node": "^17.0.13",
"@typescript-eslint/eslint-plugin": "^5.10.1",
"@typescript-eslint/parser": "^5.10.1",
"commitizen": "^4.2.4",
"conventional-changelog-cli": "^2.2.2",
"cross-env": "^7.0.3",
"eslint": "^8.7.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-html": "^6.2.0",
"husky": "^7.0.4",
"lint-staged": "^12.3.2",
"prettier": "^2.5.1",
"rimraf": "^3.0.2",
"tsup": "^5.11.11",
"typescript": "^4.5.5",
"unbuild": "^0.6.9",
"vite": "^2.7.13",
"vitest": "^0.2.5"
},
"lint-staged": {
"*": [
"prettier --write --ignore-unknown"
],
"packages/*/{src,types}/**/*.ts": [
"eslint --ext .ts"
],
"packages/**/*.d.ts": [
"eslint --ext .ts"
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/imyyliang/vite-plugin-svg-icons.git
git@gitee.com:imyyliang/vite-plugin-svg-icons.git
imyyliang
vite-plugin-svg-icons
vite-plugin-svg-icons
main

搜索帮助