1 Star 0 Fork 10

羅廷中/minivue3

forked from vweb8/minivue3 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.55 KB
一键复制 编辑 原始数据 按行查看 历史
webzhou 提交于 2022-07-10 09:15 . fix: computed补全类型
{
"private": true,
"version": "1.0.0",
"workspaces": [
"packages/*"
],
"scripts": {
"dev": "node script/dev.js vue -s",
"build": "node script/build.js vue",
"test": "yarn workspaces run test",
"lint": "eslint . --fix --ext .ts packages/*/lib/**.ts",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:serve": "vitepress serve docs"
},
"lint-staged": {
"*.js": [
"prettier --write"
],
"*.ts?(x)": [
"eslint",
"prettier --parser=typescript --write"
]
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.4",
"@babel/preset-typescript": "^7.16.0",
"@microsoft/api-extractor": "^7.15.1",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.0.6",
"@rollup/plugin-replace": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^5.9.1",
"@typescript-eslint/parser": "^5.9.1",
"chalk": "^4.1.0",
"eslint": "^8.7.0",
"eslint-plugin-prettier": "^4.0.0",
"execa": "^4.0.2",
"fs-extra": "^10.0.0",
"husky": "^7.0.4",
"jest": "^27.3.1",
"lerna": "^4.0.0",
"lint-staged": "^12.1.7",
"minimist": "^1.2.5",
"prettier": "^2.5.1",
"rollup": "^2.60.1",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.31.1",
"typescript": "^4.5.2",
"vitepress": "^0.20.1",
"vitepress-theme-demoblock": "^1.4.2"
},
"dependencies": {
"@babel/polyfill": "^7.12.1"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/flo_tim/minivue3.git
[email protected]:flo_tim/minivue3.git
flo_tim
minivue3
minivue3
dev_pan

搜索帮助