{
  "scripts": {
    "lint": "yarn run eslint --ext .ts app/javascript",
    "lint:fix": "yarn run eslint --ext .ts app/javascript --fix"
  },
  "dependencies": {
    "@babel/preset-typescript": "^7.12.7",
    "@melloware/coloris": "^0.10.0",
    "@rails/ujs": "^6.1.0",
    "bootstrap": "^4.5.3",
    "cheet.js": "^0.3.3",
    "core-js": "^3.8.1",
    "croppr": "^2.3.1",
    "i18n-js": "^3.8.0",
    "jquery": "^3.5.1",
    "jquery-ujs": "^1.2.2",
    "jquery.growl": "^1.3.5",
    "jquery.turbolinks": "^2.1.0",
    "js-cookie": "2.2.1",
    "nprogress": "^0.2.0",
    "particleground": "jnicol/particleground",
    "popper.js": "^1.16.1",
    "regenerator-runtime": "^0.13.7",
    "sweetalert": "1.1.3",
    "tinycolor2": "^1.4.2",
    "turbolinks": "^5.2.0",
    "typescript": "^4.1.3"
  },
  "devDependencies": {
    "@babel/core": "^7.12.10",
    "@babel/preset-env": "^7.12.11",
    "@rails/webpacker": "5.2.1",
    "@typescript-eslint/eslint-plugin": "^4.11.0",
    "@typescript-eslint/parser": "^4.11.0",
    "coffee-loader": "1.0.1",
    "coffeescript": "^2.5.1",
    "eslint": "^7.16.0",
    "eslint-plugin-import": "^2.22.1",
    "webpack": "^4",
    "webpack-dev-server": "^3.11.0"
  }
}