forked from ggyu777/Student_Management_WebApp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.42 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.42 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
{
"name": "final-project",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@fullcalendar/core": "^5.11.0",
"@fullcalendar/daygrid": "^5.11.0",
"@fullcalendar/interaction": "^5.11.0",
"@fullcalendar/react": "^5.11.1",
"@fullcalendar/timegrid": "^5.11.0",
"apexcharts": "^3.35.3",
"axios": "^0.27.2",
"d3": "^7.3.0",
"file-saver": "^2.0.5",
"fullcalendar": "^5.11.0",
"moment": "^2.29.3",
"msw": "^0.44.0",
"react": "^17.0.2",
"react-apexcharts": "^1.4.0",
"react-big-calendar": "^0.39.2",
"react-dom": "^17.0.2",
"react-is": "^17.0.2",
"react-rating-stars-component": "^2.2.0",
"react-router-dom": "^6.3.0",
"react-to-pdf": "^0.0.14",
"sass": "^1.53.0",
"styled-components": "^5.3.3"
},
"devDependencies": {
"@types/styled-components": "^5.1.25",
"@vitejs/plugin-react": "^1.0.7",
"vite": "^2.8.0"
},
"proxy": "http://mydata.eduhash.net",
"description": "<br/>",
"main": "vite.config.js",
"repository": {
"type": "git",
"url": "git+https://github.com/dbstjddbwls/STFE3-4_Final_Project_7TEAM.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/dbstjddbwls/STFE3-4_Final_Project_7TEAM/issues"
},
"homepage": "https://github.com/dbstjddbwls/STFE3-4_Final_Project_7TEAM#readme"
}