mirror of
				https://github.com/Tencent/tmagic-editor.git
				synced 2025-11-04 10:49:51 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			22 lines
		
	
	
		
			541 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			541 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "name": "runtime-vue2",
 | 
						|
  "version": "1.0.0-beta.8",
 | 
						|
  "private": true,
 | 
						|
  "scripts": {
 | 
						|
    "dev": "npm run build && npm run serve",
 | 
						|
    "start": "node scripts/dev.js && vite",
 | 
						|
    "build": "node scripts/build.js && vite build",
 | 
						|
    "serve": "vite preview --port 8077"
 | 
						|
  },
 | 
						|
  "dependencies": {
 | 
						|
    "@vue/composition-api": "1.0.5",
 | 
						|
    "vue": "^2.6.14"
 | 
						|
  },
 | 
						|
  "devDependencies": {
 | 
						|
    "@types/events": "^3.0.0",
 | 
						|
    "rollup-plugin-external-globals": "^0.6.1",
 | 
						|
    "vite-plugin-vue2": "^1.7.3",
 | 
						|
    "vue-template-compiler": "^2.6.14"
 | 
						|
  }
 | 
						|
}
 |