2020-05-13 19:14:28 +08:00
|
|
|
{
|
2023-09-26 20:09:16 +08:00
|
|
|
"name": "vue-jsx-monorepo",
|
2024-01-22 23:10:24 +08:00
|
|
|
"version": "1.2.1",
|
2020-05-28 21:20:39 +08:00
|
|
|
"private": true,
|
2024-01-13 02:46:31 +08:00
|
|
|
"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",
|
2023-06-25 17:16:09 +08:00
|
|
|
"release": "bumpp -r"
|
2020-05-13 19:14:28 +08:00
|
|
|
},
|
|
|
|
"license": "MIT",
|
|
|
|
"keywords": [
|
|
|
|
"vue",
|
|
|
|
"jsx"
|
|
|
|
],
|
|
|
|
"devDependencies": {
|
2024-01-22 13:38:47 +08:00
|
|
|
"@babel/plugin-syntax-typescript": "^7.23.3",
|
2023-10-25 15:01:48 +08:00
|
|
|
"@rollup/plugin-babel": "^6.0.4",
|
2024-01-13 02:46:31 +08:00
|
|
|
"@types/babel__core": "^7.20.5",
|
2024-01-22 13:38:47 +08:00
|
|
|
"@types/babel__helper-module-imports": "^7.18.3",
|
|
|
|
"@types/babel__helper-plugin-utils": "^7.10.3",
|
2024-01-21 17:11:15 +08:00
|
|
|
"@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:*",
|
2024-01-21 17:11:15 +08:00
|
|
|
"bumpp": "^9.3.0",
|
2024-01-13 02:46:31 +08:00
|
|
|
"eslint": "^8.56.0",
|
|
|
|
"eslint-config-prettier": "^9.1.0",
|
|
|
|
"eslint-plugin-import": "^2.29.1",
|
2024-01-22 13:38:23 +08:00
|
|
|
"jsdom": "^24.0.0",
|
2024-01-21 17:11:15 +08:00
|
|
|
"prettier": "^3.2.4",
|
2024-01-13 02:43:31 +08:00
|
|
|
"tsup": "^8.0.1",
|
2024-01-13 02:46:31 +08:00
|
|
|
"typescript": "^5.3.3",
|
2024-01-21 14:30:16 +08:00
|
|
|
"vite": "^5.0.12",
|
2024-01-21 17:11:15 +08:00
|
|
|
"vitest": "^1.2.1"
|
2024-01-21 17:25:13 +08:00
|
|
|
}
|
2020-05-13 19:14:28 +08:00
|
|
|
}
|