-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
96 lines (96 loc) · 3.01 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "felipsbreno.dev",
"private": true,
"description": "Welcome to my site, i'm have make this site for share content abou tecnologies and things related techologies what i learning in my traine.",
"version": "0.1.0",
"author": {
"name": "Breno Felipe de Bairros",
"email": "[email protected]"
},
"dependencies": {
"@styled-icons/boxicons-logos": "^10.47.0",
"algoliasearch": "^4.9.3",
"babel-plugin-styled-components": "^2.1.4",
"babel-polyfill": "^6.26.0",
"commitizen": "^4.2.5",
"cz-conventional-changelog": "^3.3.0",
"dotenv": "^16.0.0",
"gatsby": "^5.0.0",
"gatsby-codemods": "^4.11.0",
"gatsby-image": "^3.7.1",
"gatsby-plugin-algolia-search": "0.5.7",
"gatsby-plugin-gtag": "^1.0.13",
"gatsby-plugin-image": "^3.0.0",
"gatsby-plugin-manifest": "^5.0.0",
"gatsby-plugin-netlify-cms": "^7.0.0",
"gatsby-plugin-offline": "^6.0.0",
"gatsby-plugin-react-helmet": "^6.0.0",
"gatsby-plugin-remove-serviceworker": "^1.0.0",
"gatsby-plugin-sharp": "^5.8.1",
"gatsby-plugin-sitemap": "^6.0.0",
"gatsby-plugin-styled-components": "^6.0.0",
"gatsby-plugin-transition-link": "^1.20.5",
"gatsby-remark-images": "^7.0.0",
"gatsby-remark-lazy-load": "^1.0.2",
"gatsby-remark-prismjs": "^7.0.0",
"gatsby-remark-relative-images-v2": "^0.1.5",
"gatsby-source-filesystem": "^5.0.0",
"gatsby-transformer-remark": "^6.0.0",
"gatsby-transformer-sharp": "^5.0.0",
"gsap": "^3.7.0",
"lazysizes": "^5.3.2",
"netlify-cms-app": "^2.15.19",
"prismjs": "^1.22.0",
"prop-types": "^15.7.2",
"react": "^18.0.0",
"react-disqus-comments": "^1.4.0",
"react-dom": "^18.0.0",
"react-helmet": "^6.1.0",
"react-instantsearch-dom": "^6.11.1",
"styled-components": "6.0.5",
"styled-icons": "^10.34.0",
"styled-media-query": "^2.1.2"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^14.0.0",
"babel-jest": "^29.0.0",
"babel-preset-gatsby": "^3.0.0",
"gatsby-plugin-root-import": "^2.0.6",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.0.0",
"jest-styled-components": "^7.0.4",
"prettier": "3.0.0",
"react-test-renderer": "^18.0.0"
},
"keywords": [
"Breno Felipe de Bairros",
"gatsby",
"React95"
],
"license": "0BSD",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"develop:playground": "GATSBY_GRAPHQL_IDE=playground gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "gatsby develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "jest --collectCoverage=true",
"test:watch": "jest --watch",
"commit": "git-cz"
},
"repository": {
"type": "git",
"url": "https://github.com/felipsbreno/brenofelips"
},
"bugs": {
"url": "https://github.com/felipsbreno/brenofelips/issues"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}