Files
Reactive-Resume/package.json
Amruth Pillai 70ef926b70 - intial gatsbyJS setup
- setting up tailwindcss and other plugins
- designing the landing page
- creating a reusable button component
2020-07-03 13:00:46 +05:30

47 lines
1.4 KiB
JSON

{
"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": {
"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-loader-spinner": "^3.1.14"
},
"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"
}
}