{ "name": "work_front", "version": "1.0.0", "private": true, "description": "work_front", "author": "TBS093A", "keywords": [ "gatsby" ], "scripts": { "develop": "gatsby develop", "start": "gatsby develop", "build": "gatsby build", "serve": "gatsby serve", "clean": "gatsby clean" }, "dependencies": { "gatsby": "^2.32.3", "gatsby-plugin-sass": "^3.2.0", "react": "^16.13.1", "react-dom": "^16.13.1", "sass": "^1.32.7" } }