mirror of
				https://github.com/Tencent/tmagic-editor.git
				synced 2025-11-04 18:52:18 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			39 lines
		
	
	
		
			751 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			39 lines
		
	
	
		
			751 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "version": "0.1.0",
 | 
						|
  "name": "@tmagic/vue-qrcode",
 | 
						|
  "type": "module",
 | 
						|
  "main": "src/index.ts",
 | 
						|
  "files": [
 | 
						|
    "src"
 | 
						|
  ],
 | 
						|
  "engines": {
 | 
						|
    "node": ">=18"
 | 
						|
  },
 | 
						|
  "repository": {
 | 
						|
    "type": "git",
 | 
						|
    "url": "https://github.com/Tencent/tmagic-editor.git"
 | 
						|
  },
 | 
						|
  "dependencies": {
 | 
						|
    "qrcode": "^1.5.0",
 | 
						|
    "vue-demi": "^0.14.10"
 | 
						|
  },
 | 
						|
  "peerDependencies": {
 | 
						|
    "@tmagic/core": "workspace:^",
 | 
						|
    "@tmagic/vue-runtime-help": "workspace:^",
 | 
						|
    "@vue/composition-api": ">=1.7.2",
 | 
						|
    "typescript": "*",
 | 
						|
    "vue": ">=2.6.0 || >=3.5.0"
 | 
						|
  },
 | 
						|
  "peerDependenciesMeta": {
 | 
						|
    "typescript": {
 | 
						|
      "optional": true
 | 
						|
    },
 | 
						|
    "@vue/composition-api": {
 | 
						|
      "optional": true
 | 
						|
    }
 | 
						|
  },
 | 
						|
  "devDependencies": {
 | 
						|
    "@types/qrcode": "^1.4.2"
 | 
						|
  }
 | 
						|
}
 |