-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 1.86 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
63
64
65
66
67
68
69
70
71
{
"name": "miguelmachado-blog",
"private": true,
"description": "My personal blog on miguelmachado.dev",
"version": "1.0.0",
"author": "Miguel Machado <hello@miguelmachado.dev>",
"dependencies": {
"@babel/core": "^7.14.6",
"@giscus/react": "^2.3.0",
"@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-pwa": "^5.5.0",
"next-seo": "^4.26.0",
"nextjs-progressbar": "^0.0.11",
"preact": "^10.5.14",
"preact-render-to-string": "^5.1.19",
"prism-theme-night-owl": "^1.4.0",
"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-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": {
"cz-conventional-changelog": "3.3.0",
"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",
"commit": "cz"
},
"repository": {
"type": "git",
"url": "https://github.com/MiguelMachado-dev/miguelmachado.dev"
},
"bugs": {
"url": "https://github.com/MiguelMachado-dev/miguelmachado.dev"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}