-
Notifications
You must be signed in to change notification settings - Fork 261
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 1.95 KB
/
package.json
File metadata and controls
81 lines (81 loc) · 1.95 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
78
79
80
81
{
"name": "km-chart-visualization",
"version": "0.1.0",
"private": true,
"proxy": "http://localhost:5000",
"dependencies": {
"@fluentui/react": "^8.125.4",
"@azure/msal-react": "^3.0.23",
"@azure/msal-browser": "^4.24.1",
"@testing-library/jest-dom": "^6.9.0",
"@fluentui/react-icons": "^2.0.317",
"@fluentui/react-components": "^9.72.11",
"@testing-library/react": "^16.3.1",
"@testing-library/user-event": "^14.6.1",
"@types/d3": "^7.4.3",
"@types/jest": "^30.0.0",
"@types/node": "^25.1.0",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"chart.js": "^4.5.0",
"d3": "^7.9.0",
"d3-cloud": "^1.2.8",
"d3-color": "^3.1.0",
"lodash-es": "^4.17.22",
"react": "^18.3.1",
"react-chartjs-2": "^5.3.1",
"react-d3-cloud": "^1.0.6",
"react-dom": "^18.3.1",
"react-markdown": "^10.1.0",
"react-scripts": "^5.0.1",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.1",
"remark-supersub": "^1.0.0",
"typescript": "^4.9.5",
"web-vitals": "^5.1.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"engines": {
"node": ">=20.0.0"
},
"devDependencies": {
"@types/chart.js": "^4.0.1",
"@types/lodash-es": "^4.17.12",
"nth-check": "^2.1.1"
},
"overrides": {
"d3-color": "$d3-color",
"nth-check": "$nth-check",
"flatted": "^3.4.2",
"lodash": "4.18.1",
"node-forge": "^1.4.0",
"react-scripts": {
"picomatch": "^4.0.4"
},
"serialize-javascript": "^7.0.3",
"bfj": "^9.1.3"
}
}