3 Star 0 Fork 0

linz/sms-h5

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.34 KB
一键复制 编辑 原始数据 按行查看 历史
linz 提交于 2023-02-11 13:31 . init
{
"name": "vant-h5",
"version": "1.0.0",
"description": "Collection of vant demos.",
"author": "neverland <chenjiahan@neverl.com>",
"license": "MIT",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"lint:style": "stylelint \"src/**/*.scss\" --syntax scss",
"lint:style-fix": "stylelint \"src/**/*.scss\" --syntax scss --fix"
},
"dependencies": {
"axios": "^0.18.0",
"clipboard": "1.7.1",
"dayjs": "^1.7.7",
"js-base64": "^2.5.1",
"lodash": "^4.17.11",
"lrz": "^4.9.40",
"qiniu-js": "^2.5.4",
"vant": "^1.6.12",
"vue": "^2.5.17",
"vue-router": "^3.0.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.0.1",
"@vue/cli-plugin-eslint": "^3.0.1",
"@vue/cli-service": "^3.0.1",
"babel-plugin-import": "^1.8.0",
"less": "^3.8.1",
"less-loader": "^4.1.0",
"sass-loader": "^7.0.3",
"gulp-sass": "^4.0.1",
"stylelint-scss": "^3.2.0",
"vue-template-compiler": "^2.5.17"
},
"lint-staged": {
"*.js": [
"eslint --quiet --cache --fix",
"git add"
],
"src/**/*.scss": [
"stylelint --syntax scss --fix",
"git add"
]
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"Android >= 4.0",
"iOS >= 7"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/linz0212/sms-h5.git
git@gitee.com:linz0212/sms-h5.git
linz0212
sms-h5
sms-h5
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385