-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.1 KB
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1.1 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
{
"name": "bfp_client",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@date-io/moment": "^1.3.13",
"@fortawesome/fontawesome-svg-core": "^1.2.32",
"@fortawesome/free-brands-svg-icons": "^5.15.1",
"@fortawesome/free-solid-svg-icons": "^5.15.1",
"@fortawesome/react-fontawesome": "^0.1.11",
"@material-ui/core": "^4.11.3",
"@material-ui/pickers": "^3.3.10",
"bootstrap": "^4.5.2",
"chart.js": "^2.9.3",
"font-awesome": "^4.7.0",
"moment": "^2.29.1",
"next": "^9.5.5",
"react": "16.13.1",
"react-bootstrap": "^1.3.0",
"react-bootstrap-table-next": "^4.0.3",
"react-bootstrap-table2-paginator": "^2.1.2",
"react-bootstrap-table2-toolkit": "^2.1.3",
"react-chartjs-2": "^2.11.1",
"react-csv": "^2.0.3",
"react-dom": "16.13.1",
"react-loader-spinner": "^4.0.0",
"react-sidebar-ui": "^1.2.1",
"react-to-print": "^2.12.2",
"sweetalert": "^2.1.2"
},
"devDependencies": {
"eslint-plugin-react-hooks": "^4.2.0"
}
}