-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
142 lines (142 loc) · 5.71 KB
/
Copy pathpackage.json
File metadata and controls
142 lines (142 loc) · 5.71 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
{
"name": "jt_site",
"version": "1.0.0",
"description": "JetThoughts Hugo site with comprehensive build validation and zero-defect configuration",
"scripts": {
"lint:css": "stylelint \"themes/beaver/assets/css/pages/*.css\" \"themes/beaver/assets/css/components/*.css\"",
"build": "hugo",
"build:production": "hugo --minify --gc --cleanDestinationDir --environment production",
"build:preview": "hugo --buildDrafts --buildFuture",
"build:dev": "hugo -D -F --baseURL=\"http://localhost:1313\"",
"serve": "hugo server -D -F --bind=0.0.0.0 --baseURL=\"http://localhost:1313\"",
"test": "bin/test",
"test:build": "hugo build --renderToMemory --environment production --logLevel debug --noBuildLock --minify --templateMetrics --templateMetricsHints --printUnusedTemplates --cleanDestinationDir --ignoreCache --ignoreVendorPaths --printI18nWarnings --printMemoryUsage --printPathWarnings --buildDrafts --baseURL=\"http://localhost:1314\"",
"test:performance": "bun run build && lighthouse http://localhost:8080 --output json --output-path ./lighthouse-results/report.json",
"clean": "rm -rf public/ resources/_gen/ .hugo_build.lock coverage/ test-reports/",
"clean:cache": "rm -rf resources/_gen/",
"clean:tests": "rm -rf _dest/public-dtest/ _dest/public-build-dtest/ _dest/public-performance-dtest/ _dest/validation-dtest/",
"deploy:preview": "bin/surge/deploy",
"lint": "bundle exec standardrb --fix"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^8.0.0",
"autoprefixer": "^10.5.0",
"cssnano": "^8.0.1",
"lighthouse": "^13.3.0",
"markdownlint-cli": "^0.48.0",
"postcss": "^8.5.19",
"postcss-cli": "^11.0.1",
"postcss-delete-duplicate-css": "^1.0.0",
"postcss-extend-rule": "^4.0.0",
"postcss-import": "^16.1.1",
"postcss-mixins": "^12.1.2",
"postcss-nested": "^7.0.2",
"stylelint": "^17.14.0",
"surge": "^0.27.4"
},
"dependencies": {
"caniuse-lite": "^1.0.30001793"
},
"engines": {
"bun": ">=1.3"
},
"keywords": [
"hugo",
"static-site",
"jetthoughts",
"build-validation"
],
"repository": {
"type": "git",
"url": "https://github.com/jetthoughts/jetthoughts.github.io"
},
"mcpServers": {
"description": "MCP servers available to agents on this project. No API keys, tokens, or secrets — values here are server names and tool names only.",
"chrome-devtools": {
"purpose": "Browser automation — screenshot capture, UI testing, visual regression",
"tools": [
"new_page",
"emulate",
"take_screenshot"
],
"ref": ".stitch/design.md"
},
"context7": {
"purpose": "Framework documentation — official API references, feature specs, integration patterns",
"tools": [
"resolve-library-id",
"get-library-docs"
],
"ref": "docs/mcp-tool-mastery-guide.md"
},
"github": {
"purpose": "Repository coordination — PR management, issue tracking, repo analysis",
"tools": [
"create_pull_request",
"create_issue",
"search_repositories"
],
"ref": ".claude/commands/github/"
},
"brave-search": {
"purpose": "Web search — technology best practices, emerging patterns",
"tools": [
"search"
],
"ref": "docs/mcp-tool-mastery-guide.md"
},
"searxng": {
"purpose": "Web research — self-hosted metasearch, current best practices, community solutions",
"tools": [
"search"
],
"ref": "docs/mcp-tool-mastery-guide.md"
},
"package-search": {
"purpose": "Package and dependency research — find and analyze npm/Ruby/Go packages before install",
"tools": [
"package_search_hybrid",
"package_search_grep"
],
"ref": "docs/mcp-tool-mastery-guide.md"
},
"semble": {
"purpose": "Semantic code search — natural-language queries with nearest-neighbor expansion",
"tools": [
"search",
"find_related"
],
"ref": ".claude/agents/semble-search.md"
},
"deepwiki": {
"purpose": "Repository documentation — AI-powered wiki for GitHub repos; ask structural questions about any codebase",
"tools": ["read_wiki_structure", "read_wiki_contents", "ask_question"],
"ref": "docs/workflows/BASE_HANDBOOK.md"
},
"claude-in-chrome": {
"purpose": "Browser automation — full Chrome control for UI testing, visual verification, cover image rendering",
"tools": ["navigate", "read_page", "computer", "gif_creator", "tabs_create_mcp", "tabs_context_mcp"],
"ref": "docs/workflows/visual-scroll-gate.md"
},
"stitch": {
"purpose": "Design generation — screen creation, design system application, cover image prototyping via Stitch MCP",
"tools": ["create_project", "generate_screen_from_text", "edit_screens", "get_screen", "apply_design_system"],
"ref": ".stitch/design.md"
},
"lean-ctx": {
"purpose": "Context runtime — compressed file reads, shell commands, semantic search with ~95% token reduction",
"tools": ["ctx_read", "ctx_shell", "ctx_search", "ctx_tree"],
"ref": "rules/lean-ctx.md"
},
"grepai": {
"purpose": "Semantic code search with call-graph tracing — find callers, callees, and related code across the repo",
"tools": ["grepai_search", "grepai_trace_callers", "grepai_trace_callees", "grepai_rpg_search"],
"ref": "docs/workflows/BASE_HANDBOOK.md"
},
"memory": {
"purpose": "Cross-session entity graph — persist named concepts, relationships, and observations across agent runs",
"tools": ["create_entities", "add_observations", "search_nodes", "read_graph"],
"ref": "docs/workflows/agents.md"
}
}
}