1 Star 1 Fork 1

xpzll/hmmm_mobile

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.50 KB
一键复制 编辑 原始数据 按行查看 历史
xpzll 提交于 2022-06-22 11:47 . 初始化
{
"name": "02.vue-cli",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@antv/f2": "^3.6.4-beta.8",
"@tweenjs/tween.js": "^18.6.0",
"amfe-flexible": "^2.2.1",
"axios": "^0.19.2",
"core-js": "^3.6.5",
"gsap": "^3.4.0",
"html2canvas": "^1.0.0-rc.5",
"jquery": "^3.5.1",
"moment": "^2.27.0",
"normalize.css": "^8.0.1",
"qrcode": "^1.4.4",
"vant": "^2.8.5",
"vue": "^2.6.11",
"vue-router": "^3.2.0",
"vuex": "^3.4.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.4.0",
"@vue/cli-plugin-eslint": "~4.4.0",
"@vue/cli-plugin-router": "~4.4.0",
"@vue/cli-plugin-vuex": "~4.4.0",
"@vue/cli-service": "~4.4.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",
"postcss-pxtorem": "^5.1.1",
"style-resources-loader": "^1.3.2",
"vue-cli-plugin-style-resources-loader": "~0.1.4",
"vue-template-compiler": "^2.6.11"
},
"gitHooks": {
"pre-commit": "lint-staged"
},
"lint-staged": {
"*.{js,jsx,vue}": [
"vue-cli-service lint",
"git add"
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xpzll/hmmm_mobile.git
git@gitee.com:xpzll/hmmm_mobile.git
xpzll
hmmm_mobile
hmmm_mobile
master

搜索帮助