-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.14 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
{
"name": "campus-balboa",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@contentful/rich-text-react-renderer": "^15.19.0",
"@contentful/rich-text-types": "^16.3.0",
"@heroicons/react": "^2.0.18",
"@mailchimp/mailchimp_marketing": "^3.0.80",
"@paypal/react-paypal-js": "^8.1.3",
"@types/node": "20.4.5",
"@types/nodemailer": "^6.4.14",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@vis.gl/react-google-maps": "^0.2.0",
"axios": "^1.5.1",
"contentful": "^10.6.5",
"contentful-import": "^9.4.5",
"embla-carousel-react": "^8.0.0-rc14",
"eslint": "8.45.0",
"eslint-config-next": "^14.2.3",
"highcharts-react-official": "^3.2.0",
"next": "^14.2.3",
"next-intl": "^3.13.0",
"nodemailer": "^6.9.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-loader-spinner": "^5.4.5",
"react-player": "^2.13.0",
"react-responsive": "^9.0.2",
"react-toastify": "^9.1.3",
"sass": "^1.66.1",
"typescript": "5.1.6"
}
}