mirror of
https://github.com/vuejs/babel-plugin-jsx.git
synced 2024-11-10 09:39:14 +08:00
50 lines
1.3 KiB
JSON
50 lines
1.3 KiB
JSON
{
|
|
"name": "@ant-design-vue/babel-plugin-jsx",
|
|
"version": "1.0.0-alpha.2",
|
|
"description": "Babel plugin for Vue 3.0 JSX",
|
|
"main": "src/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.0.0",
|
|
"@babel/plugin-syntax-jsx": "^7.0.0",
|
|
"camelcase": "^6.0.0",
|
|
"html-tags": "^3.1.0",
|
|
"svg-tags": "^1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.9.6",
|
|
"@babel/preset-env": "^7.9.6",
|
|
"@vue/test-utils": "^2.0.0-alpha.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",
|
|
"regenerator-runtime": "^0.13.5",
|
|
"vue": "^3.0.0-beta.14",
|
|
"webpack": "^4.43.0",
|
|
"webpack-cli": "^3.3.11",
|
|
"webpack-dev-server": "^3.10.3"
|
|
}
|
|
}
|