-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 1006 Bytes
/
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
{
"name": "a11y-berlin",
"private": true,
"description": "A website of the A11y Meetup Berlin usergroup.",
"version": "0.1.0",
"author": "Radimir Bitsov <[email protected]>",
"scripts": {
"build": "gatsby build",
"dev": "gatsby develop",
"start": "npm run dev",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.app/unit-testing\""
},
"dependencies": {
"gatsby": "^2.20.27",
"gatsby-plugin-manifest": "^2.0.20",
"gatsby-plugin-offline": "^2.0.24",
"gatsby-plugin-react-helmet": "^3.0.7",
"gatsby-plugin-sharp": "^2.4.0",
"gatsby-plugin-svg-sprite": "^2.0.1",
"gatsby-source-filesystem": "^2.0.23",
"gatsby-transformer-json": "^2.1.8",
"gatsby-transformer-remark": "^2.3.0",
"gatsby-transformer-sharp": "^2.3.13",
"prop-types": "^15.6.2",
"react": "^16.8.0",
"react-dom": "^16.8.0",
"react-helmet": "^5.2.0"
},
"license": "MIT",
"repository": "a11yberlin/a11y-meetup-berlin.de"
}