forked from CalloraOrg/Callora-Frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 717 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 717 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
{
"name": "callora-frontend",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite",
"test": "vitest",
"build": "tsc -b && vite build",
"preview": "vite preview",
"test:coverage": "vitest run --coverage"
},
"dependencies": {
"lucide-react": "^1.21.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.30.3"
},
"devDependencies": {
"@testing-library/react": "^14.1.0",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@vitejs/plugin-react": "^4.2.0",
"@vitest/coverage-v8": "^1.6.1",
"jsdom": "^24.0.0",
"typescript": "^5.3.0",
"vite": "^5.0.0",
"vitest": "^1.6.0"
}
}