-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.02 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
{
"name": "nova-fire-application",
"version": "1.0.0",
"private": true,
"description": "Nova-fire-application",
"author": "Emeka Ugbanu",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@firebase/auth": "^0.16.3",
"@firebase/firestore": "^2.3.10",
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"axios": "^0.24.0",
"firebase": "^8.2.6",
"formik": "^2.2.9",
"gatsby": "^4.2.0",
"gatsby-plugin-image": "^2.2.0",
"gatsby-plugin-sharp": "^4.2.0",
"gatsby-source-filesystem": "^4.2.0",
"gatsby-transformer-sharp": "^4.2.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-with-firebase-auth": "^1.3.11",
"stein-js-client": "0.0.2",
"use-file-picker": "^1.4.1",
"yup": "^0.32.11"
},
"devDependencies": {
"cypress": "^9.1.1"
}
}