-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.37 KB
/
Copy pathpackage.json
File metadata and controls
78 lines (78 loc) · 2.37 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "agenda-ahora",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"tsc": "tsc",
"ssl": "node src/server.mjs",
"email": "email dev --dir src/emails",
"format": "prettier --write .",
"check": "tsc && lint && prettier --write ."
},
"husky": {
"hooks": {
"pre-commit": "tsc && lint && prettier --write ."
}
},
"dependencies": {
"@aws-amplify/ui-react": "^5.0.6",
"@fullcalendar/core": "^6.1.9",
"@fullcalendar/daygrid": "^6.1.9",
"@fullcalendar/interaction": "^6.1.9",
"@fullcalendar/react": "^6.1.9",
"@fullcalendar/timegrid": "^6.1.9",
"@internationalized/date": "^3.3.0",
"@mui/icons-material": "^5.14.1",
"@paypal/react-paypal-js": "^8.1.3",
"@react-email/button": "^0.0.11",
"@react-email/components": "^0.0.11",
"@react-email/tailwind": "0.0.12",
"@react-spectrum/provider": "^3.8.0",
"@reduxjs/toolkit": "^1.9.5",
"@spectrum-icons/workflow": "^4.2.2",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"aws-amplify": "^5.3.5",
"axios": "^1.4.0",
"caniuse-lite": "^1.0.30001591",
"chart.js": "^4.4.1",
"dotenv": "^16.3.1",
"husky": "^8.0.3",
"next": "^13.4.12",
"node-schedule": "^2.1.1",
"react": "^18.2.0",
"react-aria": "3.26.0",
"react-aria-components": "1.0.0-beta.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0",
"react-headless-pagination": "^1.1.4",
"react-redux": "^8.1.1",
"react-stately": "3.24.0",
"react-to-print": "^2.14.15",
"sharp": "^0.32.6",
"zod": "^3.21.4"
},
"devDependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/material": "^5.14.2",
"@types/node": "20.4.5",
"@types/node-cron": "^3.0.9",
"@types/node-schedule": "^2.1.1",
"autoprefixer": "^10.4.14",
"aws-crt": "^1.17.0",
"encoding": "^0.1.13",
"eslint": "^8.45.0",
"eslint-config-next": "^13.4.12",
"postcss": "^8.4.26",
"prettier": "^3.0.0",
"prettier-plugin-tailwindcss": "^0.4.1",
"tailwindcss": "^3.3.3",
"tailwindcss-inner-border": "^0.2.0",
"typescript": "^5.1.6"
}
}