1234567891011121314151617181920212223242526272829303132333435363738394041 |
- {
- "name": "uView",
- "version": "1.8.6",
- "description": "uView UI,是uni-app生态优秀的UI框架,全面的组件和便捷的工具会让您信手拈来,如鱼得水",
- "main": "index.js",
- "keywords": [
- "uview",
- "ui",
- "uni-app"
- ],
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "repository": {
- "type": "git",
- "url": ""
- },
- "devDependencies": {
- "node-sass": "^4.14.0",
- "sass-loader": "^8.0.2"
- },
- "author": "uView",
- "license": "MIT",
- "id": "uview-v1",
- "dcloudext": {
- "category": [
- "前端组件",
- "通用组件"
- ]
- },
- "dependencies": {
- "@amap/amap-jsapi-loader": "^1.0.1",
- "@googlemaps/js-api-loader": "^1.16.8",
- "crypto-js": "^4.2.0",
- "dayjs": "^1.11.13",
- "echarts": "^5.6.0",
- "uview-ui": "^1.8.8",
- "vue-i18n": "^11.0.1",
- "vuedraggable": "^2.24.3"
- }
- }
|