-
Notifications
You must be signed in to change notification settings - Fork 150
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.24 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "vue-jsx-monorepo",
"version": "1.5.0",
"private": true,
"packageManager": "pnpm@10.18.1",
"type": "module",
"scripts": {
"dev": "pnpm -C packages/jsx-explorer run dev",
"build": "tsdown",
"build:playground": "pnpm -C packages/jsx-explorer build",
"test": "vitest",
"lint": "eslint --cache .",
"format": "prettier --write .",
"typecheck": "tsc",
"release": "bumpp -r"
},
"license": "MIT",
"keywords": [
"vue",
"jsx"
],
"devDependencies": {
"@babel/plugin-syntax-typescript": "^7.27.1",
"@eslint/js": "^9.37.0",
"@oxc-project/runtime": "^0.81.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": "^24.7.0",
"@vitest/coverage-v8": "^3.2.4",
"@vue/babel-plugin-jsx": "workspace:*",
"bumpp": "^10.3.1",
"eslint": "^9.37.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-import-x": "^4.16.1",
"jsdom": "^26.1.0",
"prettier": "3.6.2",
"tsdown": "^0.14.0",
"tslib": "^2.8.1",
"typescript": "~5.9.2",
"typescript-eslint": "^8.45.0",
"vite": "^7.1.5",
"vitest": "^3.2.4"
}
}