-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 873 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
{
"name": "edna-e-majka",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"date-fns": "^2.16.1",
"firebase": "^8.2.7",
"gray-matter": "^4.0.2",
"next": "11.1.4",
"nodemailer": "^6.4.17",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-google-recaptcha-v3": "^1.7.1",
"react-hook-form": "^6.15.1",
"react-image-file-resizer": "^0.4.2",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^2.0.1",
"uuidv4": "^6.2.6"
},
"devDependencies": {
"@types/node": "^14.14.19",
"@types/nodemailer": "^6.4.0",
"@types/pica": "^5.1.2",
"@types/react": "^17.0.0",
"prettier": "2.2.1",
"typescript": "^4.1.3"
},
"packageManager": "[email protected]+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447"
}