-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
76 lines (76 loc) · 2.26 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
72
73
74
75
76
{
"name": "valchan",
"private": true,
"description": "A blog about a technology-loving developer who constantly seeks knowledge.",
"version": "0.1.0",
"author": "Valéria Padilha de Vargas",
"packageManager": "[email protected]",
"dependencies": {
"algoliasearch": "^4.14.2",
"dotenv": "^16.0.3",
"gatsby": "^5.9.1",
"gatsby-plugin-algolia-search": "^0.5.7",
"gatsby-plugin-feed": "^5.0.0",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-google-fonts-with-attributes": "^1.0.8",
"gatsby-plugin-image": "^3.0.0",
"gatsby-plugin-mailchimp": "^5.2.2",
"gatsby-plugin-manifest": "^5.0.0",
"gatsby-plugin-netlify-cms": "^7.0.0",
"gatsby-plugin-offline": "^6.0.0",
"gatsby-plugin-sharp": "^5.8.1",
"gatsby-plugin-sitemap": "^6.0.0",
"gatsby-plugin-smoothscroll": "^1.2.0",
"gatsby-plugin-styled-components": "^6.0.0",
"gatsby-remark-images": "^7.0.0",
"gatsby-remark-lazy-load": "^1.0.2",
"gatsby-remark-prismjs": "^7.0.0",
"gatsby-remark-smartypants": "^6.0.0",
"gatsby-source-filesystem": "^5.0.0",
"gatsby-transformer-remark": "^6.3.2",
"gatsby-transformer-sharp": "^5.0.0",
"lazysizes": "^5.3.2",
"netlify-cms-app": "^2.15.72",
"prismjs": "^1.29.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-disqus-comments": "^1.4.0",
"react-dom": "^18.2.0",
"react-icons": "^5.3.0",
"react-instantsearch-dom": "^6.38.1",
"styled-components": "^5.3.6",
"styled-media-query": "^2.1.2"
},
"devDependencies": {
"@hot-loader/react-dom": "^17.0.2",
"prettier": "^2.7.1"
},
"keywords": [
"gatsby",
"blog",
"reactjs",
"javascript"
],
"license": "MIT",
"scripts": {
"build": "gatsby clean && gatsby build",
"develop": "gatsby develop -H 0.0.0.0",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"dev": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean && rm -rf node_modules/",
"test": "echo && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/ValchanOficial/valchan.com.br"
},
"bugs": {
"url": "https://github.com/ValchanOficial/valchan.com.br/issues"
},
"engines": {
"node": ">=20.16",
"yarn": ">=4"
}
}