mirror of
				https://github.com/vuejs/babel-plugin-jsx.git
				synced 2025-10-31 09:22:19 +08:00 
			
		
		
		
	jsx
This commit is contained in:
		
							
								
								
									
										48
									
								
								package.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										48
									
								
								package.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,48 @@ | ||||
| { | ||||
|   "name": "jsx", | ||||
|   "version": "1.0.0", | ||||
|   "description": "jsx for vue 3", | ||||
|   "main": "index.js", | ||||
|   "scripts": { | ||||
|     "dev": "webpack-dev-server", | ||||
|     "lint": "eslint --ext .js src", | ||||
|     "test": "jest --config .jest.js" | ||||
|   }, | ||||
|   "repository": { | ||||
|     "type": "git", | ||||
|     "url": "git+https://github.com/vueComponent/jsx.git" | ||||
|   }, | ||||
|   "author": "", | ||||
|   "license": "MIT", | ||||
|   "bugs": { | ||||
|     "url": "https://github.com/vueComponent/jsx/issues" | ||||
|   }, | ||||
|   "homepage": "https://github.com/vueComponent/jsx#readme", | ||||
|   "keywords": [ | ||||
|     "vue", | ||||
|     "jsx" | ||||
|   ], | ||||
|   "dependencies": { | ||||
|     "@babel/helper-module-imports": "^7.8.3", | ||||
|     "@babel/plugin-syntax-jsx": "^7.8.3", | ||||
|     "@babel/types": "^7.9.6", | ||||
|     "@vue/babel-preset-jsx": "^1.1.2", | ||||
|     "html-tags": "^3.1.0", | ||||
|     "svg-tags": "^1.0.0" | ||||
|   }, | ||||
|   "devDependencies": { | ||||
|     "@babel/core": "^7.9.6", | ||||
|     "@babel/preset-env": "^7.9.6", | ||||
|     "babel-eslint": "^10.1.0", | ||||
|     "babel-jest": "^26.0.1", | ||||
|     "babel-loader": "^8.1.0", | ||||
|     "eslint": "^7.0.0", | ||||
|     "eslint-config-airbnb": "^18.1.0", | ||||
|     "eslint-plugin-import": "^2.20.2", | ||||
|     "jest": "^26.0.1", | ||||
|     "vue": "^3.0.0-beta.10", | ||||
|     "webpack": "^4.43.0", | ||||
|     "webpack-cli": "^3.3.11", | ||||
|     "webpack-dev-server": "^3.10.3" | ||||
|   } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user