mirror of
https://github.com/vuejs/babel-plugin-jsx.git
synced 2024-11-10 09:39:14 +08:00
ee0d544c24
* chore: tslint * chore: workflow lint Co-authored-by: Amour1688 <lcz_1996@foxmail.com>
25 lines
463 B
JSON
25 lines
463 B
JSON
{
|
|
"private": true,
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"scripts": {
|
|
"publish": "lerna publish",
|
|
"test": "lerna run test",
|
|
"lint": "lerna run lint",
|
|
"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"
|
|
}
|
|
}
|