-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.05 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.05 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
41
{
"name": "namefailed.github.io",
"private": true,
"version": "0.0.0",
"type": "module",
"homepage": "https://mrgrey.site/",
"repository": {
"type": "git",
"url": "https://github.com/namefailed/namefailed.github.io.git"
},
"scripts": {
"dev": "vite",
"dev:force": "vite --force",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage",
"test:e2e": "playwright test",
"test:e2e:install": "playwright install chromium"
},
"devDependencies": {
"@eslint/js": "^9.39.1",
"@playwright/test": "^1.57.0",
"@vitest/coverage-v8": "^4.1.5",
"eslint": "^9.39.1",
"happy-dom": "^20.10.2",
"typescript": "~6.0.2",
"typescript-eslint": "^8.48.0",
"vite": "^8.0.16",
"vitest": "^4.1.8"
},
"dependencies": {
"@xterm/addon-fit": "^0.11.0",
"@xterm/addon-web-links": "^0.12.0",
"@xterm/xterm": "^6.0.0",
"cubing": "^0.63.3"
}
}