-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) 路 846 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) 路 846 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": "argus",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite --config apps/argus-trace/vite.config.ts",
"build": "tsc -b && vite build --config apps/argus-trace/vite.config.ts",
"test": "vitest run",
"test:watch": "vitest",
"validate": "npm test && npm run build"
},
"dependencies": {
"@base-ui/react": "^1.7.0",
"@unovis/react": "^1.6.7",
"@unovis/ts": "^1.6.7",
"echarts": "^6.1.0",
"echarts-gl": "^2.1.0",
"lucide-react": "^0.468.0",
"motion": "^13.1.1",
"react": "^19.1.1",
"react-dom": "^19.1.1"
},
"devDependencies": {
"@types/react": "^19.1.10",
"@types/react-dom": "^19.1.7",
"@vitejs/plugin-react": "^5.0.2",
"jsdom": "^26.1.0",
"typescript": "^5.9.2",
"vite": "^7.1.3",
"vitest": "^3.2.4"
}
}