-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 1.93 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 1.93 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
{
"name": "nagiostv",
"version": "0.9.10",
"type": "module",
"private": true,
"homepage": "./",
"devDependencies": {
"@tailwindcss/vite": "^4.2.2",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^15.0.7",
"@types/jquery": "^3.5.34",
"@types/js-cookie": "^3.0.6",
"@types/lodash": "^4.17.24",
"@types/luxon": "^3.7.1",
"@types/node": "^18.19.130",
"@types/react": "^18.3.28",
"@types/react-dom": "^18.3.7",
"@vitejs/plugin-react": "^4.7.0",
"c8": "^9.1.0",
"jsdom": "^24.1.3",
"tailwindcss": "^4.2.2",
"typescript": "^5.9.3",
"vite": "^6.4.2",
"vite-plugin-svgr": "^4.5.0",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^3.2.4"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.6",
"@types/qs": "^6.15.0",
"@zumer/snapdom": "^2.8.0",
"allotment": "^1.20.5",
"axios": "^1.15.0",
"clipboard-polyfill": "^3.0.3",
"highcharts": "^12.6.0",
"highcharts-react-official": "^3.2.3",
"jotai": "^2.19.1",
"js-cookie": "^3.0.5",
"lodash": "^4.18.1",
"luxon": "^3.7.2",
"motion": "^11.18.2",
"qs": "^6.15.1",
"react": "^18.3.1",
"react-app-polyfill": "^3.0.0",
"react-dom": "^18.3.1",
"react-router-dom": "^6.30.3",
"react-tooltip": "^4.5.1",
"styled-components": "^5.3.11",
"url-search-params-polyfill": "^8.2.5"
},
"scripts": {
"dev": "vite",
"start": "vite",
"build": "vite build",
"test": "vitest watch",
"test:no-watch": "vitest run",
"test:coverage": "vitest run --coverage",
"proxy": "node proxy.js"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"ie 11",
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}