-
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.54 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.54 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": "@joai/warps",
"version": "1.0.0",
"private": true,
"type": "module",
"description": "Open-source JoAi warp definitions and brand metadata.",
"scripts": {
"build": "node ui/build.js",
"warp": "node ui/server.js",
"test": "vitest run --config ui/vite.config.ts",
"playground:inspect": "node playground/inspect.js",
"execute": "node scripts/execute-warp.js",
"generate-types": "node scripts/generate-warp-types.js",
"catalog:build": "node --import tsx scripts/catalog/build-catalog.ts",
"catalog:sync": "node --import tsx scripts/catalog/sync-to-api.ts",
"type-check": "tsc --noEmit"
},
"dependencies": {
"@joai/warps": "^4.3.1",
"@modelcontextprotocol/ext-apps": "^1.0.1",
"@modelcontextprotocol/sdk": "^1.25.3",
"@openai/apps-sdk-ui": "^0.2.1",
"hono": "^4.12.5",
"react": "^19.2.4",
"react-dom": "^19.2.4"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.18",
"@tailwindcss/vite": "^4.1.18",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@types/node": "^25.0.5",
"@types/react": "^19.2.10",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.2",
"autoprefixer": "^10.4.23",
"chokidar": "^4.0.3",
"esbuild": "^0.24.2",
"express": "^4.22.1",
"jsdom": "^26.1.0",
"postcss": "^8.5.6",
"postcss-import": "^16.1.1",
"tailwindcss": "^4.1.18",
"tsx": "^4.21.0",
"typescript": "^5.9.3",
"vite": "^7.3.1",
"vitest": "^3.2.4"
}
}