-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 2.11 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 2.11 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
{
"name": "@hiogawa/vite-plugins-monorepo",
"private": true,
"type": "module",
"scripts": {
"build": "pnpm -r '--filter=!*example*' build",
"changelog": "pnpm dlx @hiogawa/changelog --repo https://github.com/hi-ogawa/vite-plugins --dir",
"tsc": "tsc -b packages/*/tsconfig.json packages/*/examples/*/tsconfig.json",
"tsc-dev": "pnpm tsc --watch --preserveWatchOutput",
"test": "pnpm -r --sequential test run",
"vite-ecosystem-ci:build": "pnpm -r --filter '@hiogawa/vite-rsc...' build",
"vite-ecosystem-ci:before-test": "playwright install chromium",
"vite-ecosystem-ci:test": "bash scripts/vite-ecosystem-ci.sh",
"lint": "biome check --write .",
"lint-check": "biome check .",
"knip": "knip"
},
"devDependencies": {
"@biomejs/biome": "1.9.5-nightly.81fdedb",
"@hiogawa/utils": "^1.7.0",
"@playwright/test": "^1.53.1",
"@tsconfig/strictest": "^2.0.5",
"@types/estree": "^1.0.7",
"@types/node": "^22.14.1",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"@vitejs/plugin-react": "^4.5.0",
"@vitejs/plugin-react-swc": "^3.10.0",
"esbuild": "^0.24.2",
"knip": "^5.61.2",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-server-dom-webpack": "^19.1.0",
"tsdown": "^0.12.8",
"tsup": "^8.3.6",
"tsx": "^4.19.3",
"typescript": "^5.8.3",
"vite": "^6.3.5",
"vite-plugin-inspect": "^11.2.0",
"vitest": "^3.2.3",
"wrangler": "^4.19.1"
},
"packageManager": "pnpm@10.4.1+sha512.c753b6c3ad7afa13af388fa6d808035a008e30ea9993f58c6663e2bc5ff21679aa834db094987129aa4d488b86df57f7b634981b2f827cdcacc698cc0cfb88af",
"volta": {
"node": "22.14.0"
},
"pnpm": {
"overrides": {
"vite": "$vite",
"react": "$react",
"react-dom": "$react-dom",
"react-server-dom-webpack": "$react-server-dom-webpack",
"@hiogawa/react-server": "workspace:*",
"@hiogawa/vite-rsc": "workspace:*",
"@playwright/test": "$@playwright/test",
"@types/react": "$@types/react",
"@types/react-dom": "$@types/react-dom",
"@vitejs/plugin-react": "$@vitejs/plugin-react"
}
}
}