babel-plugin-jsx/package.json

36 lines
828 B
JSON
Raw Normal View History

2020-05-13 19:14:28 +08:00
{
"private": true,
"packageManager": "pnpm@8.7.6",
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 .",
2023-08-01 15:00:51 +08:00
"typecheck": "tsc",
"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.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",
2023-06-22 12:14:02 +08:00
"jsdom": "^22.1.0",
"prettier": "^3.0.3",
"tsup": "^7.2.0",
2023-08-28 00:10:55 +08:00
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vitest": "^0.34.5"
2023-06-25 16:54:26 +08:00
},
2023-06-29 22:02:20 +08:00
"version": "1.1.5"
2020-05-13 19:14:28 +08:00
}