bastienrobert/la-ferme

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "la-ferme",
  "private": true,
  "license": "MIT",
  "workspaces": {
    "packages": [
      "packages/*"
    ]
  },
  "scripts": {
    "bootstrap": "lerna bootstrap",
    "postinstall": "yarn bootstrap",
    "heroku-postbuild": "yarn build:server",
    "build": "run-p build:**",
    "build:components": "yarn --cwd packages/components build",
    "build:website": "yarn --cwd packages/website build",
    "build:server": "yarn --cwd packages/server build",
    "components": "yarn --cwd packages/components dev",
    "dev": "run-p dev:**",
    "dev:components": "yarn --cwd packages/components dev:compile",
    "dev:mobile": "yarn --cwd packages/mobile dev",
    "dev:server": "yarn --cwd packages/server dev",
    "server": "yarn --cwd packages/server start",
    "lint": "lerna run lint",
    "test:setup": "lerna run test:setup",
    "test": "lerna run test"
  },
  "dependencies": {
    "@react-native-community/eslint-config": "^1.0.0",
    "@types/jest": "^25.1.4",
    "@typescript-eslint/eslint-plugin": "^2.25.0",
    "@typescript-eslint/parser": "^2.25.0",
    "eslint": "^6.8.0",
    "eslint-config-prettier": "^6.10.0",
    "eslint-config-standard": "^14.1.0",
    "eslint-config-standard-react": "^9.2.0",
    "eslint-loader": "^3.0.3",
    "eslint-plugin-import": "^2.20.1",
    "eslint-plugin-jest": "^23.8.2",
    "eslint-plugin-jsx-a11y": "^6.2.3",
    "eslint-plugin-node": "^11.0.0",
    "eslint-plugin-prettier": "^3.1.2",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-react": "^7.18.3",
    "eslint-plugin-react-hooks": "^2.5.0",
    "eslint-plugin-standard": "^4.0.1",
    "jest": "^25.1.0",
    "lerna": "^3.20.2",
    "lodash.merge": "^4.6.2",
    "npm-run-all": "^4.1.5",
    "stylelint": "^13.2.1",
    "stylelint-config-prettier": "^8.0.1",
    "stylelint-config-recommended": "^3.0.0",
    "stylelint-config-styled-components": "^0.1.1",
    "stylelint-processor-styled-components": "^1.10.0",
    "typescript": "^3.8.3"
  },
  "authors": [
    "Bastien Robert <bastienrobert@outlook.com> (https://bastienrobert.fr)",
    "Mathieu Harribey (https://mathieuharribey.com)"
  ]
}