1 Star 0 Fork 0

Jimmybly Lee/fed-vue-lab

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.47 KB
一键复制 编辑 原始数据 按行查看 历史
Jimmybly Lee 提交于 2022-02-20 01:04 +08:00 . v.0.1.4
{
"name": "fed-vue-lab",
"version": "0.1.4",
"private": false,
"description": "Front-end development Laboratory for single vue component",
"main": "./dist/lib/fed-vue-lab.common.js",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"build:lib": "vue-cli-service build --target lib --name fed-vue-lab --dest dist/lib src/components/index.js",
"build:plugin": "vue-cli-service build --target lib --name metronic.plugin --dest dist/plugin src/assets/js/register.js",
"lint": "vue-cli-service lint"
},
"repository": {
"type": "git",
"url": "https://gitee.com/jimmyblylee/fed-vue-lab.git"
},
"keywords": [
"javascript",
"vue"
],
"author": "Jimmybly Lee",
"license": "MIT",
"peerDependencies": {
"bootstrap": "^5.0.1",
"deepmerge": "^4.2.2",
"object-path": "^0.11.8",
"vue": "^3.0.0",
"vue-router": "^4.0.12",
"vuex": "^4.0.2"
},
"devDependencies": {
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-plugin-vuex": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/compiler-sfc": "^3.2.19",
"@vue/eslint-config-standard": "^5.1.2",
"babel-eslint": "^10.1.0",
"eslint": "^6.7.2",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^7.19.0",
"sass": "1.45.0",
"sass-loader": "10.2.0"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/jimmyblylee/fed-vue-lab.git
git@gitee.com:jimmyblylee/fed-vue-lab.git
jimmyblylee
fed-vue-lab
fed-vue-lab
master

搜索帮助