{
  "name": "sweetalert2-fix",
  "version": "11.7.3",
  "repository": "matvejs16/sweetalert2-fix",
  "homepage": "https://sweetalert2.github.io/",
  "description": "A beautiful, responsive, customizable and accessible (WAI-ARIA) replacement for JavaScript's popup boxes, supported fork of sweetalert",
  "main": "dist/sweetalert2.all.js",
  "browser": "dist/sweetalert2.all.js",
  "module": "dist/sweetalert2.all.js",
  "types": "sweetalert2.d.ts",
  "devDependencies": {
    "@babel/core": "^7.19.6",
    "@babel/preset-env": "^7.19.4",
    "@rollup/plugin-json": "^5.0.0",
    "@rollup/plugin-babel": "^6.0.2",
    "@rollup/plugin-terser": "^0.4.0",
    "@sweetalert2/eslint-config": "^1.0.11",
    "@sweetalert2/stylelint-config": "^2.0.6",
    "browser-sync": "^2.27.7",
    "cypress": "^10.10.0",
    "eslint": "^8.24.0",
    "eslint-plugin-cypress": "^2.12.1",
    "eslint-plugin-jsdoc": "^40.0.0",
    "eslint-plugin-no-unsanitized": "^4.0.1",
    "gulp": "^4.0.0",
    "gulp-autoprefixer": "^8.0.0",
    "gulp-clean-css": "^4.0.0",
    "gulp-concat": "^2.6.1",
    "gulp-css2js": "^1.1.2",
    "gulp-if": "^3.0.0",
    "gulp-rename": "^2.0.0",
    "gulp-rollup": "^2.16.2",
    "gulp-uglify": "^3.0.0",
    "jquery": "^3.6.1",
    "merge2": "^1.2.3",
    "postcss-scss": "^4.0.5",
    "prettier": "^2.7.1",
    "rollup": "^3.2.2",
    "rollup-plugin-babel": "^4.3.2",
    "rollup-plugin-terser": "^7.0.2",
    "sass": "^1.55.0",
    "stylelint": "^15.0.0",
    "typescript": "4.0.2",
    "vite": "^4.0.0",
    "zx": "^7.1.1"
  },
  "devDependenciesComments": {
    "typescript": "Do not upgrade TS, tests will verify that types work with the very first version of TS >= 4.0"
  },
  "files": [
    "dist",
    "src",
    "sweetalert2.d.ts"
  ],
  "author": "Matvej Makushin <matvejs16@genrem.eu> | [Original] Limon Monte <limon.monte@gmail.com> (https://limonte.github.io)",
  "contributors": [],
  "keywords": [
    "sweetalert",
    "sweetalert2",
    "alert",
    "modal",
    "popup",
    "prompt",
    "confirm",
    "toast",
    "accessible"
  ],
  "scripts": {
    "start": "gulp develop --continue-on-error --skip-minification --skip-standalone",
    "start:vite": "vite sandbox",
    "lint": "stylelint src/**/*.scss && eslint src cypress *.js *.ts && prettier --check src/**/*.js cypress/**/*.js *.js",
    "build": "gulp build",
    "build:build": "node tools/build.mjs",
    "test": "cypress run --headless",
    "check-types": "npx -p typescript@latest tsc --noEmit -p jsconfig.json",
    "cypress:open": "cypress open"
  },
  "funding": {
    "type": "individual",
    "url": "https://github.com/sponsors/limonte"
  },
  "prettier": {
    "printWidth": 120,
    "semi": false,
    "singleQuote": true,
    "quoteProps": "consistent",
    "trailingComma": "es5"
  },
  "bugs": "https://github.com/sweetalert2/sweetalert2/issues",
  "license": "MIT"
}
