Reactive-Resume/package.json

106 lines
3.2 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",
"clean": "gatsby clean",
"deploy": "firebase deploy",
"develop": "gatsby develop -H 0.0.0.0",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"lint:fix": "eslint --fix .",
"lint": "eslint .",
"serve": "gatsby serve -H 0.0.0.0",
"start": "npm run develop",
"test": "jest",
"prepare": "husky install"
},
"dependencies": {
"@material-ui/core": "^4.11.4",
"@reach/router": "^1.3.4",
"animate.css": "^4.1.1",
"array-move": "^3.0.1",
"autoprefixer": "^10.2.6",
"classnames": "^2.3.1",
"dayjs": "^1.10.5",
"dotenv": "^10.0.0",
"downloadjs": "^1.4.7",
"firebase": "^8.6.8",
"formik": "^2.2.9",
"gatsby": "^3.8.0",
"gatsby-plugin-create-client-paths": "^3.8.0",
"gatsby-plugin-firebase": "^0.2.0-beta.4",
"gatsby-plugin-image": "^1.8.0",
"gatsby-plugin-manifest": "^3.8.0",
"gatsby-plugin-material-ui": "^3.0.1",
"gatsby-plugin-offline": "^4.8.0",
"gatsby-plugin-postcss": "^4.8.0",
"gatsby-plugin-react-helmet": "^4.8.0",
"gatsby-plugin-sharp": "^3.8.0",
"gatsby-plugin-sitemap": "^4.4.0",
"gatsby-plugin-webfonts": "^2.1.0",
"gatsby-source-filesystem": "^3.8.0",
"gatsby-source-gravatar": "^1.0.1",
"gatsby-transformer-remark": "^4.5.0",
"gatsby-transformer-sharp": "^3.8.0",
"i18next": "^20.3.2",
"lodash": "^4.17.21",
"nanoevents": "^6.0.0",
"path-browserify": "^1.0.1",
"postcss": "^8.3.5",
"process": "^0.11.10",
"react": "^17.0.2",
"react-beautiful-dnd": "^13.1.0",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-i18next": "^11.11.0",
"react-icons": "^4.2.0",
"react-markdown": "^6.0.2",
"react-scroll": "^1.8.2",
"react-toastify": "^7.0.4",
"remark-gfm": "^1.0.0",
"short-unique-id": "^4.3.3",
"uuid": "^8.3.2",
"yup": "^0.32.9"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"babel-jest": "^27.0.5",
"babel-preset-gatsby": "^1.8.0",
"eslint": "^7.29.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-jest": "^24.3.6",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-sort-imports-es6-autofix": "^0.6.0",
"eslint-webpack-plugin": "^2.5.4",
"gatsby-plugin-eslint": "^3.0.0",
"husky": "^6.0.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.0.5",
"jest-fetch-mock": "^3.0.3",
"lint-staged": "^11.0.0",
"prettier": "2.3.2",
"stylelint": "^13.13.1",
"stylelint-config-standard": "^22.0.0",
"tailwindcss": "^2.2.4"
},
"repository": {
"type": "git",
"url": "https://github.com/AmruthPillai/Reactive-Resume"
},
"bugs": {
"url": "https://github.com/AmruthPillai/Reactive-Resume/issues"
},
"lint-staged": {
"*.js": "eslint --cache --fix",
"*.css": "stylelint --fix"
}
}