{ "name": "infoscreen_gatsby", "version": "1.0.0", "private": true, "description": "infoscreen_gatsby", "author": "Daniel Kluge", "keywords": [ "gatsby" ], "scripts": { "develop": "gatsby develop", "start": "gatsby develop", "build": "gatsby build", "serve": "gatsby serve", "clean": "gatsby clean" }, "dependencies": { "gatsby": "^4.4.0", "react": "^17.0.1", "react-dom": "^17.0.1" } }