-
Notifications
You must be signed in to change notification settings - Fork 134
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 881 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 881 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
{
"name": "@openroom/webuiapps",
"private": true,
"version": "0.0.0",
"license": "MIT",
"type": "module",
"scripts": {
"dev": "vite",
"debug": "vite --debug",
"build:test": "NODE_ENV=test vite build",
"build": "NODE_ENV=production vite build",
"build:analyze": "NODE_ENV=production ANALYZE=analyze vite build",
"preview": "vite preview",
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage"
},
"dependencies": {
"framer-motion": "^12.34.0",
"jszip": "^3.10.1",
"react-markdown": "^10.1.0",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.1"
},
"devDependencies": {
"@anthropic-ai/claude-agent-sdk": "^0.2.88",
"@vitest/coverage-istanbul": "^4.1.2",
"@vitest/coverage-v8": "^4.1.2",
"happy-dom": "^20.8.9",
"jsdom": "^29.0.1",
"vitest": "^4.1.2"
}
}