-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
71 lines (71 loc) · 1.83 KB
/
package.json
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
{
"name": "nagiostv",
"version": "0.9.2",
"type": "module",
"private": true,
"homepage": "./",
"devDependencies": {
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^15.0.7",
"@types/jquery": "^3.5.32",
"@types/js-cookie": "^3.0.6",
"@types/lodash": "^4.17.14",
"@types/node": "^18.19.70",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react": "^4.3.4",
"c8": "^9.1.0",
"jsdom": "^24.1.3",
"typescript": "^5.7.3",
"vite": "^5.4.11",
"vite-plugin-pwa": "^0.21.1",
"vite-plugin-svgr": "^4.3.0",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.6.0"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"allotment": "^1.20.2",
"axios": "^0.29.0",
"clipboard-polyfill": "^3.0.3",
"highcharts": "^10.3.3",
"highcharts-react-official": "^3.2.1",
"html2canvas": "^1.4.1",
"jotai": "^2.11.0",
"jquery": "^3.7.1",
"js-cookie": "^3.0.5",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"motion": "^11.17.0",
"react": "^18.3.1",
"react-app-polyfill": "^3.0.0",
"react-dom": "^18.3.1",
"react-router-dom": "^6.28.1",
"react-tooltip": "^4.5.1",
"styled-components": "^5.3.11",
"url-search-params-polyfill": "^8.2.5"
},
"scripts": {
"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"
]
}
}