-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 963 Bytes
/
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
{
"name": "drama-fruit",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"export": "npm run build && next export"
},
"dependencies": {
"@babel/core": "^7.14.0",
"@babel/preset-react": "^7.13.13",
"@contentful/rich-text-react-renderer": "^15.12.1",
"@material-ui/core": "^4.11.4",
"@mollie/api-client": "^3.5.1",
"@plaiceholder/next": "^2.3.0",
"contentful": "^8.3.5",
"contentful-management": "^7.22.3",
"firebase-admin": "^9.8.0",
"jquery": "^3.6.0",
"next": "^11.1.0",
"next-sitemap": "^1.6.99",
"nodemailer": "^6.6.1",
"places-autocomplete-react": "^1.0.10",
"plaiceholder": "^2.3.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"sharp": "^0.30.5",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/react": "^17.0.5",
"typescript": "^4.2.4"
}
}