yassinedoghri/marvel-jarvig

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "marvel-jarvig",
  "version": "0.5.1",
  "description": "Marvel JARVIG (Just A Rather Very Interesting Game) is a game that lets you find and discover Marvel Comics characters based on their name, image and description!",
  "homepage": "https://marvel-jarvig.yassinedoghri.com/",
  "repository": {
    "type": "git",
    "url": "https://github.com/yassinedoghri/marvel-jarvig"
  },
  "author": {
    "name": "Yassine Doghri",
    "email": "yassine@doghri.fr",
    "url": "https://yassinedoghri.com/"
  },
  "keywords": [
    "marvel",
    "game",
    "react",
    "redux",
    "javascript"
  ],
  "license": "MIT",
  "scripts": {
    "start": "react-scripts start",
    "build": "react-scripts build",
    "test": "react-scripts test --env=jsdom",
    "eject": "react-scripts eject",
    "lint:css": "stylelint './src/**/*.js'",
    "commitmsg": "commitlint -E GIT_PARAMS",
    "precommit": "lint-staged && cross-env CI=true react-scripts test --env=jsdom",
    "release": "standard-version"
  },
  "dependencies": {
    "crypto-js": "^3.1.9-1",
    "history": "^4.7.2",
    "moment": "^2.22.1",
    "moment-duration-format": "^2.2.2",
    "polished": "^1.9.2",
    "prop-types": "^15.6.1",
    "rc-slider": "^8.6.1",
    "react": "^16.3.1",
    "react-animations": "^1.0.0",
    "react-countup": "^3.0.3",
    "react-dom": "^16.3.1",
    "react-ga": "^2.5.0",
    "react-icons": "^2.2.7",
    "react-redux": "^5.0.7",
    "react-router-dom": "^4.3.1",
    "react-router-redux": "^5.0.0-alpha.9",
    "react-scripts": "1.1.4",
    "react-select": "^1.2.1",
    "react-timer-machine": "^1.0.0",
    "redux": "^3.7.2",
    "redux-saga": "^0.16.0",
    "styled-components": "^3.3.2"
  },
  "devDependencies": {
    "@commitlint/cli": "^7.0.0",
    "@commitlint/config-conventional": "^7.0.0",
    "@commitlint/travis-cli": "^7.0.0",
    "cross-env": "^5.1.4",
    "eslint": "^4.19.1",
    "eslint-config-airbnb": "^16.1.0",
    "eslint-config-prettier": "^2.9.0",
    "eslint-plugin-import": "^2.11.0",
    "eslint-plugin-jsx-a11y": "^6.0.3",
    "eslint-plugin-prettier": "^2.6.0",
    "eslint-plugin-react": "^7.9.1",
    "husky": "^0.14.3",
    "jest-styled-components": "^5.0.1",
    "lint-staged": "^7.0.5",
    "prettier": "1.12.1",
    "react-test-renderer": "^16.3.2",
    "redux-devtools-extension": "^2.13.2",
    "standard-version": "^4.4.0",
    "stylelint": "^9.2.0",
    "stylelint-config-standard": "^18.2.0",
    "stylelint-config-styled-components": "^0.1.1",
    "stylelint-processor-styled-components": "^1.3.1"
  }
}