-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 880 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 880 Bytes
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
{
"name": "meuartelie",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@mailchimp/mailchimp_marketing": "^3.0.27",
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"@svgr/webpack": "^5.5.0",
"cookies-next": "^2.1.2",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"eslint-config-next": "^13.4.7",
"i18next": "^23.2.3",
"next": "^13.4.7",
"ni18n": "^1.1.0",
"nodemailer": "^6.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^13.0.1",
"react-instagram-authless-feed": "jamesmoriarty/react-instagram-authless-feed#v1.1.1",
"react-material-ui-carousel": "^2.2.1",
"react-player": "^2.9.0",
"sass": "^1.32.2"
},
"devDependencies": {
"cross-env": "^7.0.3"
}
}