-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.07 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.07 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
{
"name": "graduation",
"version": "0.1.0",
"private": true,
"scripts": {
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fortawesome/fontawesome-free": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.13.5",
"antd": "^5.5.0",
"axios": "^1.4.0",
"bootstrap": "^5.2.3",
"breadcrumb": "^1.0.0",
"fontawesome": "^5.6.3",
"ionicons": "^7.1.0",
"joi": "^17.9.2",
"next": "13.3.4",
"prop-types": "^15.8.1",
"react": "18.2.0",
"react-bootstrap": "^2.7.4",
"react-dom": "18.2.0",
"react-scroll": "^1.8.9",
"recharts": "^2.6.2",
"scrollmagic": "^2.0.8",
"sweetalert": "^2.1.2",
"sweetalert2": "^11.7.12",
"swr": "^2.1.5"
},
"devDependencies": {
"prettier": "^2.8.8"
}
}