UNPKG

vue-to-react-tool

Version:
59 lines (58 loc) 1.49 kB
{ "name": "vue-to-react-tool", "version": "0.1.11", "description": "transform Vue Components to React", "main": "lib/index.js", "scripts": { "demo": "BABEL_DISABLE_CACHE=1 node src/debug.js", "build": "BABEL_DISABLE_CACHE=1 node scripts/build.js", "deploy": "npm version patch && npm publish && tnpm sync" }, "author": "zhaozeqing<zhaozeq@foxmail.com>", "repository": { "type": "git", "url": "https://github.com/zhaozeq/vue-to-react" }, "license": "MIT", "keywords": [ "node", "vue-to-react", "ast" ], "dependencies": { "@babel/core": "^7.4.5", "@babel/generator": "^7.7.4", "@babel/parser": "^7.6.4", "@babel/plugin-proposal-class-properties": "^7.4.4", "@babel/plugin-proposal-do-expressions": "^7.2.0", "@babel/plugin-proposal-export-default-from": "^7.2.0", "@babel/plugin-transform-runtime": "^7.4.4", "@babel/preset-env": "^7.4.5", "@babel/register": "^7.7.4", "@babel/runtime": "^7.4.5", "@babel/traverse": "^7.6.3", "chalk": "^3.0.0", "inquirer": "6.3.1", "prettier": "^1.18.2", "rimraf": "^2.7.1", "update-notifier": "^3.0.1", "vue-template-compiler": "^2.6.10" }, "devDependencies": { "through2": "3.0.1", "vinyl-fs": "3.0.3" }, "bin": { "convert": "bin/index.js" }, "engines": { "node": ">=10.0.0" }, "babel": { "presets": [ "@babel/preset-env" ], "sourceMaps": true, "retainLines": true } }