forked from cloudflare/vinext
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.34 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.34 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
{
"name": "vinext-monorepo",
"private": true,
"scripts": {
"build": "vp run vinext#build",
"check": "vp check",
"test": "vp test run",
"test:watch": "vp test",
"generate:google-fonts": "node scripts/generate-google-fonts.js",
"fmt": "vp fmt",
"fmt:check": "vp fmt --check",
"lint": "vp lint",
"test:e2e": "playwright test",
"prepare": "vp config"
},
"dependencies": {
"@mdx-js/react": "catalog:",
"@mdx-js/rollup": "catalog:",
"@unpic/react": "catalog:"
},
"devDependencies": {
"@playwright/test": "catalog:",
"@types/node": "catalog:",
"@types/react": "catalog:",
"@types/react-dom": "catalog:",
"@typescript/native-preview": "catalog:",
"@vitejs/plugin-rsc": "catalog:",
"image-size": "catalog:",
"next": "catalog:",
"playwright": "catalog:",
"react": "catalog:",
"react-dom": "catalog:",
"typescript": "catalog:",
"vite": "catalog:",
"vite-plus": "catalog:",
"vitest": "catalog:"
},
"packageManager": "pnpm@10.30.0",
"pnpm": {
"overrides": {
"rollup": "^4.59.0"
},
"peerDependencyRules": {
"ignoreMissing": [
"next",
"webpack"
]
},
"onlyBuiltDependencies": [
"better-sqlite3",
"esbuild",
"sharp",
"workerd",
"@parcel/watcher",
"@swc/core"
]
}
}