{ "name": "accounts-dashboard", "version": "1.0.0", "private": true, "description": "Accounts Dashboard", "author": "Skynet Labs", "keywords": [ "gatsby" ], "scripts": { "develop": "gatsby develop", "start": "gatsby develop", "build": "gatsby build", "serve": "gatsby serve", "clean": "gatsby clean" }, "dependencies": { "@fontsource/sora": "^4.5.0", "@fontsource/source-sans-pro": "^4.5.1", "babel-plugin-styled-components": "^2.0.2", "gatsby": "^4.6.2", "gatsby-plugin-image": "^2.6.0", "gatsby-plugin-react-helmet": "^5.6.0", "gatsby-plugin-sharp": "^4.6.0", "gatsby-plugin-styled-components": "^5.7.0", "gatsby-source-filesystem": "^4.6.0", "gatsby-transformer-sharp": "^4.6.0", "react": "^17.0.1", "react-dom": "^17.0.1", "react-helmet": "^6.1.0", "tailwindcss": "^3.0.22" }, "devDependencies": { "autoprefixer": "^10.4.2", "gatsby-plugin-alias-imports": "^1.0.5", "gatsby-plugin-postcss": "^5.7.0", "postcss": "^8.4.6", "styled-components": "^5.3.3" } }