-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.06 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
{
"name": "project-base",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && next export",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-regular-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.15",
"@popperjs/core": "^2.9.3",
"axios": "^0.21.1",
"babel-plugin-macros": "^3.1.0",
"bootstrap": "^5.1.0",
"chart.js": "^3.5.1",
"form-data": "^4.0.0",
"jquery": "^3.6.0",
"next": "11.0.1",
"popper.js": "^1.16.1",
"react": "17.0.2",
"react-bootstrap": "^2.0.0-beta.6",
"react-chartjs-2": "^3.0.4",
"react-dom": "17.0.2",
"react-select": "^4.3.1",
"react-toastify": "^8.0.2",
"sass": "^1.38.0",
"sweetalert2": "^11.1.4",
"swr": "^1.0.1"
},
"devDependencies": {
"eslint": "7.32.0",
"eslint-config-next": "11.0.1"
}
}