-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
86 lines (86 loc) · 2.66 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
{
"name": "bruno-dulcetti-site",
"description": "Bruno Dulcetti - web standards, css, xhtml e tecnologia em geral.",
"version": "1.6.0",
"author": "Bruno Dulcetti <brunodulcetti@gmail.com>",
"scripts": {
"build": "yarn clean && gatsby build",
"clean": "gatsby clean",
"cz": "git-cz",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"prepare": "husky install",
"start": "yarn develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"dependencies": {
"algoliasearch": "^4.9.1",
"babel-plugin-styled-components": "^1.12.0",
"chart.js": "^^2.9.4",
"gatsby": "^3.4.0",
"gatsby-image": "^3.4.0",
"gatsby-plugin-algolia-search": "0.5.7",
"gatsby-plugin-feed": "^3.4.0",
"gatsby-plugin-mailchimp": "^5.2.2",
"gatsby-plugin-netlify-cms": "5.3.0",
"gatsby-plugin-styled-components": "^4.4.0",
"gatsby-plugin-transition-link": "^1.20.5",
"gatsby-remark-prismjs": "^5.1.0",
"gsap": "^3.6.1",
"lazysizes": "^5.3.2",
"netlify-cms-app": "^2.14.47",
"prismjs": "^1.23.0",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-chartjs-2": "^2.11.1",
"react-disqus-comments": "^1.4.0",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-instantsearch-dom": "^6.10.3",
"styled-components": "^5.2.3",
"styled-media-query": "^2.1.2"
},
"devDependencies": {
"@commitlint/cli": "^12.1.1",
"@commitlint/config-conventional": "^12.1.1",
"babel-jest": "^26.6.3",
"commitizen": "^4.2.3",
"cz-conventional-changelog": "^3.3.0",
"dotenv": "^8.2.0",
"gatsby-plugin-google-analytics": "^3.4.0",
"gatsby-plugin-manifest": "^3.4.0",
"gatsby-plugin-offline": "^4.4.0",
"gatsby-plugin-react-helmet": "^4.4.0",
"gatsby-plugin-sharp": "^3.4.0",
"gatsby-plugin-sitemap": "^4.0.0",
"gatsby-plugin-sri": "^1.1.0",
"gatsby-remark-external-links": "^0.0.4",
"gatsby-remark-images": "^5.1.0",
"gatsby-remark-lazy-load": "^1.0.2",
"gatsby-remark-relative-images": "^2.0.2",
"gatsby-remark-responsive-iframe": "^4.1.0",
"gatsby-source-filesystem": "^3.4.0",
"gatsby-transformer-remark": "^4.1.0",
"gatsby-transformer-sharp": "^3.4.0",
"husky": "^6.0.0",
"jest": "^26.6.3",
"prettier": "2.2.1"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"keywords": [
"gatsby"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}