-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
62 lines (62 loc) · 1.4 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
54
55
56
57
58
59
60
61
62
{
"name": "devcom",
"version": "0.1.0",
"private": false,
"keywords": [
"developers",
"platform"
],
"dependencies": {
"@analytics/google-analytics": "0.2.2",
"@sentry/browser": "^5.1.0",
"@svgr/webpack": "^5.4.0",
"@zeit/next-source-maps": "^0.0.3",
"analytics": "0.3.1",
"date-fns": "^2.11.1",
"firebase": "7.15.1",
"firebase-admin": "^8.13.0",
"gray-matter": "^4.0.2",
"next": "^9.4.4",
"next-absolute-url": "^1.2.2",
"next-images": "^1.4.1",
"next-seo": "^4.7.3",
"node-sass": "^4.14.1",
"nprogress": "^0.2.0",
"query-string": "6.9.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-firebase-hooks": "^2.2.0",
"react-hook-form": "4.10.1",
"react-loading-skeleton": "^2.1.1",
"remark": "^12.0.0",
"remark-html": "^11.0.1",
"swr": "^0.2.3",
"tailwindcss": "^1.5.2"
},
"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": {
"@types/node": "^14.0.24",
"@types/react": "^16.9.43",
"postcss-preset-env": "^6.7.0",
"typescript": "^3.9.7"
}
}