-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 721 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 721 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
{
"name": "devlog",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next export"
},
"dependencies": {
"date-fns": "^2.28.0",
"firebase": "^9.8.2",
"formik": "^2.2.9",
"lodash.debounce": "^4.0.8",
"lodash.kebabcase": "^4.1.1",
"next": "^12.1.0",
"react": "^17.0.2",
"react-code-blocks": "^0.1.3",
"react-confirm-alert": "^2.8.0",
"react-dom": "^17.0.2",
"react-firebase-hooks": "^4.0.2",
"react-hook-form": "^6.14.2",
"react-hot-toast": "^1.0.2",
"react-icons": "^4.3.1",
"react-markdown": "^8.0.3",
"remark-gfm": "^3.0.1",
"yup": "^0.32.11"
}
}