1 Star 0 Fork 0

badboyoo/mini-vue

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 799 Bytes
一键复制 编辑 原始数据 按行查看 历史
崔效瑞 提交于 2021-02-08 15:27 . chore: update @vue/reactivity version
{
"name": "rollup-starter-ts",
"version": "0.0.1",
"description": "To fast start a typescript library.",
"main": "lib/mini-vue.cjs.js",
"module": "lib/mini-vue.esm.js",
"scripts": {
"build": "rollup -c",
"build:type": "tsc -p ./tsconfig.type.json",
"test": "jest --no-cache"
},
"author": "zenoslin",
"license": "ISC",
"devDependencies": {
"@rollup/plugin-commonjs": "^13.0.0",
"@rollup/plugin-node-resolve": "^8.1.0",
"@rollup/plugin-replace": "^2.3.3",
"@types/jest": "^26.0.0",
"jest": "^26.0.1",
"rollup": "^2.17.1",
"rollup-plugin-sourcemaps": "^0.6.2",
"rollup-plugin-typescript": "^1.0.1",
"ts-jest": "^26.1.0",
"tslib": "^2.0.0",
"typescript": "^3.9.5"
},
"dependencies": {
"@vue/reactivity": "^3.0.5"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/badboyoo/mini-vue.git
[email protected]:badboyoo/mini-vue.git
badboyoo
mini-vue
mini-vue
master

搜索帮助