babel-plugin-jsx/package.json

35 lines
816 B
JSON
Raw Normal View History

2020-05-13 19:14:28 +08:00
{
"private": true,
"packageManager": "pnpm@8.6.3",
2020-05-13 19:14:28 +08:00
"scripts": {
2023-06-22 12:14:02 +08:00
"build": "pnpm run -r build",
"test": "vitest",
"lint": "eslint --cache .",
"format": "prettier --write .",
"typecheck": "tsc --noEmit",
"release": "bumpp -r"
2020-05-13 19:14:28 +08:00
},
"license": "MIT",
"keywords": [
"vue",
"jsx"
],
"devDependencies": {
2023-06-22 12:14:02 +08:00
"@rollup/plugin-babel": "^6.0.3",
"@types/babel__core": "^7.20.1",
"@types/node": "^20.3.1",
"@typescript-eslint/eslint-plugin": "^5.60.0",
2023-06-22 12:14:02 +08:00
"@vitest/coverage-v8": "^0.32.2",
"bumpp": "^9.1.1",
"eslint": "^8.43.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"jsdom": "^22.1.0",
"prettier": "^2.8.8",
"tsup": "^7.0.0",
"typescript": "^5.1.3",
"vite": "^4.3.9",
"vitest": "^0.32.2"
2020-05-13 19:14:28 +08:00
}
}