-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.31 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.31 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
40
{
"name": "any-console",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"typecheck": "vue-tsc -p tsconfig.json",
"test": "NODE_OPTIONS=--localstorage-file=node_modules/.vitest-localstorage vitest run",
"test:watch": "NODE_OPTIONS=--localstorage-file=node_modules/.vitest-localstorage vitest",
"test:coverage": "NODE_OPTIONS=--localstorage-file=node_modules/.vitest-localstorage vitest run --coverage",
"test:e2e": "playwright test",
"test:e2e:smoke": "playwright test e2e/smoke.spec.js e2e/terminal.spec.js e2e/mobile.spec.js e2e/api-contract.spec.js",
"test:stress": "node tests/stress/concurrent-agents.mjs"
},
"devDependencies": {
"@playwright/test": "^1.49.0",
"@vitest/coverage-v8": "^4.1.5",
"@vue/test-utils": "^2.4.10",
"axe-core": "^4.12.0",
"happy-dom": "^20.9.0",
"typescript": "^5.6.0",
"vite": "^8.0.3",
"vitest": "^4.1.5",
"vue-tsc": "^3.3.9"
},
"dependencies": {
"@mdi/font": "^7.4.47",
"@vitejs/plugin-vue": "^6.0.5",
"@xterm/addon-fit": "^0.11.0",
"@xterm/addon-web-links": "^0.12.0",
"@xterm/xterm": "^6.0.0",
"highlight.js": "^11.11.1",
"jsqr": "^1.4.0",
"pinia": "^3.0.4",
"qrcode-generator": "^2.0.4",
"vue": "^3.5.31"
}
}