mirror of https://github.com/vuejs/core.git
				
				
				
			
		
			
				
	
	
		
			41 lines
		
	
	
		
			898 B
		
	
	
	
		
			JSON
		
	
	
	
			
		
		
	
	
			41 lines
		
	
	
		
			898 B
		
	
	
	
		
			JSON
		
	
	
	
| {
 | |
|   "name": "@vue/compiler-dom",
 | |
|   "version": "3.0.0-alpha.9",
 | |
|   "description": "@vue/compiler-dom",
 | |
|   "main": "index.js",
 | |
|   "module": "dist/compiler-dom.esm-bundler.js",
 | |
|   "types": "dist/compiler-dom.d.ts",
 | |
|   "unpkg": "dist/compiler-dom/global.js",
 | |
|   "files": [
 | |
|     "index.js",
 | |
|     "dist"
 | |
|   ],
 | |
|   "sideEffects": false,
 | |
|   "buildOptions": {
 | |
|     "name": "VueCompilerDOM",
 | |
|     "formats": [
 | |
|       "esm-bundler",
 | |
|       "cjs",
 | |
|       "global",
 | |
|       "esm"
 | |
|     ]
 | |
|   },
 | |
|   "repository": {
 | |
|     "type": "git",
 | |
|     "url": "git+https://github.com/vuejs/vue-next.git"
 | |
|   },
 | |
|   "keywords": [
 | |
|     "vue"
 | |
|   ],
 | |
|   "author": "Evan You",
 | |
|   "license": "MIT",
 | |
|   "bugs": {
 | |
|     "url": "https://github.com/vuejs/vue-next/issues"
 | |
|   },
 | |
|   "homepage": "https://github.com/vuejs/vue-next/tree/master/packages/compiler-dom#readme",
 | |
|   "dependencies": {
 | |
|     "@vue/shared": "3.0.0-alpha.9",
 | |
|     "@vue/compiler-core": "3.0.0-alpha.9"
 | |
|   }
 | |
| }
 |