mirror of
https://github.com/vuejs/babel-plugin-jsx.git
synced 2024-11-10 09:39:14 +08:00
747a6527fa
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
{
|
|
"name": "vue-jsx-monorepo",
|
|
"version": "1.2.2",
|
|
"private": true,
|
|
"packageManager": "pnpm@9.9.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "pnpm -C packages/jsx-explorer run dev",
|
|
"build": "pnpm run -r build",
|
|
"test": "vitest",
|
|
"lint": "eslint --cache .",
|
|
"format": "prettier --write .",
|
|
"typecheck": "tsc",
|
|
"release": "bumpp -r"
|
|
},
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"vue",
|
|
"jsx"
|
|
],
|
|
"devDependencies": {
|
|
"@babel/plugin-syntax-typescript": "^7.25.4",
|
|
"@eslint/js": "^9.10.0",
|
|
"@rollup/plugin-babel": "^6.0.4",
|
|
"@types/babel__core": "^7.20.5",
|
|
"@types/babel__helper-module-imports": "^7.18.3",
|
|
"@types/babel__helper-plugin-utils": "^7.10.3",
|
|
"@types/node": "^22.5.4",
|
|
"@vitest/coverage-v8": "^2.0.5",
|
|
"@vue/babel-plugin-jsx": "workspace:*",
|
|
"bumpp": "^9.5.2",
|
|
"eslint": "^9.10.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-import-x": "^4.2.1",
|
|
"jsdom": "^25.0.0",
|
|
"prettier": "^3.3.3",
|
|
"tslib": "^2.7.0",
|
|
"tsup": "^8.2.4",
|
|
"typescript": "^5.5.4",
|
|
"typescript-eslint": "^8.4.0",
|
|
"vite": "^5.4.3",
|
|
"vitest": "^2.0.5"
|
|
}
|
|
}
|