-
-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.89 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.89 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"type": "module",
"version": "3.2.10",
"packageManager": "pnpm@10.28.1",
"description": "Vue JSX Vapor",
"license": "MIT",
"homepage": "https://github.com/vuejs/vue-jsx-vapor#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/vue-jsx-vapor.git"
},
"bugs": {
"url": "https://github.com/vuejs/vue-jsx-vapor/issues"
},
"keywords": [
"unplugin",
"vite",
"webpack",
"rollup",
"transform",
"vue-jsx",
"volar",
"vapor",
"babel",
"compiler"
],
"scripts": {
"dev": "pnpm run --filter=\"./packages/*\" --parallel dev",
"build": "pnpm run --filter=\"./packages/*\" --parallel build",
"bench": "pnpm run -C ./benchmark bench",
"bench:vue": "pnpm run -C ./benchmark bench:vue",
"typecheck": "tsmc --noEmit",
"lint": "eslint .",
"play": "npm -C playground run dev",
"play:build": "npm -C playground run build",
"test": "vitest",
"test-rs": "pnpm run --filter=\"compiler-rs\" test",
"release": "bumpp -r --all -x 'pnpm run pre-release'",
"pre-release": "pnpm run build && pnpm run changelog",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"docs:dev": "pnpm run -C ./docs dev",
"docs:preview": "pnpm run -C ./docs preview",
"docs:build": "pnpm run -C ./docs build"
},
"devDependencies": {
"@sxzz/eslint-config": "^7.5.0",
"@ts-macro/tsc": "catalog:",
"@types/node": "^25.0.10",
"bumpp": "^10.4.0",
"conventional-changelog-cli": "^5.0.0",
"eslint": "^9.39.2",
"tsdown": "^0.20.1",
"typescript": "^5.9.3",
"unplugin-raw": "^0.6.4",
"vite": "catalog:",
"vitest": "catalog:",
"vue-jsx-vapor": "workspace:*"
},
"pnpm": {
"overrides": {
"estree-walker": "2.0.2",
"ts-macro": "catalog:"
},
"patchedDependencies": {
"@vue-macros/volar": "patches/@vue-macros__volar.patch"
}
}
}