-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 597 Bytes
/
Copy pathpackage.json
File metadata and controls
24 lines (24 loc) · 597 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
{
"name": "github-codewiki-jumper",
"private": true,
"version": "1.2.6",
"type": "module",
"scripts": {
"preinstall": "npx only-allow pnpm",
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"test:live": "playwright test",
"prettier": "prettier --write ."
},
"devDependencies": {
"@playwright/test": "^1.62.1",
"@types/node": "^20.12.12",
"prettier": "3.6.2",
"typescript": "^5.4.5",
"unplugin-auto-import": "^0.17.6",
"vite": "^5.2.11",
"vite-plugin-monkey": "^3.5.0"
},
"packageManager": "pnpm@9.1.0"
}