UNPKG

big-screen-library

Version:

38 lines (37 loc) 764 B
{ "name": "big-screen-library", "version": "1.2.0", "main": "dist/big-screen-library.umd.js", "module": "dist/big-screen-library.es.js", "types": "dist/types/index.d.ts", "keywords": [ "vue", "component", "npm", "big-screen" ], "author": "CassandraCat", "license": "MIT", "scripts": { "dev": "vite", "build": "vite build" }, "publishConfig": { "access": "public" }, "peerDependencies": { "vue": "^3.0.0" }, "dependencies": { "@element-plus/icons-vue": "^2.3.1", "echarts": "^5.5.1", "element-plus": "^2.8.8", "gridstack": "^11.1.0", "lodash-es": "^4.17.21", "vuedraggable": "^2.24.3" }, "devDependencies": { "@vitejs/plugin-vue": "^5.2.0", "vite": "^5.4.11" } }