mirror of
https://github.com/vuejs/babel-plugin-jsx.git
synced 2024-11-10 09:39:14 +08:00
38 lines
880 B
JSON
38 lines
880 B
JSON
{
|
|
"name": "vue-jsx-monorepo",
|
|
"private": true,
|
|
"packageManager": "pnpm@8.14.1",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "pnpm run -r build",
|
|
"test": "vitest",
|
|
"lint": "eslint --cache .",
|
|
"format": "prettier --write .",
|
|
"typecheck": "tsc",
|
|
"release": "bumpp -r"
|
|
},
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"vue",
|
|
"jsx"
|
|
],
|
|
"devDependencies": {
|
|
"@rollup/plugin-babel": "^6.0.4",
|
|
"@types/babel__core": "^7.20.5",
|
|
"@types/node": "^20.11.0",
|
|
"@typescript-eslint/eslint-plugin": "^6.18.1",
|
|
"@vitest/coverage-v8": "^1.2.0",
|
|
"bumpp": "^9.2.1",
|
|
"eslint": "^8.56.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-import": "^2.29.1",
|
|
"jsdom": "^22.1.0",
|
|
"prettier": "^3.2.0",
|
|
"tsup": "^8.0.1",
|
|
"typescript": "^5.3.3",
|
|
"vite": "^5.0.11",
|
|
"vitest": "^1.2.0"
|
|
},
|
|
"version": "1.1.5"
|
|
}
|