-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 765 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 765 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
{
"name": "bilireveal",
"version": "2.2.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vp dev",
"build": "vp run build:normal && vp run build:firemonkey",
"build:normal": "tsc && vp build",
"build:firemonkey": "LITE_VERSION=true vp build",
"preview": "vp preview",
"typecheck": "tsc --noEmit",
"lint": "check",
"lint:fix": "vp check --fix",
"test": "vp exec playwright test --headed --project=chromium",
"prepare": "vp config"
},
"devDependencies": {
"@playwright/test": "^1.59.1",
"@types/node": "^25.0.3",
"dotenv": "^17.4.2",
"typescript": "^5.9.3",
"vite": "catalog:",
"vite-plugin-monkey": "^8.0.0",
"vite-plus": "catalog:"
},
"packageManager": "pnpm@11.0.8"
}