This repository has been archived by the owner on Apr 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.8 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
{
"name": "crumb-cafe",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -H 0.0.0.0 -p 3434",
"lint": "next lint",
"format": "prettier --write ."
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fullcalendar/core": "^6.1.9",
"@fullcalendar/daygrid": "^6.1.9",
"@fullcalendar/list": "^6.1.10",
"@fullcalendar/react": "^6.1.9",
"@mui/icons-material": "^5.14.9",
"@mui/lab": "^5.0.0-alpha.169",
"@mui/material": "^5.14.15",
"@mui/x-charts": "^6.19.4",
"@mui/x-data-grid": "^6.16.2",
"@mui/x-date-pickers": "^6.19.3",
"@react-spring/web": "^9.7.3",
"@types/node": "18.14.0",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"axios": "^1.6.2",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"dayjs": "^1.11.10",
"eslint": "^8.57.0",
"eslint-config-next": "13.1.6",
"moment": "^2.30.1",
"mongoose": "^7.0.3",
"next": "^13.5.4",
"next-api-decorators": "^2.0.2",
"next-auth": "^4.24.7",
"path-to-regexp": "^6.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native-esc-pos-printer": "^3.1.0",
"react-particles": "^2.12.2",
"react-router-dom": "^6.16.0",
"reducer": "^0.19.2",
"swr": "^2.2.4",
"tsparticles": "^2.12.0",
"tsparticles-engine": "^2.12.0",
"tsparticles-path-polygon": "^2.12.0",
"tsparticles-slim": "^2.12.0",
"typescript": "^5.4.3",
"typescript-eslint": "^7.4.0",
"zod": "^3.22.4",
"zod-validation-error": "^1.5.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.62.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-unused-imports": "^2.0.0",
"prettier": "^2.8.7"
}
}