-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.78 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.78 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": "it-stats",
"version": "0.3.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^15.0.5",
"@testing-library/user-event": "^14.5.2",
"bootstrap": "5.3.3",
"chart.js": "4.4.2",
"next": "^14.2.3",
"react": "^18.3.1",
"@next/third-parties": "^14.2.3",
"react-bootstrap-table-next": "4.0.3",
"react-bootstrap-table2-filter": "^1.3.3",
"react-bootstrap-table2-toolkit": "^2.1.3",
"react-chartjs-2": "5.2.0",
"react-collapse": "^5.1.1",
"react-device-detect": "^2.2.3",
"react-dom": "^18.3.1",
"react-router": "6.23.0",
"react-router-dom": "6.23.0",
"react-scripts": "5.0.1",
"recharts": "^2.12.6",
"typeface-anton": "^1.1.13",
"typeface-montserrat": "^1.1.13",
"typeface-nunito": "^1.1.13",
"typeface-nunito-sans": "^1.1.13",
"typeface-roboto": "^1.1.13",
"typeface-roboto-condensed": "^1.1.13"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.16.7",
"@next/eslint-plugin-next": "^14.2.3",
"@types/node": "^20.12.7",
"@types/react": "^18.3.1",
"@types/react-bootstrap-table-next": "4.0.26",
"@types/react-bootstrap-table2-toolkit": "2.1.13",
"@types/react-dom": "18.3.0",
"@types/react-router": "5.1.20",
"typescript": "^5.4.5"
}
}