{
  "name": "aircall",
  "version": "1.0.0",
  "description": "Aircall experience",
  "author": "Nebqom <quentin@nebqom.fr>",
  "license": "ISC",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "watch": "tsc --watch & webpack --mode development --watch & compass watch",
    "prebuild": "tslint -c tslint.json -p .",
    "build": "tsc && webpack --mode development && compass compile",
    "prerelease": "npm run prebuild",
    "release": "tsc && webpack --mode production && compass compile -e production"
  },
  "dependencies": {
    "animate.css": "^3.7.2",
    "animatesprite": "^0.2.1",
    "cors": "^2.8.5",
    "is_js": "^0.9.0",
    "jquery": "^3.4.1",
    "lodash": "^4.17.11",
    "modernizr": "^3.11.3",
    "mustache": "^3.1.0",
    "phaser": "^3.24.0",
    "pxloader": "^1.1.2",
    "sammy": "^0.7.6",
    "soundmanager2": "^2.97.20170602",
    "underscore": "^1.9.1"
  },
  "devDependencies": {
    "@types/jquery": "^3.3.31",
    "@types/lodash": "^4.14.165",
    "@types/modernizr": "^3.5.3",
    "@types/node": "^14.0.1",
    "@types/sammy": "0.0.20",
    "@types/underscore": "^1.8.18",
    "copy-webpack-plugin": "^5.0.3",
    "dotenv-webpack": "^1.7.0",
    "eslint": "^5.16.0",
    "extract-loader": "^3.1.0",
    "file-loader": "^3.0.1",
    "phaser-plugin-debug-draw": "^2.0.0",
    "terser-webpack-plugin": "^1.3.0",
    "tslint": "^5.16.0",
    "typescript": "^3.4.5",
    "webpack": "^4.31.0",
    "webpack-cli": "^3.3.2",
    "webpack-concat-plugin": "^3.0.0",
    "webpack-shell-plugin": "^0.5.0"
  }
}
