-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
70 lines (70 loc) · 2.1 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
{
"name": "globo-hacktoberfest",
"private": true,
"description": "Projeto opensource do Hacktoberfest promovido pela Globo.com",
"version": "1.1.0",
"author": "Opensource Globo.com",
"dependencies": {
"@emotion/react": "^11.11.1",
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.60",
"@types/react": "^17.0.8",
"@types/react-dom": "^17.0.5",
"formik": "^2.2.9",
"gatsby": "^3.4.1",
"gatsby-image": "^3.11.0",
"gatsby-plugin-alias-imports": "^1.0.5",
"gatsby-plugin-gatsby-cloud": "^2.4.1",
"gatsby-plugin-google-gtag": "^3.14.0",
"gatsby-plugin-image": "^1.4.0",
"gatsby-plugin-manifest": "^3.4.0",
"gatsby-plugin-material-ui": "^3.0.1",
"gatsby-plugin-offline": "^4.4.0",
"gatsby-plugin-react-helmet": "^4.4.0",
"gatsby-plugin-sharp": "^3.4.1",
"gatsby-plugin-web-font-loader": "^1.0.4",
"gatsby-source-filesystem": "^3.12.0",
"gatsby-transformer-sharp": "^3.4.0",
"prop-types": "^15.8.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-lottie": "^1.2.3",
"react-masonry-css": "^1.0.16",
"react-slick": "^0.28.1",
"react-slideshow-image": "^3.4.6",
"react-stack-cards": "^1.0.8",
"react-svg": "^16.1.23",
"slick-carousel": "^1.8.1",
"yup": "^0.32.9"
},
"devDependencies": {
"@types/react-helmet": "^6.1.1",
"body-parser": "^1.19.0",
"json-server": "^0.16.3",
"nodemon": "^2.0.12",
"prettier": "2.2.1"
},
"keywords": [
"gatsby"
],
"license": "0BSD",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "npm run develop",
"start:api": "nodemon ./api/server.js",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/globocom/hacktoberfest"
},
"bugs": {
"url": "https://github.com/globocom/hacktoberfest/issues"
}
}