2020-05-13 19:14:28 +08:00
|
|
|
{
|
2023-09-26 20:09:16 +08:00
|
|
|
"name": "vue-jsx-monorepo",
|
2024-09-07 05:30:09 +08:00
|
|
|
"version": "1.2.4",
|
2020-05-28 21:20:39 +08:00
|
|
|
"private": true,
|
2024-09-07 04:31:34 +08:00
|
|
|
"packageManager": "pnpm@9.9.0",
|
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",
|
2024-09-07 05:17:57 +08:00
|
|
|
"build": "pnpm run -F babel-plugin-jsx... build",
|
2023-06-22 12:14:02 +08:00
|
|
|
"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-09-07 04:31:34 +08:00
|
|
|
"@babel/plugin-syntax-typescript": "^7.25.4",
|
|
|
|
"@eslint/js": "^9.10.0",
|
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-09-07 04:31:34 +08:00
|
|
|
"@types/node": "^22.5.4",
|
|
|
|
"@vitest/coverage-v8": "^2.0.5",
|
2024-01-21 17:25:13 +08:00
|
|
|
"@vue/babel-plugin-jsx": "workspace:*",
|
2024-09-07 04:31:34 +08:00
|
|
|
"bumpp": "^9.5.2",
|
|
|
|
"eslint": "^9.10.0",
|
2024-01-13 02:46:31 +08:00
|
|
|
"eslint-config-prettier": "^9.1.0",
|
2024-09-07 04:31:34 +08:00
|
|
|
"eslint-plugin-import-x": "^4.2.1",
|
2024-08-26 14:31:49 +08:00
|
|
|
"jsdom": "^25.0.0",
|
2024-09-07 04:31:34 +08:00
|
|
|
"prettier": "^3.3.3",
|
|
|
|
"tslib": "^2.7.0",
|
|
|
|
"tsup": "^8.2.4",
|
|
|
|
"typescript": "^5.5.4",
|
|
|
|
"typescript-eslint": "^8.4.0",
|
|
|
|
"vite": "^5.4.3",
|
|
|
|
"vitest": "^2.0.5"
|
2024-01-21 17:25:13 +08:00
|
|
|
}
|
2020-05-13 19:14:28 +08:00
|
|
|
}
|