Skip to content

开发环境依赖

开发环境依赖非常多,冗杂,混乱。他们是前端百(军)花(阀)齐(割)放(据)的表现。

我也来插一脚

这些依赖包是阮喵喵自己做的,用于实现特定的业务需求。不过多介绍。

json
{
	"@ruan-cat/utils": "^1.1.0",
	"@ruan-cat/vercel-deploy-tool": "^0.1.0",
	"@ruan-cat/vuepress-preset-config": "^0.1.11"
}

eslint 和 prettier

前端工程化的一部分。我个人人为是臭名昭著的,这里不过多介绍,请看外链:

cz

前端工程化的一部分。在 git commit 提交时,帮助我们写出满足常见提交规范的工具。

类型声明库

前端写 typescript 时,要求提供第三方库的类型声明文件。

json
{
	"@types/eslint-config-prettier": "^6.11.3",
	"@types/lodash": "^4.17.12",
	"@types/lodash-es": "^4.17.12",
	"@types/node": "^22.7.7",
	"@types/qs": "^6.9.16",
	"@types/rollup-plugin-visualizer": "^4.2.4"
}

其他的东西

部署

json
{
	"vercel": "^37.8.0"
}

node 运行中间件

json
{
	"tsx": "^4.19.1"
}

删除文件

json
{
	"del": "^8.0.0"
}

控制台输出

json
{
	"consola": "^3.2.3"
}

贡献者

The avatar of contributor named as ruan-cat ruan-cat

页面历史