mirror of
https://github.com/vuejs/babel-plugin-jsx.git
synced 2024-11-10 09:39:14 +08:00
3997c3570c
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
36 lines
838 B
JSON
36 lines
838 B
JSON
{
|
|
"private": true,
|
|
"packageManager": "pnpm@8.6.7",
|
|
"scripts": {
|
|
"build": "pnpm run -r build",
|
|
"test": "vitest",
|
|
"lint": "eslint --cache .",
|
|
"format": "prettier --write .",
|
|
"typecheck": "tsc --noEmit",
|
|
"release": "bumpp -r"
|
|
},
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"vue",
|
|
"jsx"
|
|
],
|
|
"devDependencies": {
|
|
"@rollup/plugin-babel": "^6.0.3",
|
|
"@types/babel__core": "^7.20.1",
|
|
"@types/node": "^20.4.1",
|
|
"@typescript-eslint/eslint-plugin": "^5.61.0",
|
|
"@vitest/coverage-v8": "^0.33.0",
|
|
"bumpp": "^9.1.1",
|
|
"eslint": "^8.44.0",
|
|
"eslint-config-prettier": "^8.8.0",
|
|
"eslint-plugin-import": "^2.27.5",
|
|
"jsdom": "^22.1.0",
|
|
"prettier": "^3.0.0",
|
|
"tsup": "^7.1.0",
|
|
"typescript": "^5.1.3",
|
|
"vite": "^4.4.2",
|
|
"vitest": "^0.33.0"
|
|
},
|
|
"version": "1.1.5"
|
|
}
|