-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 1010 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": "family-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"firebase": "^8.4.1",
"is-hotkey": "^0.2.0",
"jimp": "^0.16.1",
"lodash.debounce": "^4.0.8",
"next": "^11.1.0",
"next-themes": "^0.0.14",
"nprogress": "^0.2.0",
"react": "^17.0.2",
"react-datepicker": "^4.1.1",
"react-device-detect": "^1.17.0",
"react-dom": "^17.0.2",
"react-firebase-hooks": "^3.0.3",
"react-hot-toast": "^1.0.2",
"react-markdown": "^5.0.3",
"react-modal": "^3.13.1",
"react-responsive": "^8.2.0",
"react-select": "^4.3.1",
"sass": "^1.32.11",
"slate": "^0.63.0",
"slate-history": "^0.62.0",
"slate-react": "^0.62.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"@svgr/webpack": "^5.5.0"
}
}