{
  "name": "phantom",
  "version": "1.0.0",
  "description": "Cacharel Delicrunch game",
  "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": "~4.0.0",
    "animatesprite": "~0.2.1",
    "cors": "~2.8.5",
    "is_js": "~0.9.0",
    "jquery": "~3.6.0",
    "lodash": "~4.17.21",
    "luxon": "^1.25.0",
    "modernizr": "~3.11.7",
    "mustache": "~3.2.1",
    "phaser": "~3.54.0",
    "phaser3-rex-plugins": "^1.1.63",
    "pxloader": "~1.1.2",
    "sammy": "~0.7.6",
    "soundmanager2": "~2.97.20170602",
    "underscore": "~1.13.1",
    "webfontloader": "^1.6.28"
  },
  "devDependencies": {
    "@types/jquery": "~3.5.5",
    "@types/lodash": "~4.14.165",
    "@types/luxon": "^2.0.8",
    "@types/modernizr": "~3.5.3",
    "@types/node": "~14.0.1",
    "@types/sammy": "~0.0.20",
    "@types/underscore": "~1.11.2",
    "copy-webpack-plugin": "~8.1.1",
    "dotenv-webpack": "~7.0.2",
    "eslint": "~7.25.0",
    "extract-loader": "~5.1.0",
    "file-loader": "~6.2.0",
    "phaser-plugin-debug-draw": "~6.0.1",
    "terser-webpack-plugin": "~5.1.1",
    "tslint": "~6.1.3",
    "typescript": "~4.2.4",
    "webpack": "~5.35.0",
    "webpack-cli": "~4.6.0",
    "webpack-concat-files-plugin": "~0.5.2",
    "webpack-shell-plugin": "~0.5.0"
  }
}
