forked from chito365/willianjusten.com.br
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.65 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": "willianjusten-blog",
"private": true,
"description": "My personal blog on willianjusten.com.br",
"version": "3.0.0-alfa",
"author": "Willian Justen <[email protected]>",
"dependencies": {
"@babel/core": "^7.14.6",
"@openlab/vercel-netlify-cms-github": "^1.1.0",
"algoliasearch": "^4.10.2",
"babel-plugin-prismjs": "^2.1.0",
"babel-plugin-styled-components": "^1.12.0",
"date-fns": "^2.22.1",
"gray-matter": "^4.0.3",
"next": "^11.0.1",
"next-instantsearch": "^0.3.15",
"next-seo": "^4.26.0",
"nextjs-progressbar": "^0.0.11",
"preact": "^10.5.14",
"preact-render-to-string": "^5.1.19",
"prismjs": "^1.24.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-infinite-scroll-component": "^6.1.0",
"react-instantsearch-dom": "^6.11.2",
"remark": "^13.0.0",
"remark-autolink-headings": "^6.0.1",
"remark-html": "^13.0.1",
"remark-oembed": "^1.2.2",
"remark-slug": "^6.0.0",
"slugify": "^1.5.3",
"styled-components": "5.3.0",
"styled-icons": "^10.30.0",
"styled-media-query": "^2.1.2"
},
"devDependencies": {
"eslint": "^7.30.0",
"eslint-config-next": "^11.0.1",
"globby": "^11.0.4",
"prettier": "^2.2.1",
"sitemap": "^7.0.0"
},
"keywords": [
"nextjs",
"frontend",
"blog"
],
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"repository": {
"type": "git",
"url": "https://github.com/willianjusten/willianjusten.com.br"
},
"bugs": {
"url": "https://github.com/willianjusten/willianjusten.com.br"
}
}