-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 902 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
33
{
"name": "benedektakacs.com",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Greegko/benedektakacs.com.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Greegko/benedektakacs.com/issues"
},
"homepage": "https://github.com/Greegko/benedektakacs.com#readme",
"dependencies": {
"gatsby": "^2.13.57",
"gatsby-plugin-google-analytics": "2.1.7",
"gatsby-plugin-react-helmet": "3.1.3",
"gatsby-plugin-sass": "2.1.6",
"gatsby-plugin-typescript": "2.1.2",
"gatsby-source-filesystem": "2.1.9",
"gatsby-transformer-json": "2.2.2",
"node-sass": "4.13.1",
"react": "16.9.0",
"react-dom": "16.9.0",
"react-helmet": "5.2.1",
"typescript": "3.5.3"
}
}