7 Star 24 Fork 1

苍石 / vue2-annotate

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.16 KB
一键复制 编辑 原始数据 按行查看 历史
苍石 提交于 2020-10-14 20:42 . 1.0.21
{
"name": "@palerock/vue2-annotate",
"version": "1.0.21",
"description": "Using annotate for Vue",
"main": "dist/index.js",
"types": "types/index.d.ts",
"scripts": {
"demo": "nodemon demo",
"build": "babel src -d dist",
"do-publish": "npm run build && npm publish --access public"
},
"dependencies": {
"@palerock/annotate-js": "^1.2.41",
"@babel/polyfill": "^7.11.5"
},
"files": [
"src",
"dist",
"demo",
"package.json",
"LICENSE",
"readme.md",
"types/*.d.ts"
],
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/cli": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-decorators": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/register": "^7.0.0",
"nodemon": "^1.19.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/canguser/vue2-annotate.git"
},
"keywords": [
"Vue",
"Annotate",
"Decorator"
],
"author": "Cangshi",
"license": "Apache License 2.0",
"bugs": {
"url": "https://github.com/canguser/vue2-annotate/issues"
},
"homepage": "https://github.com/canguser/vue2-annotate#readme"
}
JavaScript
1
https://gitee.com/HGJing/vue2-annotate.git
git@gitee.com:HGJing/vue2-annotate.git
HGJing
vue2-annotate
vue2-annotate
master

搜索帮助