forked from HUFS-EZport/Front-End
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.09 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.09 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
{
"name": "ezports-front",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint --fix"
},
"engines": {
"node": "^20.11.0",
"yarn": "^1.22.21"
},
"dependencies": {
"@fullcalendar/bootstrap5": "^6.1.10",
"@fullcalendar/core": "^6.1.10",
"@fullcalendar/daygrid": "^6.1.10",
"@fullcalendar/interaction": "^6.1.10",
"@fullcalendar/list": "^6.1.10",
"@fullcalendar/multimonth": "^6.1.10",
"@fullcalendar/react": "^6.1.10",
"@fullcalendar/scrollgrid": "^6.1.10",
"@fullcalendar/timegrid": "^6.1.10",
"@hufs-ezport/api-client": "0.0.1",
"@popperjs/core": "^2.11.8",
"bootstrap": "5.3.1",
"bootstrap-icons": "^1.11.3",
"moment": "^2.30.1",
"next": "14.0.4",
"react": "^18",
"react-bootstrap": "^2.10.1",
"react-dom": "^18",
"yarn": "^1.22.21"
},
"devDependencies": {
"@stylistic/eslint-plugin": "^1.5.3",
"@types/bootstrap": "^5.2.10",
"eslint": "^8",
"eslint-config-next": "14.0.4",
"sass": "^1.70.0"
}
}