You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
1.1 KiB
36 lines
1.1 KiB
{ |
|
"name": "@vue/babel-preset-jsx", |
|
"version": "1.2.4", |
|
"description": "Babel preset for Vue JSX", |
|
"main": "dist/plugin.cjs.js", |
|
"repository": "https://github.com/vuejs/jsx/tree/master/packages/babel-preset-jsx", |
|
"author": "Nick Messing <dot.nick.dot.messing@gmail.com>", |
|
"license": "MIT", |
|
"private": false, |
|
"publishConfig": { |
|
"access": "public" |
|
}, |
|
"files": [], |
|
"scripts": { |
|
"build": "rollup -c", |
|
"prerelease": "yarn build" |
|
}, |
|
"dependencies": { |
|
"@vue/babel-helper-vue-jsx-merge-props": "^1.2.1", |
|
"@vue/babel-plugin-transform-vue-jsx": "^1.2.1", |
|
"@vue/babel-sugar-composition-api-inject-h": "^1.2.1", |
|
"@vue/babel-sugar-composition-api-render-instance": "^1.2.4", |
|
"@vue/babel-sugar-functional-vue": "^1.2.2", |
|
"@vue/babel-sugar-inject-h": "^1.2.2", |
|
"@vue/babel-sugar-v-model": "^1.2.3", |
|
"@vue/babel-sugar-v-on": "^1.2.3" |
|
}, |
|
"devDependencies": { |
|
"rollup": "^0.67.4", |
|
"rollup-plugin-babel-minify": "^6.2.0" |
|
}, |
|
"peerDependencies": { |
|
"@babel/core": "^7.0.0-0" |
|
}, |
|
"gitHead": "3a12ae2c13de6fdb47dce4394d26c74e048a25b6" |
|
}
|
|
|