babel-plugin-jsx/package.json
三咲智子 Kevin Deng 1d6003c043
chore: release v1.2.5
2024-09-11 19:23:09 +08:00

45 lines
1.2 KiB
JSON

{
"name": "vue-jsx-monorepo",
"version": "1.2.5",
"private": true,
"packageManager": "pnpm@9.9.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.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"
}
}