{ "name": "gatsby-starter-default", "private": true, "description": "A simple starter to get up and developing quickly with Gatsby", "version": "0.1.0", "author": "Kyle Mathews ", "dependencies": { "@headlessui/react": "^1.7.12", "@heroicons/react": "^2.0.16", "framer-motion": "^10.12.16", "gatsby": "^5.7.0", "gatsby-plugin-image": "^3.7.0", "gatsby-plugin-manifest": "^5.7.0", "gatsby-plugin-sharp": "^5.7.0", "gatsby-source-filesystem": "^5.7.0", "gatsby-transformer-sharp": "^5.7.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-icons": "^4.7.1", "react-scroll": "^1.8.9", "react-type-animation": "^3.0.1", "swiper": "^9.3.2", "uniqid": "^5.4.0" }, "devDependencies": { "autoprefixer": "^10.4.13", "gatsby-plugin-postcss": "^6.7.0", "postcss": "^8.4.21", "prettier": "^2.8.4", "tailwindcss": "^3.2.7" }, "keywords": [ "gatsby" ], "license": "0BSD", "scripts": { "build": "gatsby build", "develop": "gatsby develop", "format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md,css}\"", "start": "gatsby develop", "serve": "gatsby serve", "clean": "gatsby clean", "test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/gatsbyjs/gatsby-starter-default" }, "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" } }