babel-plugin-jsx/package.json
2025-05-02 21:56:35 +00:00

46 lines
1.2 KiB
JSON

{
"name": "vue-jsx-monorepo",
"version": "1.4.0",
"private": true,
"packageManager": "pnpm@10.10.0",
"type": "module",
"scripts": {
"dev": "pnpm -C packages/jsx-explorer run dev",
"build": "pnpm run -F babel-plugin-jsx... 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.27.1",
"@eslint/js": "^9.26.0",
"@oxc-project/runtime": "^0.66.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.15.3",
"@vitest/coverage-v8": "^3.1.2",
"@vue/babel-plugin-jsx": "workspace:*",
"bumpp": "^10.1.0",
"eslint": "^9.26.0",
"eslint-config-prettier": "^10.1.2",
"eslint-plugin-import-x": "^4.11.0",
"jsdom": "^26.1.0",
"prettier": "3.5.3",
"tslib": "^2.8.1",
"tsdown": "^0.9.6",
"typescript": "~5.8.2",
"typescript-eslint": "^8.31.1",
"vite": "^6.2.5",
"vitest": "^3.1.2"
}
}