mirror of
				https://github.com/Tencent/tmagic-editor.git
				synced 2025-11-04 02:28:04 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			28 lines
		
	
	
		
			562 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			562 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "name": "@tmagic/ui-react",
 | 
						|
  "version": "1.1.6",
 | 
						|
  "main": "src/index.ts",
 | 
						|
  "engines": {
 | 
						|
    "node": ">=14"
 | 
						|
  },
 | 
						|
  "repository": {
 | 
						|
    "type": "git",
 | 
						|
    "url": "https://github.com/Tencent/tmagic-editor.git"
 | 
						|
  },
 | 
						|
  "scripts": {
 | 
						|
    "react:build": "tsc && vite build"
 | 
						|
  },
 | 
						|
  "dependencies": {
 | 
						|
    "@tmagic/core": "1.1.6",
 | 
						|
    "@tmagic/schema": "1.1.6",
 | 
						|
    "qrcode": "^1.5.0",
 | 
						|
    "react": "^17.0.0",
 | 
						|
    "react-dom": "^17.0.0"
 | 
						|
  },
 | 
						|
  "devDependencies": {
 | 
						|
    "@types/react": "^17.0.37",
 | 
						|
    "@types/react-dom": "^17.0.11",
 | 
						|
    "typescript": "^4.7.4"
 | 
						|
  }
 | 
						|
}
 |