-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·76 lines (76 loc) · 2.33 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": "johnywalves.com.br",
"private": true,
"description": "Página pessoal por Johny W. Alves",
"version": "3.6.15",
"author": "Johny W. Alves <[email protected]>",
"dependencies": {
"algoliasearch": "4.23.3",
"babel-plugin-styled-components": "2.1.4",
"decap-cms-app": "3.1.10",
"dotenv": "16.4.5",
"gatsby": "5.13.6",
"gatsby-plugin-algolia-search": "0.5.7",
"gatsby-plugin-decap-cms": "4.0.4",
"gatsby-plugin-feed": "5.13.1",
"gatsby-plugin-google-tagmanager": "5.13.1",
"gatsby-plugin-image": "3.13.1",
"gatsby-plugin-manifest": "5.13.1",
"gatsby-plugin-offline": "6.13.2",
"gatsby-plugin-sharp": "5.13.1",
"gatsby-plugin-sitemap": "6.13.1",
"gatsby-plugin-styled-components": "6.13.1",
"gatsby-remark-images": "7.13.1",
"gatsby-remark-lazy-load": "1.0.2",
"gatsby-remark-prismjs": "7.13.1",
"gatsby-remark-relative-images-v2": "0.1.5",
"gatsby-remark-static-images": "1.2.1",
"gatsby-source-filesystem": "5.13.1",
"gatsby-transformer-remark": "6.13.1",
"gatsby-transformer-sharp": "5.13.1",
"lazysizes": "5.3.2",
"prismjs": "1.29.0",
"prop-types": "15.8.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-instantsearch-dom": "6.40.1",
"react-localization": "1.0.19",
"react-scroll-parallax": "3.4.5",
"smooth-scroll": "16.1.3",
"styled-components": "6.1.11",
"styled-icons": "10.47.1",
"styled-media-query": "2.1.2"
},
"devDependencies": {
"express": "4.19.2",
"gatsby-plugin-root-import": "2.0.9",
"prettier": "3.3.2",
"puppeteer": "22.11.2"
},
"keywords": [
"gatsby",
"develop",
"personal"
],
"license": "MIT",
"scripts": {
"pre-run": "node pre-run.js",
"pos-run": "node pos-run.js",
"build": "npm run pre-run && gatsby build && npm run pos-run",
"dev": "npm run pre-run && gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json}\"",
"start": "gatsby develop",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"engines": {
"node": ">=18.19.0"
},
"repository": {
"type": "git",
"url": "https://github.com/johnywalves/johnywalves.com.br"
},
"bugs": {
"url": "https://github.com/johnywalves/johnywalves.com.br/issues"
}
}