diff --git a/Procfile b/Procfile new file mode 100644 index 00000000..0900e0b6 --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: bin/boot diff --git a/docs/deployment/README.md b/docs/deployment/README.md index 4731d19c..1f2361f4 100644 --- a/docs/deployment/README.md +++ b/docs/deployment/README.md @@ -10,7 +10,7 @@ You've built the source code successfully and now you're on your way to deployin Heroku is a cloud platform that lets companies build, deliver, monitor and scale apps — we're the fastest way to go from idea to URL, bypassing all those infrastructure headaches. -[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy) +[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/AmruthPillai/Reactive-Resume) ## Deploying to Netlify diff --git a/package.json b/package.json index dc9913b3..0b4e6d60 100644 --- a/package.json +++ b/package.json @@ -1,22 +1,28 @@ { "name": "reactive-resume", - "version": "0.1.0", + "version": "1.0.0", "private": true, "dependencies": { + "@fullhuman/postcss-purgecss": "^2.1.0", "@material-ui/core": "^4.9.7", "@testing-library/jest-dom": "^5.3.0", "@testing-library/react": "^10.0.1", "@testing-library/user-event": "^10.0.0", + "@vuepress/plugin-google-analytics": "^1.4.0", + "autoprefixer": "^9.7.5", "axios": "^0.19.2", "i18next": "^19.3.4", "lodash": "^4.17.15", - "react": "^16.13.1", + "postcss-cli": "^7.1.0", "react-dom": "^16.13.1", "react-i18next": "^11.3.4", "react-markdown": "^4.3.1", "react-scripts": "3.4.1", "react-toastify": "^5.5.0", - "uuid": "^7.0.2" + "react": "^16.13.1", + "tailwindcss": "^1.2.0", + "uuid": "^7.0.2", + "vuepress": "^1.4.0" }, "scripts": { "css": "postcss src/assets/tailwind/tailwind.src.css -o src/assets/tailwind/tailwind.css", @@ -52,19 +58,13 @@ ] }, "devDependencies": { - "@fullhuman/postcss-purgecss": "^2.1.0", - "@vuepress/plugin-google-analytics": "^1.4.0", - "autoprefixer": "^9.7.5", - "eslint": "^6.8.0", "eslint-config-airbnb": "^18.1.0", "eslint-config-prettier": "^6.10.1", "eslint-plugin-import": "^2.20.1", "eslint-plugin-jsx-a11y": "^6.2.3", "eslint-plugin-prettier": "^3.1.2", - "eslint-plugin-react": "^7.19.0", "eslint-plugin-react-hooks": "^3.0.0", - "postcss-cli": "^7.1.0", - "tailwindcss": "^1.2.0", - "vuepress": "^1.4.0" + "eslint-plugin-react": "^7.19.0", + "eslint": "^6.8.0" } }