-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
62 lines (62 loc) · 1.87 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
{
"name": "pettinarip-site",
"private": true,
"description": "pettinarip's site",
"version": "1.0.0",
"author": "Pablo Pettinari <[email protected]>",
"dependencies": {
"@emotion/react": "^11.4.0",
"@emotion/styled": "^11.3.0",
"@fortawesome/fontawesome-svg-core": "^1.2.25",
"@fortawesome/free-brands-svg-icons": "^5.11.2",
"@fortawesome/free-solid-svg-icons": "^5.11.2",
"@fortawesome/react-fontawesome": "^0.1.7",
"deck.gl": "^7.3.6",
"gatsby": "^3.8.1",
"gatsby-plugin-emotion": "^6.8.0",
"gatsby-plugin-image": "^1.8.0",
"gatsby-plugin-layout": "^2.8.0",
"gatsby-plugin-manifest": "^3.8.0",
"gatsby-plugin-no-sourcemaps": "^3.8.0",
"gatsby-plugin-offline": "^4.8.0",
"gatsby-plugin-react-helmet": "^4.8.0",
"gatsby-plugin-sharp": "^3.8.0",
"gatsby-source-filesystem": "^3.8.0",
"gatsby-transformer-remark": "^4.5.0",
"gatsby-transformer-sharp": "^3.8.0",
"immutable": "^4.0.0-rc.12",
"prop-types": "^15.7.2",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"react-helmet": "^5.2.1",
"react-map-gl": "^5.1.3",
"typeface-bree-serif": "^0.0.72",
"typeface-raleway": "^0.0.75"
},
"devDependencies": {
"gh-pages": "^2.1.1",
"prettier": "^1.19.1"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"publish": "gh-pages -d public -b master",
"deploy": "npm run build && npm run publish",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/pettinarip/new-site"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}