-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.41 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.41 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
51
52
53
54
55
56
57
{
"name": "fresh-mayhem",
"version": "1.0.0",
"description": "Interactive learning dashboard for HackRF One + PortaPack H4M running Mayhem v2.4.0",
"license": "GPL-3.0",
"homepage": "https://freshmayhem.com",
"repository": {
"type": "git",
"url": "https://github.com/superbasicstudio/fresh-mayhem"
},
"keywords": [
"hackrf",
"portapack",
"mayhem",
"sdr",
"radio",
"rf",
"learning",
"dashboard"
],
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage"
},
"dependencies": {
"@heroicons/react": "^2.2.0",
"@vercel/analytics": "^1.4.1",
"d3": "^7.9.0",
"i18next": "^25.10.10",
"i18next-browser-languagedetector": "^8.2.1",
"p5": "^2.2.0",
"react": "^18.3.0",
"react-dom": "^18.3.0",
"react-i18next": "^17.0.0",
"react-icons": "^5.6.0",
"react-router-dom": "^7.13.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@vitejs/plugin-react": "^4.3.0",
"@vitest/coverage-v8": "^4.0.18",
"autoprefixer": "^10.4.0",
"daisyui": "^4.12.0",
"jsdom": "^28.1.0",
"postcss": "^8.4.0",
"tailwindcss": "^3.4.0",
"vite": "^5.4.0",
"vitest": "^4.0.18"
}
}