{ "name": "reactive-resume", "private": true, "description": "A free and open-source resume builder.", "version": "2.0.0", "license": "MIT", "scripts": { "build": "gatsby build", "develop": "gatsby develop", "format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"", "start": "npm run develop", "serve": "gatsby serve", "clean": "gatsby clean", "test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1" }, "dependencies": { "@material-ui/core": "^4.11.0", "classnames": "^2.2.6", "firebase": "^7.15.5", "gatsby": "^2.23.12", "gatsby-image": "^2.4.12", "gatsby-plugin-firebase": "^0.2.0-beta.4", "gatsby-plugin-manifest": "^2.4.17", "gatsby-plugin-postcss": "^2.3.9", "gatsby-plugin-prefetch-google-fonts": "^1.4.3", "gatsby-plugin-react-helmet": "^3.3.9", "gatsby-plugin-sharp": "^2.6.17", "gatsby-source-filesystem": "^2.3.18", "gatsby-transformer-sharp": "^2.5.10", "react": "^16.12.0", "react-dom": "^16.12.0", "react-firebase-hooks": "^2.2.0", "react-helmet": "^6.1.0", "react-icons": "^3.10.0", "react-loader-spinner": "^3.1.14", "react-toastify": "^6.0.8" }, "devDependencies": { "prettier": "2.0.5", "tailwindcss": "^1.4.6" }, "repository": { "type": "git", "url": "https://github.com/AmruthPillai/Reactive-Resume" }, "bugs": { "url": "https://github.com/AmruthPillai/Reactive-Resume/issues" } }