forked from DO3SWW/Web-Aprs-Passcode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.09 KB
/
package.json
File metadata and controls
77 lines (77 loc) · 2.09 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "web-aprs-passcode",
"version": "2.3.0",
"description": "Modern web application for generating APRS-IS passcodes with multi-language support. Based on Web-Aprs-Passcode by Simon Weber (DO3SWW).",
"author": "José Carrillo <m@carrillo.app>",
"contributors": [
"Simon Weber (DO3SWW) - Original Web-Aprs-Passcode project"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/carrilloapps/web-aprs-passcode.git"
},
"bugs": {
"url": "https://github.com/carrilloapps/web-aprs-passcode/issues"
},
"homepage": "https://github.com/carrilloapps/web-aprs-passcode#readme",
"keywords": [
"aprs",
"amateur-radio",
"ham-radio",
"passcode",
"aprs-is",
"packet-radio",
"next.js",
"react",
"typescript",
"i18n"
],
"private": false,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage"
},
"dependencies": {
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-slot": "^1.2.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.556.0",
"mermaid": "^11.12.2",
"next": "16.0.8",
"next-intl": "^4.5.8",
"next-themes": "^0.4.6",
"react": "19.2.1",
"react-dom": "19.2.1",
"react-markdown": "^10.1.0",
"rehype-raw": "^7.0.0",
"rehype-sanitize": "^6.0.0",
"remark-gfm": "^4.0.1",
"tailwind-merge": "^3.4.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@types/jest": "^30.0.0",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.0.8",
"jest": "^30.2.0",
"jest-environment-jsdom": "^30.2.0",
"tailwindcss": "^4",
"tw-animate-css": "^1.4.0",
"typescript": "^5"
}
}