babel-plugin-jsx/package.json

42 lines
1.1 KiB
JSON
Raw Normal View History

2020-05-13 19:14:28 +08:00
{
2023-09-26 20:09:16 +08:00
"name": "vue-jsx-monorepo",
2024-01-21 17:25:13 +08:00
"version": "1.2.0-alpha.0",
"private": true,
"packageManager": "pnpm@8.14.1",
2024-01-13 02:52:35 +08:00
"type": "module",
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": {
2024-01-21 17:25:13 +08:00
"@babel/plugin-syntax-typescript": "^7.22.5",
"@rollup/plugin-babel": "^6.0.4",
"@types/babel__core": "^7.20.5",
2024-01-21 17:25:13 +08:00
"@types/babel__helper-module-imports": "^7.18.0",
"@types/babel__helper-plugin-utils": "^7.10.1",
"@types/node": "^20.11.5",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@vitest/coverage-v8": "^1.2.1",
2024-01-21 17:25:13 +08:00
"@vue/babel-plugin-jsx": "workspace:*",
"bumpp": "^9.3.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"jsdom": "^23.2.0",
"prettier": "^3.2.4",
"tsup": "^8.0.1",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vitest": "^1.2.1"
2024-01-21 17:25:13 +08:00
}
2020-05-13 19:14:28 +08:00
}