-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.21 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
{
"name": "myapp",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3001",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.30",
"@fortawesome/free-brands-svg-icons": "^5.14.0",
"@fortawesome/free-solid-svg-icons": "^5.14.0",
"@fortawesome/react-fontawesome": "^0.1.11",
"@mailchimp/mailchimp_marketing": "^3.0.14",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@moxy/react-contentful-image": "^1.0.0",
"animate.css": "^4.1.1",
"bulma": "^0.9.0",
"contentful": "^7.14.6",
"dotenv-webpack": "^2.0.0",
"google-map-react": "^2.1.3",
"jquery": "^3.5.1",
"mailchimp": "^1.2.1",
"money": "^0.2.0",
"next": "^10.0.1",
"pure-react-carousel": "^1.27.3",
"react": "^17.0.1",
"react-animated-css": "^1.2.1",
"react-awesome-slider": "^4.1.0",
"react-dom": "^17.0.1",
"react-floating-action-button": "^1.0.5",
"react-modal": "^3.11.2",
"react-slick": "^0.27.11",
"react-touch": "^0.4.4",
"sass": "^1.26.10",
"slick-carousel": "^1.8.1",
"swr": "^0.3.1",
"toastify-js": "^1.9.1",
"twilio": "^3.49.0"
}
}