mirror of
				https://github.com/vuejs/babel-plugin-jsx.git
				synced 2025-10-31 09:22:19 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			53 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			53 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "@vue/babel-plugin-resolve-type",
 | |
|   "version": "2.0.1",
 | |
|   "description": "Babel plugin for resolving Vue types.",
 | |
|   "author": "Kevin Deng <sxzz@sxzz.moe>",
 | |
|   "funding": "https://github.com/sponsors/sxzz",
 | |
|   "homepage": "https://github.com/vuejs/babel-plugin-jsx/tree/dev/packages/babel-plugin-resolve-type#readme",
 | |
|   "license": "MIT",
 | |
|   "type": "module",
 | |
|   "main": "./dist/index.mjs",
 | |
|   "module": "./dist/index.mjs",
 | |
|   "types": "./dist/index.d.mts",
 | |
|   "exports": {
 | |
|     ".": {
 | |
|       "dev": "./src/index.ts",
 | |
|       "default": "./dist/index.mjs"
 | |
|     },
 | |
|     "./package.json": "./package.json"
 | |
|   },
 | |
|   "publishConfig": {
 | |
|     "exports": {
 | |
|       ".": "./dist/index.mjs",
 | |
|       "./package.json": "./package.json"
 | |
|     }
 | |
|   },
 | |
|   "repository": {
 | |
|     "type": "git",
 | |
|     "url": "git+https://github.com/vuejs/babel-plugin-jsx.git",
 | |
|     "directory": "packages/babel-plugin-resolve-type"
 | |
|   },
 | |
|   "bugs": {
 | |
|     "url": "https://github.com/vuejs/babel-plugin-jsx/issues"
 | |
|   },
 | |
|   "files": [
 | |
|     "dist"
 | |
|   ],
 | |
|   "peerDependencies": {
 | |
|     "@babel/core": "^7.0.0-0"
 | |
|   },
 | |
|   "dependencies": {
 | |
|     "@babel/code-frame": "^7.27.1",
 | |
|     "@babel/helper-module-imports": "^7.27.1",
 | |
|     "@babel/helper-plugin-utils": "^7.27.1",
 | |
|     "@babel/parser": "^7.28.4",
 | |
|     "@vue/compiler-sfc": "^3.5.22"
 | |
|   },
 | |
|   "devDependencies": {
 | |
|     "@babel/core": "^7.28.4",
 | |
|     "@types/babel__code-frame": "^7.0.6",
 | |
|     "vue": "catalog:"
 | |
|   }
 | |
| }
 |