-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 811 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 811 Bytes
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
{
"name": "@bippy/monorepo",
"private": true,
"type": "module",
"scripts": {
"dev": "vp run bippy#dev",
"build": "vp run bippy#build",
"test": "vp run bippy#test",
"test:e2e": "pnpm --filter @bippy/e2e test:web",
"publint": "vp run bippy#publint",
"fmt": "vp fmt",
"lint": "vp lint",
"check": "vp check",
"sherif": "sherif --fix",
"changeset": "nr build && changeset",
"version": "changeset version",
"release": "changeset publish"
},
"devDependencies": {
"@antfu/ni": "^27.0.1",
"@changesets/changelog-git": "^0.2.0",
"@changesets/cli": "^2.27.11",
"sherif": "^1.2.0",
"vite-plus": "latest"
},
"packageManager": "pnpm@10.12.1",
"pnpm": {
"overrides": {
"react": "^19.2.4",
"react-dom": "^19.2.4"
}
}
}