-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 995 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 995 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
34
35
36
{
"name": "WhyLog",
"description": "개발 협업을 위한 AI기반 의사결정 맥락 분석 시스템",
"private": true,
"version": "1.1.0",
"type": "module",
"scripts": {
"start": "vite --port 3000",
"build": "tsc -b && vite build",
"preview": "vite preview",
"lint": "biome lint .",
"format": "biome format --write .",
"check": "biome check --write ."
},
"dependencies": {
"@tailwindcss/vite": "^4.1.17",
"@tanstack/react-query": "^5.90.7",
"axios": "^1.13.2",
"livekit-client": "^2.18.1",
"react": "^19.2.0",
"react-diff-viewer-continued": "^4.2.2",
"react-dom": "^19.2.0",
"react-router-dom": "^7.9.5",
"tailwindcss": "^4.1.17"
},
"devDependencies": {
"@biomejs/biome": "2.4.7",
"@types/node": "^24.10.0",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"@vitejs/plugin-react": "^5.1.0",
"typescript": "^5.9.3",
"vite": "^7.2.2",
"vite-plugin-svgr": "^4.5.0"
}
}