3 Star 4 Fork 2

Gitee 极速下载/vue-rx

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/vuejs/vue-rx
克隆/下载
package.json 1.44 KB
一键复制 编辑 原始数据 按行查看 历史
qinyang 提交于 2022-03-30 08:08 +08:00 . fix: support rxjs 7.0 (#143)
{
"name": "vue-rx",
"version": "6.3.0",
"description": "RxJS bindings for Vue",
"main": "dist/vue-rx.js",
"module": "dist/vue-rx.esm.js",
"sideEffects": false,
"files": [
"dist",
"types/*.d.ts"
],
"typings": "types/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/vue-rx.git"
},
"keywords": [
"vue",
"rx",
"rxjs"
],
"author": "Evan You",
"license": "MIT",
"bugs": {
"url": "https://github.com/vuejs/vue-rx/issues"
},
"homepage": "https://github.com/vuejs/vue-rx#readme",
"scripts": {
"dev": "rollup -c rollup.config.js -w",
"build": "rollup -c rollup.config.js",
"lint": "eslint src test example",
"test": "npm run test:unit && npm run test:types",
"test:unit": "jest",
"test:types": "tsc -p types/test",
"dev:test": "jest --watch",
"prebuild": "npm run lint",
"pretest": "npm run build",
"prepublishOnly": "npm run build"
},
"devDependencies": {
"buble": "^0.19.3",
"eslint": "^4.19.1",
"eslint-plugin-vue-libs": "^3.0.0",
"jest": "^23.1.0",
"rollup": "^0.59.4",
"rollup-plugin-alias": "^1.4.0",
"rollup-plugin-buble": "^0.19.2",
"rollup-watch": "^4.3.1",
"rxjs": "^7.5.5",
"typescript": "^4.6.3",
"vue": "^2.5.16"
},
"peerDependencies": {
"rxjs": "^6.0.0 || ^7.0.0"
},
"eslintConfig": {
"root": true,
"extends": [
"plugin:vue-libs/recommended"
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/mirrors/vue-rx.git
git@gitee.com:mirrors/vue-rx.git
mirrors
vue-rx
vue-rx
master

搜索帮助