mirror of https://github.com/vuejs/core.git
				
				
				
			
		
			
				
	
	
		
			70 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			JSON
		
	
	
	
			
		
		
	
	
			70 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			JSON
		
	
	
	
| {
 | |
|   "name": "vue",
 | |
|   "version": "3.2.19",
 | |
|   "description": "The progressive JavaScript framework for buiding modern web UI.",
 | |
|   "main": "index.js",
 | |
|   "module": "dist/vue.runtime.esm-bundler.js",
 | |
|   "types": "dist/vue.d.ts",
 | |
|   "unpkg": "dist/vue.global.js",
 | |
|   "jsdelivr": "dist/vue.global.js",
 | |
|   "files": [
 | |
|     "index.js",
 | |
|     "index.mjs",
 | |
|     "dist",
 | |
|     "compiler-sfc",
 | |
|     "server-renderer",
 | |
|     "ref-macros.d.ts"
 | |
|   ],
 | |
|   "exports": {
 | |
|     ".": {
 | |
|       "import": {
 | |
|         "node": "./index.mjs",
 | |
|         "default": "./dist/vue.runtime.esm-bundler.js"
 | |
|       },
 | |
|       "require": "./index.js"
 | |
|     },
 | |
|     "./server-renderer": {
 | |
|       "import": "./server-renderer/index.mjs",
 | |
|       "require": "./server-renderer/index.js"
 | |
|     },
 | |
|     "./compiler-sfc": {
 | |
|       "import": "./compiler-sfc/index.mjs",
 | |
|       "require": "./compiler-sfc/index.js"
 | |
|     },
 | |
|     "./dist/*": "./dist/*",
 | |
|     "./package.json": "./package.json"
 | |
|   },
 | |
|   "buildOptions": {
 | |
|     "name": "Vue",
 | |
|     "formats": [
 | |
|       "esm-bundler",
 | |
|       "esm-bundler-runtime",
 | |
|       "cjs",
 | |
|       "global",
 | |
|       "global-runtime",
 | |
|       "esm-browser",
 | |
|       "esm-browser-runtime"
 | |
|     ]
 | |
|   },
 | |
|   "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/vue#readme",
 | |
|   "dependencies": {
 | |
|     "@vue/shared": "3.2.19",
 | |
|     "@vue/compiler-dom": "3.2.19",
 | |
|     "@vue/runtime-dom": "3.2.19",
 | |
|     "@vue/compiler-sfc": "3.2.19",
 | |
|     "@vue/server-renderer": "3.2.19"
 | |
|   }
 | |
| }
 |