-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 730 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 730 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
{
"name": "sharespace",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"date-fns": "^2.29.3",
"eslint": "8.27.0",
"eslint-config-next": "13.0.2",
"firebase": "^9.13.0",
"lodash.debounce": "^4.0.8",
"lodash.kebabcase": "^4.1.1",
"next": "13.0.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-firebase-hooks": "^5.1.0",
"react-hook-form": "^7.39.3",
"react-hot-toast": "^2.4.0",
"react-markdown": "^8.0.3",
"react-textarea-autosize": "^8.4.0"
}
}