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{
"name": "vinext-monorepo",
"private": true,
"packageManager": "pnpm@10.30.0",
"scripts": {
"build": "pnpm --filter vinext run build",
"test": "vitest run",
"test:watch": "vitest",
"typecheck": "tsgo --noEmit",
"lint": "oxlint --deny-warnings",
"test:e2e": "playwright test"
},
"devDependencies": {
"@playwright/test": "^1.58.2",
"@types/node": "^25.2.3",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@typescript/native-preview": "^7.0.0-dev.20260213.1",
"@vitejs/plugin-rsc": "^0.5.19",
"image-size": "2.0.2",
"oxlint": "^1.47.0",
"playwright": "^1.52.0",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"typescript": "^5.7.0",
"vite": "^7.3.1",
"vitest": "^4.0.0"
},
"dependencies": {
"@mdx-js/react": "^3.1.1",
"@mdx-js/rollup": "^3.1.1",
"@unpic/react": "^1.0.2"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": ["next", "webpack"]
},
"onlyBuiltDependencies": [
"better-sqlite3",
"esbuild",
"sharp",
"workerd",
"@parcel/watcher",
"@swc/core"
]
}
}