-
Notifications
You must be signed in to change notification settings - Fork 264
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.03 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.03 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
{
"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.32.1"
}