-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.13 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.13 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
{
"name": "schemapilot",
"version": "1.0.0",
"type": "module",
"private": false,
"description": "A WebMCP-enabled SEO audit tool for collaborative agent-human SEO analysis",
"keywords": [
"webmcp",
"seo",
"audit",
"mcp",
"react",
"vite",
"tailwind"
],
"author": "SchemaPilot",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/getwhtnxt/schemapilot"
},
"homepage": "https://schemapilot.vercel.app",
"bugs": {
"url": "https://github.com/getwhtnxt/schemapilot/issues"
},
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"react": "^19.2.8",
"react-dom": "^19.2.8",
"use-webmcp-tool": "^0.2.0",
"zustand": "^5.0.15"
},
"devDependencies": {
"@types/node": "^24.13.3",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.4",
"@vitejs/plugin-react": "^6.1.0",
"autoprefixer": "^10.5.4",
"jsdom": "^30.0.1",
"oxlint": "^1.79.0",
"postcss": "^8.5.26",
"tailwindcss": "^4.3.3",
"typescript": "~6.0.2",
"vite": "^8.2.2"
}
}