| 12345678910111213141516171819202122232425 | 
							- {
 
-   "name": "dy-admin-live",
 
-   "private": true,
 
-   "version": "0.0.0",
 
-   "scripts": {
 
-     "dev": "vite",
 
-     "build": "vue-tsc --noEmit && vite build",
 
-     "preview": "vite preview"
 
-   },
 
-   "dependencies": {
 
-     "@rongcloud/imlib-next": "^5.1.1",
 
-     "@rongcloud/plugin-rtc": "^5.3.1",
 
-     "vue": "^3.2.25"
 
-   },
 
-   "devDependencies": {
 
-     "@types/node": "^17.0.17",
 
-     "@vitejs/plugin-legacy": "^1.7.1",
 
-     "@vitejs/plugin-vue": "^2.2.0",
 
-     "@vitejs/plugin-vue-jsx": "^1.3.7",
 
-     "typescript": "^4.5.4",
 
-     "vite": "^2.8.0",
 
-     "vite-plugin-pwa": "^0.11.13",
 
-     "vue-tsc": "^0.29.8"
 
-   }
 
- }
 
 
  |