mirror of
				https://github.com/Tencent/tmagic-editor.git
				synced 2025-11-04 18:52:18 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			27 lines
		
	
	
		
			543 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			543 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "version": "1.2.0-beta.1",
 | 
						|
  "name": "@tmagic/ui-vue2",
 | 
						|
  "main": "src/index.ts",
 | 
						|
  "engines": {
 | 
						|
    "node": ">=14"
 | 
						|
  },
 | 
						|
  "repository": {
 | 
						|
    "type": "git",
 | 
						|
    "url": "https://github.com/Tencent/tmagic-editor.git"
 | 
						|
  },
 | 
						|
  "dependencies": {
 | 
						|
    "@tmagic/core": "1.2.0-beta.1",
 | 
						|
    "@tmagic/schema": "1.2.0-beta.1",
 | 
						|
    "@tmagic/utils": "1.2.0-beta.1",
 | 
						|
    "qrcode": "^1.5.0",
 | 
						|
    "vue": "^2.7.4"
 | 
						|
  },
 | 
						|
  "peerDependencies": {
 | 
						|
    "vue": "^2.7.4"
 | 
						|
  },
 | 
						|
  "devDependencies": {
 | 
						|
    "vite": "^3.1.3",
 | 
						|
    "vue-template-compiler": "^2.7.4"
 | 
						|
  }
 | 
						|
}
 |