2 Star 0 Fork 0

Moustache_壮壮/etf2_dapp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.47 KB
一键复制 编辑 原始数据 按行查看 历史
Moustache_壮壮 提交于 2021-01-14 19:11 . 修改树状图
{
"name": "etf2_dapp",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"beta": "npm run build && upload-dist sync http://47.244.38.217:12345/upload/etf2_dapp_beta"
},
"dependencies": {
"axios": "^0.21.1",
"bignumber.js": "^9.0.1",
"core-js": "^3.6.5",
"dayjs": "^1.10.3",
"echarts": "^4.9.0",
"i18n": "^0.13.2",
"upload-dist": "^1.1.2",
"v-charts": "^1.19.0",
"vant": "^2.12.3",
"vue": "^2.6.11",
"vue-i18n": "^8.22.3",
"vue-router": "^3.2.0",
"vuex": "^3.4.0",
"vxe-table": "^3.0.22",
"web3": "^1.3.1",
"xe-utils": "^3.0.4"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.0",
"@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/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": "^6.2.2",
"less": "^3.0.4",
"less-loader": "^5.0.0",
"lint-staged": "^9.5.0",
"vue-template-compiler": "^2.6.11"
},
"gitHooks": {
"pre-commit": "lint-staged"
},
"lint-staged": {
"*.{js,jsx,vue}": [
"vue-cli-service lint",
"git add"
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/moustache_cyj/etf2_dapp.git
[email protected]:moustache_cyj/etf2_dapp.git
moustache_cyj
etf2_dapp
etf2_dapp
master

搜索帮助