babel-preset-typescript-vue
Version:
TypeScript preset for Babel 7.x supporting Vue.js components written in TS
53 lines (52 loc) • 1.33 kB
JSON
{
"name": "babel-preset-typescript-vue",
"version": "1.1.1",
"description": "TypeScript preset for Babel 7.x supporting Vue.js components written in TS",
"main": "lib/index.js",
"module": "lib/index.es.js",
"scripts": {
"build": "rollup -c",
"test": "jest",
"prepare": "npm run build",
"prepublishOnly": "npm test"
},
"author": "Paweł Gabryelewicz and contributors",
"repository": {
"type": "git",
"url": "https://github.com/pawelgabryelewicz/babel-preset-typescript-vue"
},
"license": "MIT",
"keywords": [
"babel-preset",
"typescript",
"vue"
],
"dependencies": {
"@babel/helper-plugin-utils": "^7.0.0",
"@babel/plugin-transform-typescript": "^7.3.2",
"@babel/preset-typescript": "^7.3.3",
"vue-template-compiler": "^2.6.11"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/cli": "^7.4.3",
"@babel/core": "^7.4.3",
"@babel/node": "^7.8.7",
"@babel/preset-env": "^7.5.5",
"jest": "^26.0.1",
"rollup": "^1.10.0",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-commonjs": "^9.3.4",
"rollup-plugin-node-resolve": "^4.2.3",
"vue": "^2.6.11"
},
"engines": {
"node": ">=8.0.0"
},
"jest": {
"testEnvironment": "node",
"testRegex": "./test/.+\\.js$"
}
}