babel-plugin-jsx/package.json

37 lines
860 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.14.1",
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.5",
"@types/node": "^20.11.0",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@vitest/coverage-v8": "^1.2.0",
"bumpp": "^9.2.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
2023-06-22 12:14:02 +08:00
"jsdom": "^22.1.0",
"prettier": "^3.2.0",
"tsup": "^8.0.1",
"typescript": "^5.3.3",
"vite": "^5.0.11",
"vitest": "^1.2.0"
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
}