babel-plugin-jsx/package.json

37 lines
859 B
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",
"private": true,
"packageManager": "pnpm@8.10.0",
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": {
"@rollup/plugin-babel": "^6.0.4",
"@types/babel__core": "^7.20.3",
2023-10-27 21:38:09 +08:00
"@types/node": "^20.8.9",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@vitest/coverage-v8": "^0.34.6",
"bumpp": "^9.2.0",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.29.0",
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.5.0",
"vitest": "^0.34.6"
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
}