babel-plugin-jsx/package.json

45 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-03-20 00:34:48 +08:00
"version": "1.2.2",
"private": true,
"packageManager": "pnpm@9.0.5",
2024-01-13 02:52:35 +08:00
"type": "module",
2020-05-13 19:14:28 +08:00
"scripts": {
2024-05-25 13:42:21 +08:00
"dev": "pnpm -C packages/jsx-explorer run dev",
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": {
"@babel/plugin-syntax-typescript": "^7.23.3",
2024-05-25 14:02:07 +08:00
"@eslint/js": "^9.3.0",
"@rollup/plugin-babel": "^6.0.4",
"@types/babel__core": "^7.20.5",
"@types/babel__helper-module-imports": "^7.18.3",
"@types/babel__helper-plugin-utils": "^7.10.3",
"@types/node": "^20.11.16",
"@vitest/coverage-v8": "^1.2.2",
2024-01-21 17:25:13 +08:00
"@vue/babel-plugin-jsx": "workspace:*",
"bumpp": "^9.3.0",
2024-05-25 14:02:07 +08:00
"eslint": "^9.3.0",
"eslint-config-prettier": "^9.1.0",
2024-05-25 14:02:07 +08:00
"eslint-plugin-import-x": "^0.5.0",
"jsdom": "^24.0.0",
"prettier": "^3.2.5",
2024-05-25 14:02:07 +08:00
"tslib": "^2.6.2",
"tsup": "^8.0.1",
"typescript": "^5.3.3",
2024-05-25 14:02:07 +08:00
"typescript-eslint": "^7.10.0",
"vite": "^5.0.12",
"vitest": "^1.2.2"
2024-01-21 17:25:13 +08:00
}
2020-05-13 19:14:28 +08:00
}