forked from sreevardhanreddi/bhagavad-gita-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 928 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
38
39
40
41
42
43
44
{
"name": "bhagavad-gita-frontend",
"version": "0.1.0",
"private": true,
"keywords": [
"bhagavad gita"
],
"dependencies": {
"@analytics/google-analytics": "0.2.2",
"@zeit/next-sass": "0.2.1-canary.4",
"analytics": "0.3.1",
"aws-sdk": "2.601.0",
"bulma": "0.7.5",
"firebase": "7.6.2",
"firebase-admin": "8.9.2",
"next": "9.3.4",
"node-sass": "4.13.0",
"query-string": "6.9.0",
"react": "16.12.0",
"react-dom": "16.12.0",
"react-hook-form": "4.10.1",
"react-query": "1.0.29"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}