-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
30 lines (30 loc) · 836 Bytes
/
package.json
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
{
"name": "__root__",
"version": "2.0.0-alpha.5",
"private": true,
"type": "module",
"scripts": {
"build": "turbo run build --concurrency=1",
"release": "pnpm build && bumpp package.json packages/*/package.json examples/*/package.json && pnpm -r publish --access=public",
"test": "playwright test"
},
"devDependencies": {
"@playwright/test": "1.31.2",
"bumpp": "^8.2.1",
"fs-extra": "^10.1.0",
"kill-port": "^2.0.1",
"playwright": "1.31.2",
"prettier": "^3.0.3",
"turbo": "^1.10.13"
},
"engines": {},
"pnpm": {
"overrides": {
"vite-plugin-standalone": "link:./packages/vite-plugin-standalone/",
"@nitedani/vite-plugin-node": "link:./packages/vite-plugin-node/"
},
"patchedDependencies": {
"vike@0.4.179": "patches/vike@0.4.179.patch"
}
}
}