-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.2 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
{
"name": "maneats",
"version": "0.2.9.3",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"webmanifest": "node site.webmanifest.js",
"prebuild": "yarn webmanifest",
"postbuild": "next-sitemap",
"all": "yarn build && yarn start",
"debug": "node --inspect-brk ./node_modules/next/dist/bin/next"
},
"dependencies": {
"@react-pdf/renderer": "^2.3.0",
"bootstrap": "^5.2.0",
"firebase": "^9.9.1",
"mjml": "^4.13.0",
"mjml-react": "^2.0.8",
"next": "12.2.0",
"next-sitemap": "^3.1.10",
"nodemailer": "^6.7.8",
"react": "18.2.0",
"react-bootstrap": "^2.4.0",
"react-cookie-consent": "^8.0.1",
"react-dom": "18.2.0",
"recoil": "^0.7.4",
"schema-dts": "^1.1.0",
"sharp": "^0.30.7",
"workbox-core": "^6.5.3",
"workbox-window": "^6.5.3"
},
"devDependencies": {
"@types/mjml-react": "^2.0.5",
"@types/node": "^18.0.3",
"@types/nodemailer": "^6.4.5",
"clean-webpack-plugin": "^4.0.0",
"eslint": "8.19.0",
"eslint-config-next": "12.2.0",
"sass": "^1.53.0",
"typescript": "^4.7.4",
"workbox-webpack-plugin": "^6.5.3"
}
}