mirror of
https://github.com/vuejs/babel-plugin-jsx.git
synced 2024-11-10 09:39:14 +08:00
bc4ef2c028
* refactor: add ts support (#19) Co-authored-by: 逆寒 <869732751@qq.com>
24 lines
433 B
JSON
24 lines
433 B
JSON
{
|
|
"private": true,
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"scripts": {
|
|
"publish": "lerna publish",
|
|
"test": "lerna run test",
|
|
"dev": "node scripts/dev.js",
|
|
"site": "node scripts/site.js"
|
|
},
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"vue",
|
|
"jsx"
|
|
],
|
|
"devDependencies": {
|
|
"eslint": "^6.8.0",
|
|
"eslint-config-airbnb-base": "^14.1.0",
|
|
"eslint-plugin-import": "^2.20.2",
|
|
"lerna": "^3.19.0"
|
|
}
|
|
}
|