mirror of
https://github.com/vuejs/babel-plugin-jsx.git
synced 2024-11-10 09:39:14 +08:00
4050dd6da4
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
36 lines
828 B
JSON
36 lines
828 B
JSON
{
|
|
"private": true,
|
|
"packageManager": "pnpm@8.7.6",
|
|
"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.3",
|
|
"@types/babel__core": "^7.20.2",
|
|
"@types/node": "^20.6.5",
|
|
"@typescript-eslint/eslint-plugin": "^6.7.2",
|
|
"@vitest/coverage-v8": "^0.34.5",
|
|
"bumpp": "^9.2.0",
|
|
"eslint": "^8.50.0",
|
|
"eslint-config-prettier": "^9.0.0",
|
|
"eslint-plugin-import": "^2.28.1",
|
|
"jsdom": "^22.1.0",
|
|
"prettier": "^3.0.3",
|
|
"tsup": "^7.2.0",
|
|
"typescript": "^5.2.2",
|
|
"vite": "^4.4.9",
|
|
"vitest": "^0.34.5"
|
|
},
|
|
"version": "1.1.5"
|
|
}
|