forked from Utkarshbhimte/devcom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.14 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
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "devcom",
"version": "0.1.0",
"private": false,
"keywords": [
"developers",
"platform"
],
"dependencies": {
"@analytics/google-analytics": "0.2.2",
"@sentry/browser": "^5.1.0",
"@zeit/next-sass": "0.2.1-canary.4",
"@zeit/next-source-maps": "0.0.4-canary.1",
"analytics": "0.3.1",
"bulma": "0.7.5",
"firebase": "7.15.1",
"firebase-admin": "^8.13.0",
"mailchimp-api-v3": "1.13.1",
"next": "9.4",
"next-absolute-url": "^1.2.2",
"next-seo": "^4.7.1",
"node-sass": "^4.14.1",
"nprogress": "^0.2.0",
"query-string": "6.9.0",
"react": "16.12.0",
"react-dom": "16.12.0",
"react-hook-form": "4.10.1",
"react-loading-skeleton": "^2.1.1"
},
"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"
]
},
"devDependencies": {
"next-images": "^1.4.0"
}
}