generated from hack4impact-calpoly/nextjs-app-template
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
90 lines (90 loc) · 2.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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "nextjs-app-template",
"version": "0.1.0",
"engines": {
"node": "18.17.1"
},
"private": true,
"scripts": {
"dev": "next dev && lint --fix",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.564.0",
"@aws-sdk/lib-storage": "^3.563.0",
"@aws-sdk/s3-request-presigner": "^3.575.0",
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/react": "^2.8.2",
"@clerk/nextjs": "^5.0.9",
"@emotion/react": "^11.11.3",
"@emotion/style": "^0.8.0",
"@emotion/styled": "^11.11.0",
"@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/react": "^6.1.10",
"@fullcalendar/timegrid": "^6.1.10",
"@heroicons/react": "^2.1.1",
"@mailchimp/mailchimp_marketing": "^3.0.80",
"@uiw/react-markdown-preview": "^5.1.1",
"@uiw/react-md-editor": "^4.0.4",
"@vercel/speed-insights": "^1.0.10",
"aws-sdk": "^2.1613.0",
"aws4": "^1.12.0",
"axios": "^1.6.8",
"bootstrap": "^5.3.2",
"bootstrap-icons": "^1.11.3",
"chakra-react-select": "^4.7.6",
"clerk": "^0.8.3",
"date-fns": "^3.3.1",
"framer-motion": "^11.0.3",
"i": "^0.3.7",
"ical.js": "^2.0.1",
"mongodb": "^6.5.0",
"mongoose": "^7.6.11",
"next": "^14.2.3",
"nodemailer": "^6.9.13",
"npm": "^10.7.0",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"react": "^18.3.1",
"react-csv": "^2.2.2",
"react-dom": "^18.3.1",
"react-icons": "^5.0.1",
"react-intersection-observer": "^9.8.1",
"react-markdown": "^9.0.1",
"react-router-dom": "^6.22.2",
"react-select": "^5.8.0",
"react-slick": "^0.30.2",
"slick-carousel": "^1.8.1",
"styled-components": "^6.1.8",
"swr": "^2.2.5",
"tailwindcss": "^3.4.3"
},
"devDependencies": {
"@types/mailchimp__mailchimp_marketing": "^3.0.20",
"@types/node": "^20",
"@types/nodemailer": "^6.4.15",
"@types/react": "^18.2.48",
"@types/react-csv": "^1.1.10",
"@types/react-dom": "^18",
"@types/react-slick": "^0.23.13",
"autoprefixer": "^10.4.19",
"constructs": "10.3.0",
"eslint": "^8.56.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "14.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"typescript": "^5.3.3"
}
}