Files
babel-plugin-jsx/package.json
2025-12-09 04:12:08 +00:00

46 lines
1.2 KiB
JSON

{
"name": "vue-jsx-monorepo",
"type": "module",
"version": "2.0.1",
"private": true,
"packageManager": "pnpm@10.25.0",
"license": "MIT",
"keywords": [
"vue",
"jsx"
],
"scripts": {
"dev": "pnpm -C packages/jsx-explorer run dev",
"build": "tsdown",
"build:playground": "pnpm -C packages/jsx-explorer build",
"test": "vitest",
"lint": "eslint --cache .",
"format": "prettier --write .",
"typecheck": "tsgo",
"release": "bumpp -r"
},
"devDependencies": {
"@babel/plugin-syntax-typescript": "^7.27.1",
"@rollup/plugin-babel": "^6.1.0",
"@sxzz/eslint-config": "^7.4.1",
"@sxzz/prettier-config": "^2.2.6",
"@types/babel__core": "^7.20.5",
"@types/babel__helper-module-imports": "^7.18.3",
"@types/babel__helper-plugin-utils": "^7.10.3",
"@types/node": "^24.10.2",
"@typescript/native-preview": "7.0.0-dev.20251208.1",
"@vitest/coverage-v8": "^4.0.15",
"@vue/babel-plugin-jsx": "workspace:*",
"bumpp": "^10.3.2",
"eslint": "^9.39.1",
"jsdom": "^27.3.0",
"prettier": "3.7.3",
"tsdown": "^0.17.0-beta.5",
"tslib": "^2.8.1",
"typescript": "~5.9.3",
"vite": "^7.2.6",
"vitest": "^4.0.15"
},
"prettier": "@sxzz/prettier-config"
}