-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
69 lines (69 loc) · 2.13 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
{
"name": "rawgraphs-website",
"private": true,
"description": "The missing link between spreadsheets and data visualization.",
"version": "0.1.0",
"author": "RAWGraphs Team",
"dependencies": {
"@fontsource/karla": "^4.4.0",
"bootstrap": "^4.3.1",
"d3-time-format": "^2.1.3",
"gatsby": "^2.13.34",
"gatsby-image": "^2.2.1",
"gatsby-plugin-catch-links": "^2.1.0",
"gatsby-plugin-excerpts": "^1.0.2",
"gatsby-plugin-favicon": "^3.1.6",
"gatsby-plugin-google-analytics": "^2.1.4",
"gatsby-plugin-manifest": "^2.2.0",
"gatsby-plugin-offline": "^2.2.0",
"gatsby-plugin-react-helmet": "^3.1.0",
"gatsby-plugin-sass": "^2.1.0",
"gatsby-plugin-sharp": "^2.2.8",
"gatsby-remark-attr": "^0.0.2",
"gatsby-remark-autolink-headers": "^2.1.3",
"gatsby-remark-copy-images": "^0.2.1",
"gatsby-remark-copy-linked-files": "^2.1.0",
"gatsby-remark-custom-blocks": "^2.1.0",
"gatsby-remark-embed-youtube": "^0.0.7",
"gatsby-remark-images": "^3.1.7",
"gatsby-remark-images-medium-zoom": "^1.2.1",
"gatsby-source-filesystem": "^2.1.0",
"gatsby-transformer-remark": "^2.6.9",
"gatsby-transformer-sharp": "^2.2.0",
"github-slugger": "^1.2.1",
"lodash": "^4.17.11",
"node-sass": "^4.12.0",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-cookie-consent": "^2.3.2",
"react-copy-to-clipboard": "^5.0.1",
"react-dom": "^16.8.6",
"react-helmet": "^5.2.1",
"react-icons": "^3.7.0",
"react-share": "^3.0.0",
"reactstrap": "^8.0.1"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"deploy": "gatsby build && gh-pages -d public -b master",
"format": "prettier --write src/**/*.{js,jsx}",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\""
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"devDependencies": {
"gh-pages": "^2.0.1"
}
}