-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 2.23 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": "blog",
"private": true,
"description": "Un blog para compartir reviews de cosas, tecnologia y videojuegos.",
"version": "0.1.0",
"author": "Jesus bossa <[email protected]>",
"dependencies": {
"@makinox/makinox-ui": "^1.5.1",
"babel-plugin-styled-components": "^1.13.2",
"date-fns": "^2.23.0",
"gatsby": "^3.12.1",
"gatsby-plugin-graphql-codegen": "^3.0.0",
"gatsby-plugin-image": "^1.12.0",
"gatsby-plugin-manifest": "^3.12.0",
"gatsby-plugin-nprogress": "^3.13.0",
"gatsby-plugin-offline": "^4.12.0",
"gatsby-plugin-react-helmet": "^4.12.0",
"gatsby-plugin-remove-serviceworker": "^1.0.0",
"gatsby-plugin-robots-txt": "^1.6.10",
"gatsby-plugin-sharp": "^3.12.0",
"gatsby-plugin-styled-components": "^4.13.0",
"gatsby-plugin-web-font-loader": "^1.0.4",
"gatsby-remark-images": "^5.10.0",
"gatsby-remark-responsive-iframe": "^4.10.0",
"gatsby-source-filesystem": "^3.13.0",
"gatsby-transformer-remark": "^4.10.0",
"gatsby-transformer-sharp": "^3.12.0",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-icons": "^4.2.0",
"styled-components": "^5.3.1"
},
"devDependencies": {
"@types/jest": "^27.4.0",
"@types/react-helmet": "^6.1.2",
"@types/react-test-renderer": "^17.0.1",
"@types/styled-components": "^5.1.14",
"babel-jest": "^27.5.1",
"babel-preset-gatsby": "^2.8.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.5.1",
"prettier": "2.3.2",
"react-test-renderer": "^17.0.2"
},
"keywords": [
"gatsby"
],
"license": "0BSD",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"compress": "sh ./compress.sh",
"deploy:remote": "sh ./downloadBackup.sh && npm run build && firebase deploy",
"deploy": "npm run build && firebase deploy",
"test": "jest --updateSnapshot"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}