push
Showing
| ... | ... | @@ -3,6 +3,7 @@ |
| "name": "verification-code-input", | ||
| "version": "2.0.0", | ||
| "description": "验证码输入框,密码输入框", | ||
| "private": true, | ||
| "keywords": [ | ||
| "验证码输入框", | ||
| "支付密码输入框" | ||
| ... | ... | @@ -14,24 +15,41 @@ |
| "通用组件" | ||
| ] | ||
| }, | ||
| "scripts": { | ||
| "build": "uni build -p h5", | ||
| "analyze": "uni build -p h5 --analyze", | ||
| "lint": "eslint --ext .js,.vue src", | ||
| "test": "jest" | ||
| }, | ||
| "dependencies": { | ||
| "@dcloudio/uni-app": "^3.0.0-30720220613001", | ||
| "crypto-js": "^4.2.0", | ||
| "dayjs": "^1.11.13", | ||
| "echarts": "^5.4.1", | ||
| "js-sha256": "^0.11.1", | ||
| "nanoid": "^4.0.0", | ||
| "@dcloudio/uni-app": "^3.0.0", | ||
| "vue": "^2.6.14" | ||
| }, | ||
| "devDependencies": { | ||
| "@babel/core": "^7.22.5", | ||
| "@dcloudio/uni-h5": "^3.0.0-30720220613001", | ||
| "@dcloudio/vue-cli-plugin-uni": "^3.0.0-30720220613001", | ||
| "@vue/cli-plugin-babel": "^4.5.19", | ||
| "@vue/cli-plugin-eslint": "^4.5.19", | ||
| "@vue/eslint-config-standard": "^6.1.0", | ||
| "eslint": "^7.32.0", | ||
| "eslint-plugin-vue": "^7.20.0", | ||
| "jest": "^29.6.2", | ||
| "less": "^4.3.0", | ||
| "@dcloudio/uni-h5": "^3.0.0", | ||
| "@dcloudio/vue-cli-plugin-uni": "^3.0.0", | ||
| "webpack": "^4.46.0" | ||
| "less-loader": "^10.0.1", | ||
| "postcss-pxtorem": "^6.0.0", | ||
| "vue-jest": "^5.0.0", | ||
| "webpack": "^4.46.0", | ||
| "webpack-bundle-analyzer": "^4.8.0" | ||
| }, | ||
| "scripts": { | ||
| "dev": "uni -p h5", | ||
| "build:h5": "uni build -p h5", | ||
| "test": "echo \"Error: no test specified\" && exit 1" | ||
| } | ||
| "browserslist": [ | ||
| "> 1%", | ||
| "last 2 versions", | ||
| "not dead" | ||
| ] | ||
| } |
Please
register
or
sign in
to comment