Files
Reactive-Resume/package.json
Amruth Pillai dbb005d26c - using nanoevents as event emitter
- bug: createResumeModal opens twice
2020-07-06 14:47:05 +05:30

58 lines
1.7 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": {
"@material-ui/core": "^4.11.0",
"classnames": "^2.2.6",
"firebase": "^7.15.5",
"formik": "^2.1.4",
"gatsby": "^2.23.20",
"gatsby-image": "^2.4.12",
"gatsby-plugin-create-client-paths": "^2.3.9",
"gatsby-plugin-firebase": "^0.2.0-beta.4",
"gatsby-plugin-lodash": "^3.3.9",
"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",
"lodash": "^4.17.15",
"moment": "^2.27.0",
"nanoevents": "^5.1.8",
"react": "^16.13.1",
"react-beautiful-dnd": "^13.0.0",
"react-dom": "^16.13.1",
"react-firebase-hooks": "^2.2.0",
"react-helmet": "^6.1.0",
"react-icons": "^3.10.0",
"react-toastify": "^6.0.8",
"uuid": "^8.2.0",
"yup": "^0.29.1"
},
"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"
}
}