-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.54 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.54 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
{
"name": "hering",
"homepage": "https://scout-ch.github.io/hering",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build --outDir dist",
"preview": "vite preview"
},
"engines": {
"node": ">=22.0.0"
},
"eslintConfig": {
"extends": [
"react-app"
]
},
"type": "module",
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^7.0.0",
"@fortawesome/free-solid-svg-icons": "^7.0.0",
"@fortawesome/react-fontawesome": "^3.0.0",
"@tanstack/react-query": "^5.90.7",
"@tanstack/react-router": "^1.150.0",
"axios": "^1.6.0",
"axios-retry": "^4.5.0",
"date-fns": "^4.1.0",
"dompurify": "^3.2.1",
"exceljs": "^4.4.0",
"flexsearch": "^0.8.212",
"i18next": "^26.0.7",
"i18next-browser-languagedetector": "^8.0.0",
"ics": "^3.8.1",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"react-i18next": "^17.0.4",
"react-markdown": "^10.0.0",
"react-tooltip": "^6.0.0",
"remark-gfm": "^4.0.0",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"@types/hast": "^3.0.4",
"@types/node": "^24.6.2",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.0",
"less": "^4.2.0",
"typescript": "^5.1.0",
"vite": "^8.0.0"
}
}