{
  "name": "lexiconga",
  "version": "2.1.7",
  "description": "The quick and easy dictionary builder for constructed languages.",
  "main": "template-index.html",
  "repository": "https://github.com/Alamantus/Lexiconga.git",
  "author": "Robbie Antenesse <dev@alamantus.com>",
  "license": "UNLICENCED",
  "scripts": {
    "start": "npm run process-images && concurrently \"npm run watch-js\" \"npm run watch-php\" \"npm run copy-files\"",
    "watch-js": "parcel watch template-index.html offline.html template-view.html template-passwordreset.html --no-hmr --public-url /lexiconga/",
    "watch-php": "cpx \"src/php/**/{*,.*}\" dist -v -w",
    "bundle": "npm run process-images && npm run bundle-js && npm run copy-files && npm run copy-php",
    "bundle-js": "parcel build template-index.html offline.html template-view.html template-passwordreset.html --no-source-maps",
    "copy-files": "cpx \"node_modules/upup/dist/*.min.js\" dist -v",
    "copy-php": "cpx \"src/php/**/{*,.*}\" dist",
    "process-images": "node dev/resize-images.js",
    "serve-frontend-only": "parcel template-index.html",
    "clear": "npm run clear-dist && npm run clear-cache",
    "clear-dist": "rimraf dist/{*,.*}",
    "clear-cache": "rimraf .cache/{*,.*}"
  },
  "devDependencies": {
    "autoprefixer": "^9.7.4",
    "concurrently": "^5.2.0",
    "cpx": "^1.5.0",
    "parcel-bundler": "^1.12.3",
    "parcel-plugin-goodie-bag": "^2.0.0",
    "rimraf": "^3.0.2",
    "sass": "^1.26.5",
    "sharp": "^0.25.2"
  },
  "dependencies": {
    "marked": "^1.0.0",
    "normalize.css": "^8.0.1",
    "papaparse": "^5.1.1",
    "upup": "^1.1.0"
  }
}