-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 1.97 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "wsrn-new-web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -H 0.0.0.0",
"build": "next build",
"start": "next start -H 0.0.0.0",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fontsource/roboto": "^5.0.8",
"@fullcalendar/bootstrap5": "^6.1.11",
"@fullcalendar/core": "^6.1.10",
"@fullcalendar/daygrid": "^6.1.10",
"@fullcalendar/google-calendar": "^6.1.10",
"@fullcalendar/icalendar": "^6.1.10",
"@fullcalendar/list": "^6.1.10",
"@fullcalendar/react": "^6.1.10",
"@fullcalendar/resource-timeline": "^6.1.10",
"@mui/icons-material": "^5.14.19",
"@mui/material": "^5.14.20",
"@mui/x-data-grid": "^7.7.0",
"@mui/x-date-pickers": "^7.7.0",
"@prisma/client": "^5.13.0",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"audiomotion-analyzer": "^4.3.0",
"axios": "^0.24.0",
"babel-preset-es2015": "^6.24.1",
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.11.3",
"formidable": "^3.5.1",
"fs": "^0.0.1-security",
"fullcalendar": "^6.1.10",
"ical.js": "^1.5.0",
"icecast-metadata-js": "^1.2.8",
"icecast-metadata-player": "^1.17.2",
"ics-to-json": "^1.0.0",
"moment": "^2.30.1",
"next": "14.0.3",
"next-auth": "^4.24.7",
"node-ical": "^0.17.0",
"papaparse": "^5.4.1",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.51.5",
"react-social-media-embed": "^2.5.17",
"react-sound-visualizer": "^1.1.1",
"request": "^2.88.2",
"sharp": "^0.33.2",
"swr": "^2.2.5",
"zod": "^3.23.4",
"zod-prisma-types": "^3.1.6"
},
"devDependencies": {
"@types/node": "20.11.17",
"@types/papaparse": "^5.3.14",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.16",
"eslint": "^8",
"eslint-config-next": "14.0.3",
"postcss": "^8.4.32",
"prisma": "^5.13.0",
"typescript": "^5"
}
}