{
  "name": "@rmorgan323/formiojs",
  "version": "4.15.0-rc.16",
  "description": "JavaScript powered Forms with JSON Form Builder",
  "main": "index.js",
  "types": "index.d.ts",
  "files": [
    "dist",
    "lib",
    "utils.js",
    "wizard.js",
    "form.js",
    "embed.js",
    "full.js",
    "types",
    "index.d.ts"
  ],
  "pre-commit": [
    "lint"
  ],
  "scripts": {
    "build": "esdoc && gulp build",
    "prepare": "npm run build",
    "create-app-yml": "node -e 'var fs=require(`fs`);fs.writeFileSync(`./_config.app.yml`, `baseurl: https://formiojs.test-form.io/` + require(`./package.json`).version);'",
    "rm-app-yml": "rm ./_config.app.yml",
    "build-app": "npm run create-app-yml && jekyll build --config _config.yml,_config.app.yml && npm run rm-app-yml",
    "deploy-s3": "$(node -e 'console.log(`aws s3 cp _site s3://formiojs.test-form.io/` + require(`./package.json`).version + `/ --recursive`)')",
    "invalidate": "aws cloudfront create-invalidation --distribution-id E1MXNA5A4ZKRMZ --paths '/*'",
    "release": "npm run build-app && npm run deploy-s3",
    "transpile": "babel ./src/ --out-dir ./lib/",
    "templates": "gulp templates",
    "watch": "babel -w ./src/ --out-dir ./lib/",
    "rebuild": "rm -rf node_modules;npm install;gulp build",
    "tag": "VERSION=$(cat package.json | grep version | head -1 | awk -F: '{ print $2 }' | sed 's/[\",]//g' | tr -d '[[:space:]]');git add -A; git commit -m \"Build $Version\";git push origin master;git tag v$VERSION;git push origin --tags;",
    "dopublish": "npm test;gulp build;npm run tag;npm publish lib --tag=rc;",
    "lint": "gulp eslint",
    "serve": "jekyll serve --config _config.yml,_config.dev.yml",
    "test": "npm run transpile && npm run templates && npm run test:unit",
    "test:unit": "mocha 'lib/**/*.unit.js'",
    "test:updateRenders": "TZ=UTC node --require @babel/register --require jsdom-global/register test/updateRenders.js",
    "test:e2e": "NODE_OPTIONS=\"--max-old-space-size=4096\" karma start --verbose --single-run"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/formio/formio.js.git"
  },
  "contributors": [
    {
      "name": "Form.io Open Source Community",
      "url": "https://github.com/formio/formio.js/graphs/contributors"
    }
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/formio/formio.js/issues"
  },
  "browser": {
    "vm": false
  },
  "homepage": "https://github.com/formio/formio.js#readme",
  "dependencies": {
    "@formio/bootstrap3": "^2.12.2",
    "@formio/choices.js": "^9.0.1",
    "@formio/semantic": "^2.6.0",
    "@formio/text-mask-addons": "^3.8.0-formio.2",
    "@formio/vanilla-text-mask": "^5.1.1-formio.1",
    "autocompleter": "^7.0.1",
    "browser-cookies": "^1.2.0",
    "browser-md5-file": "^1.1.1",
    "compare-versions": "^5.0.1",
    "core-js": "^3.26.1",
    "custom-event-polyfill": "^1.0.7",
    "dialog-polyfill": "^0.5.6",
    "dom-autoscroller": "^2.3.4",
    "dompurify": "^2.4.1",
    "downloadjs": "^1.4.7",
    "dragula": "^3.7.3",
    "eventemitter3": "^4.0.7",
    "fast-deep-equal": "^3.1.3",
    "fast-json-patch": "^3.1.1",
    "fetch-ponyfill": "^7.1.0",
    "i18next": "^22.4.3",
    "idb": "^7.1.1",
    "ismobilejs": "^1.1.1",
    "json-logic-js": "^2.0.2",
    "jstimezonedetect": "^1.0.7",
    "jwt-decode": "^3.1.2",
    "lodash": "^4.17.21",
    "moment": "^2.29.4",
    "moment-timezone": "^0.5.40",
    "native-promise-only": "^0.8.1",
    "quill": "^2.0.0-dev.3",
    "signature_pad": "^4.1.4",
    "string-hash": "^1.1.3",
    "tippy.js": "^6.3.7",
    "uuid": "^9.0.0",
    "vanilla-picker": "^2.12.1"
  },
  "devDependencies": {
    "@babel/cli": "^7.19.3",
    "@babel/core": "^7.20.5",
    "@babel/eslint-parser": "^7.18.2",
    "@babel/plugin-proposal-class-properties": "^7.16.7",
    "@babel/plugin-proposal-export-default-from": "^7.16.7",
    "@babel/plugin-proposal-optional-chaining": "^7.16.7",
    "@babel/polyfill": "^7.12.1",
    "@babel/preset-env": "^7.20.2",
    "@babel/register": "^7.17.7",
    "async-limiter": "^2.0.0",
    "babel-loader": "^9.1.0",
    "bootstrap": "^4.6.0",
    "bootswatch": "^4.6.0",
    "browser-env": "^3.3.0",
    "chai": "^4.3.7",
    "chance": "^1.1.9",
    "del": "6.1.1",
    "ejs-loader": "^0.5.0",
    "escape-string-regexp": "^5.0.0",
    "esdoc": "^1.1.0",
    "esdoc-ecmascript-proposal-plugin": "^1.0.0",
    "esdoc-standard-plugin": "^1.0.0",
    "eslint": "^8.29.0",
    "eslint-config-formio": "^1.1.4",
    "fetch-mock": "^9.11.0",
    "file-loader": "^6.2.0",
    "flatpickr": "^4.6.13",
    "font-awesome": "^4.7.0",
    "gulp": "^4.0.2",
    "gulp-babel": "^8.0.0",
    "gulp-clean-css": "^4.3.0",
    "gulp-concat": "^2.6.1",
    "gulp-eslint": "^6.0.0",
    "gulp-filter": "^7.0.0",
    "gulp-insert": "^0.5.0",
    "gulp-rename": "^2.0.0",
    "gulp-replace": "^1.1.3",
    "gulp-sass": "^5.1.0",
    "gulp-sync": "^0.1.4",
    "gulp-template": "^5.0.0",
    "gulp-watch": "^5.0.1",
    "hoek": "^6.1.3",
    "jquery": "^3.5.1",
    "jsdom": "^20.0.3",
    "jsdom-global": "^3.0.2",
    "karma": "^6.4.0",
    "karma-chrome-launcher": "^3.1.1",
    "karma-mocha": "^2.0.1",
    "karma-mocha-reporter": "^2.2.5",
    "karma-phantomjs-launcher": "^1.0.4",
    "karma-webpack": "^5.0.0",
    "marked": "^4.2.4",
    "mocha": "^10.2.0",
    "mock-local-storage": "^1.1.23",
    "natives": "^1.1.6",
    "power-assert": "^1.6.1",
    "pre-commit": "^1.2.2",
    "pretty": "^2.0.0",
    "pygments-css": "^1.0.0",
    "raw-loader": "^4.0.2",
    "sass": "^1.56.2",
    "shortcut-buttons-flatpickr": "^0.4.0",
    "sinon": "^14.0.2",
    "webpack": "^5.75.0",
    "webpack-stream": "^7.0.0",
    "written-number": "^0.11.1"
  }
}
