-
Notifications
You must be signed in to change notification settings - Fork 666
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.87 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.87 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"devDependencies": {
"@biomejs/biome": "^2.4.4",
"@stylistic/eslint-plugin": "^5.9.0",
"@stylistic/stylelint-config": "^4.0.0",
"@vitest/coverage-istanbul": "^4.0.18",
"@vitest/ui": "^4.0.18",
"autoprefixer": "^10.4.20",
"eslint": "^9.39.3",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-prettier": "^5.5.5",
"htmlhint": "^1.9.1",
"istanbul-lib-instrument": "^6.0.3",
"jsdom": "^28.1.0",
"neostandard": "^0.12.2",
"postcss": "^8.4.49",
"postcss-cli": "^11.0.0",
"prettier": "^3.8.1",
"retire": "^5.4.2",
"stylelint": "^17.3.0",
"stylelint-config-standard": "^40.0.0",
"stylelint-order": "^7.0.1",
"tailwindcss": "^3.4.17",
"cssnano": "^7.0.2",
"terser": "^5.46.0",
"vite": "^7.3.1",
"vitest": "^4.0.18"
},
"overrides": {
"@tootallnate/once": ">=3.0.1",
"basic-ftp": ">=5.3.0",
"flatted": ">=3.4.2",
"ip": ">=2.0.1",
"keyv": "5.1.0",
"minimatch": ">=10.2.1",
"picomatch": ">=4.0.4",
"rollup": ">=4.59.0",
"undici": "^7.24.5",
"uuid": ">=14.0.0"
},
"scripts": {
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage",
"test:ui": "vitest --ui",
"vite:dev": "vite",
"vite:build": "vite build",
"vite:preview": "vite preview",
"build:css": "NODE_ENV=production postcss mcpgateway/static/css/tailwind.src.css -o mcpgateway/static/css/tailwind.min.css",
"watch:css": "postcss mcpgateway/static/css/tailwind.src.css -o mcpgateway/static/css/tailwind.min.css --watch"
},
"dependencies": {
"alpinejs": "^3.15.8",
"htmx.org": "^2.0.3"
}
}