-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
41 lines (41 loc) · 1.18 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
{
"name": "digitransit-site",
"version": "1.0.0",
"description": "Digitransit marketing site",
"scripts": {
"develop": "yarn start",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve"
},
"keywords": [
"digitransit"
],
"author": "Digitransit Team <digitransit@hsl.fi>",
"license": "(AGPL-3.0 OR EUPL-1.2)",
"dependencies": {
"gatsby": "^2.9.4",
"gatsby-plugin-react-helmet": "^3.0.9",
"gatsby-plugin-sharp": "2.6",
"gatsby-plugin-styled-components": "^3.0.7",
"gatsby-plugin-typography": "^2.2.1",
"gatsby-remark-autolink-headers": "^2.0.12",
"gatsby-remark-copy-linked-files": "^2.0.13",
"gatsby-remark-custom-blocks": "^2.0.7",
"gatsby-remark-images": "^3.0.16",
"gatsby-remark-prismjs": "^3.1.0",
"gatsby-source-filesystem": "^2.0.0",
"gatsby-transformer-remark": "^2.4.0",
"prismjs": "^1.29.0",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react-helmet": "^6.1.0",
"react-prism": "^4.3.2",
"react-typography": "^0.16.23",
"styled-components": "^6.1.11",
"typography": "^0.16.17"
},
"devDependencies": {
"babel-plugin-styled-components": "^1.10.1"
}
}