push
Showing
| { | ||
| "id": "vcode-input", | ||
| "name": "verification-code-input", | ||
| "version": "2.0.0", | ||
| "description": "验证码输入框,密码输入框", | ||
| "private": true, | ||
| "keywords": [ | ||
| "验证码输入框", | ||
| "支付密码输入框" | ||
| ], | ||
| "displayName": "验证码输入框", | ||
| "dcloudext": { | ||
| "category": [ | ||
| "前端组件", | ||
| "通用组件" | ||
| ] | ||
| }, | ||
| "scripts": { | ||
| "dev": "vite --host 0.0.0.0", | ||
| "build": "vite build --mode production", | ||
| ... | ... | @@ -27,10 +14,6 @@ |
| "echarts": "^5.6.0", | ||
| "js-sha256": "^0.11.1", | ||
| "nanoid": "^5.1.5", | ||
| "@element-plus/icons-vue": "^2.3.1", | ||
| "@vuemap/vue-amap": "^2.1.16", | ||
| "@vueup/vue-quill": "^1.2.0", | ||
| "@vueuse/core": "^13.5.0", | ||
| "ali-oss": "^6.23.0", | ||
| "awesome-qr": "^2.1.5-rc.0", | ||
| "axios": "^1.11.0", | ||
| ... | ... | @@ -39,8 +22,7 @@ |
| "core-js": "^3.44.0", | ||
| "cos-js-sdk-v5": "^1.10.1", | ||
| "driver.js": "^1.3.6", | ||
| "element-plus": "^2.10.4", | ||
| "fabric": "^6.7.1", | ||
| "fabric": "^5.3.0", | ||
| "file-saver": "^2.0.5", | ||
| "fuse.js": "^7.1.0", | ||
| "js-beautify": "^1.15.4", | ||
| ... | ... | @@ -48,44 +30,41 @@ |
| "jsencrypt": "^3.3.2", | ||
| "lodash.merge": "^4.6.2", | ||
| "moment": "^2.30.1", | ||
| "mp4box": "^1.4.4", | ||
| "mp4box": "^0.5.2", | ||
| "normalize.css": "^8.0.1", | ||
| "nprogress": "^0.2.0", | ||
| "path-browserify": "^1.0.1", | ||
| "pinia": "^3.0.3", | ||
| "pinia": "^2.0.32", | ||
| "qiankun": "^2.10.16", | ||
| "qrcode": "^1.5.4", | ||
| "qrcode": "^1.5.3", | ||
| "quill-image-resize-module": "^3.0.0", | ||
| "screenfull": "^6.0.2", | ||
| "sortablejs": "^1.15.6", | ||
| "uuid": "^11.1.0", | ||
| "vant": "^4.9.21", | ||
| "vite-plugin-svg-icons": "^2.0.1", | ||
| "sortablejs": "^1.15.0", | ||
| "uuid": "^9.0.0", | ||
| "vant": "^3.6.14", | ||
| "vue": "^2.6.14", | ||
| "vue-router": "^3.6.5", | ||
| "vuedraggable": "^2.24.3", | ||
| "element-ui": "^2.15.14", | ||
| "vue-awesome": "^4.1.0", | ||
| "vue-quill": "^1.0.6", | ||
| "@dcloudio/uni-app": "^2.0.0", | ||
| "vue-cropper": "^1.0.8", | ||
| "vue-router": "^4.5.1", | ||
| "vue3-count-to": "^1.1.2", | ||
| "vuedraggable": "^4.1.0" | ||
| "@vue/composition-api": "^1.7.1" | ||
| }, | ||
| "devDependencies": { | ||
| "path": "^0.12.7", | ||
| "vite-plugin-vue-setup-extend": "^0.4.0", | ||
| "less": "^4.4.0", | ||
| "@vitejs/plugin-vue": "^6.0.0", | ||
| "@vitejs/plugin-vue-jsx": "^5.0.1", | ||
| "@vue/babel-plugin-jsx": "^1.4.0", | ||
| "@vue/compat": "^3.5.18", | ||
| "rollup-plugin-visualizer": "^6.0.3", | ||
| "sass": "^1.89.2", | ||
| "rollup-plugin-visualizer": "^5.9.2", | ||
| "sass": "^1.62.1", | ||
| "sharp": "0.34.3", | ||
| "terser": "^5.43.1", | ||
| "unplugin-auto-import": "^19.3.0", | ||
| "unplugin-vue-components": "^28.8.0", | ||
| "vite": "^7.0.5", | ||
| "vite-plugin-cdn-import": "^1.0.1", | ||
| "terser": "^5.17.7", | ||
| "vite": "^4.1.4", | ||
| "vite-plugin-cdn-import": "^0.3.5", | ||
| "vite-plugin-compression": "^0.5.1", | ||
| "vite-plugin-image-optimizer": "^2.0.2", | ||
| "vite-plugin-require-transform": "^1.0.21" | ||
| "vite-plugin-image-optimizer": "^1.1.6", | ||
| "vite-plugin-require-transform": "^1.0.21", | ||
| "vite-plugin-vue2": "^2.0.3", | ||
| "@vitejs/plugin-vue": "^4.0.0" | ||
| } | ||
| } |
Please
register
or
sign in
to comment