-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 2.34 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
{
"homepage": "https://jgmurillo10.github.io/",
"name": "jgmurillo10",
"private": true,
"description": "Juan Murillo, developer and coffee drinker.",
"version": "0.2.0",
"author": "Juan Murillo | juanmurillo.co | [email protected]",
"dependencies": {
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@prismicio/react": "^2.6.2",
"dotenv": "^10.0.0",
"gatsby": "^5.10.0",
"gatsby-core-utils": "^4.10.0",
"gatsby-image": "^2.2.20",
"gatsby-plugin-catch-links": "^5.10.0",
"gatsby-plugin-emotion": "^8.10.0",
"gatsby-plugin-google-gtag": "^5.10.0",
"gatsby-plugin-html-attributes": "^1.0.5",
"gatsby-plugin-image": "^3.10.0",
"gatsby-plugin-intl": "^5.8.1",
"gatsby-plugin-manifest": "^5.10.0",
"gatsby-plugin-offline": "^6.10.0",
"gatsby-plugin-resolve-src": "^2.0.0",
"gatsby-plugin-sass": "^6.10.0",
"gatsby-plugin-sharp": "^5.10.0",
"gatsby-source-filesystem": "^5.10.0",
"gatsby-source-prismic": "^5.3.1",
"gatsby-transformer-sharp": "^5.10.0",
"node-sass": "^8.0.0",
"prop-types": "^15.7.2",
"react": "^18.2.0",
"react-anchor-link-smooth-scroll": "^1.0.12",
"react-dom": "^18.2.0",
"react-emoji": "^0.5.0",
"react-mailchimp-subscribe": "^2.1.3",
"react-markdown": "^8.0.7",
"react-modal": "^3.16.1",
"react-router-dom": "^5.3.4",
"react-router-hash-link": "^1.2.1",
"react-switch": "^7.0.0",
"smooth-scroll": "^16.0.3"
},
"devDependencies": {
"babel-jest": "^27.5.1",
"babel-preset-gatsby": "^3.10.0",
"gatsby": "^5.10.0",
"gh-pages": "^3.2.3",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.5.1",
"prettier": "^1.18.2",
"react-test-renderer": "^18.2.0",
"surge": "^0.23.1"
},
"keywords": [
"gatsby",
"prismic",
"blog",
"portfolio"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write src/**/*.{js,jsx}",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "jest",
"deploy": "gh-pages -d public",
"stage": "gatsby build && surge ./public https://juanmurillo-staging.surge.sh/"
},
"repository": {
"type": "git",
"url": "https://github.com/jgmurillo10/jgmurillo10"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}