-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.39 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.39 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
{
"name": "matrix-breach:-game-hacking-lab",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "playwright test",
"test:speedrun": "playwright test tests/exploits/phase1 tests/exploits/phase2 tests/exploits/phase3",
"test:phase1": "playwright test tests/exploits/phase1",
"test:phase2": "playwright test tests/exploits/phase2",
"test:phase3": "playwright test tests/exploits/phase3",
"test:phase4": "playwright test tests/exploits/phase4",
"test:phase5": "playwright test tests/exploits/phase5",
"test:phase6": "playwright test tests/exploits/phase6",
"test:levels": "playwright test tests/exploits/phase1 tests/exploits/phase2 tests/exploits/phase3 tests/exploits/phase4 tests/exploits/phase5 tests/exploits/phase6",
"test:sidequests": "playwright test tests/exploits/sidequests",
"test:all": "playwright test tests/exploits",
"test:report": "playwright show-report"
},
"dependencies": {
"@google/genai": "^1.34.0",
"idb": "^8.0.0",
"lz-string": "^1.5.0",
"openai": "^6.15.0",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-rnd": "^10.4.2"
},
"devDependencies": {
"@playwright/test": "^1.40.1",
"@types/node": "^22.14.0",
"@vitejs/plugin-react": "^5.0.0",
"typescript": "~5.8.2",
"vite": "^6.2.0"
}
}