-
Notifications
You must be signed in to change notification settings - Fork 149
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.23 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.23 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
{
"name": "vue-jsx-monorepo",
"type": "module",
"version": "2.0.1",
"private": true,
"packageManager": "pnpm@10.26.1",
"license": "MIT",
"keywords": [
"vue",
"jsx"
],
"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": "tsgo",
"release": "bumpp -r"
},
"devDependencies": {
"@babel/plugin-syntax-typescript": "^7.27.1",
"@rollup/plugin-babel": "^6.1.0",
"@sxzz/eslint-config": "^7.4.4",
"@sxzz/prettier-config": "^2.2.6",
"@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.10.4",
"@typescript/native-preview": "7.0.0-dev.20251222.1",
"@vitest/coverage-v8": "^4.0.16",
"@vue/babel-plugin-jsx": "workspace:*",
"bumpp": "^10.3.2",
"eslint": "^9.39.2",
"jsdom": "^27.3.0",
"prettier": "3.7.3",
"tsdown": "^0.21.1",
"tslib": "^2.8.1",
"typescript": "~5.9.3",
"vite": "^7.2.6",
"vitest": "^4.0.16"
},
"prettier": "@sxzz/prettier-config"
}