-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.3 KB
/
package.json
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
{
"packageManager": "[email protected]",
"description": "Convert Vue JSX to Vapor",
"type": "module",
"keywords": [
"unplugin",
"vite",
"webpack",
"rollup",
"transform"
],
"license": "MIT",
"homepage": "https://github.com/unplugin/unplugin-vue-jsx-vapor#readme",
"bugs": {
"url": "https://github.com/unplugin/unplugin-vue-jsx-vapor/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/unplugin/unplugin-vue-jsx-vapor.git"
},
"scripts": {
"dev": "pnpm run --filter=\"./packages/*\" --parallel dev",
"build": "pnpm run --filter=\"./packages/*\" build",
"typecheck": "tsc --noEmit",
"publish": "pnpm build && changeset publish",
"lint": "eslint .",
"play": "npm -C playground run dev",
"test": "vitest"
},
"devDependencies": {
"@antfu/eslint-config": "^2.21.2",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.7",
"@sxzz/eslint-config": "^3.13.0",
"@types/node": "^20.14.9",
"bumpp": "^9.4.1",
"chalk": "^5.3.0",
"conventional-changelog-cli": "^5.0.0",
"eslint": "^9.6.0",
"esno": "^4.7.0",
"fast-glob": "^3.3.2",
"nodemon": "^3.1.4",
"rimraf": "^5.0.7",
"tsup": "^8.1.0",
"typescript": "^5.7.0",
"unplugin": "^1.11.0",
"vitest": "^1.6.0"
}
}