-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 966 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 966 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
29
30
31
32
33
34
35
36
37
{
"name": "web-gui",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"fmt": "npx eslint --fix .",
"test": "vitest",
"test:watch": "vitest --watch",
"test:coverage": "vitest --coverage"
},
"dependencies": {
"preact": "^10.24.3"
},
"devDependencies": {
"@eslint/js": "^9.33.0",
"@preact/preset-vite": "^2.10.2",
"@testing-library/preact": "^3.2.4",
"@typescript-eslint/eslint-plugin": "^8.40.0",
"@vitest/coverage-v8": "^4.0.15",
"@vitest/ui": "^4.0.15",
"eslint": "^9.33.0",
"eslint-plugin-prettier": "^5.2.1",
"jest-environment-jsdom": "^30.1.2",
"jsdom": "^26.1.0",
"svgo": "^4.0.0",
"typescript": "^5.9.2",
"typescript-eslint": "^8.40.0",
"vite": "^7.3.0",
"vite-plugin-checker": "^0.10.2",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-markdown": "^2.2.0",
"vitest": "^4.0.15"
}
}