You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

84 line
2.7 KiB

  1. {
  2. "name": "sweetalert2",
  3. "version": "11.14.4",
  4. "repository": "sweetalert2/sweetalert2",
  5. "homepage": "https://sweetalert2.github.io/",
  6. "description": "A beautiful, responsive, customizable and accessible (WAI-ARIA) replacement for JavaScript's popup boxes, supported fork of sweetalert",
  7. "main": "dist/sweetalert2.all.js",
  8. "browser": "dist/sweetalert2.all.js",
  9. "module": "dist/sweetalert2.esm.all.js",
  10. "types": "sweetalert2.d.ts",
  11. "devDependencies": {
  12. "@babel/core": "^7.19.6",
  13. "@babel/preset-env": "^7.19.4",
  14. "@rollup/plugin-babel": "^6.0.2",
  15. "@rollup/plugin-terser": "^0.4.0",
  16. "@sweetalert2/eslint-config": "^1.0.11",
  17. "@sweetalert2/stylelint-config": "^3.0.0",
  18. "cypress": "^13.0.0",
  19. "eslint": "^9.0.0",
  20. "eslint-plugin-cypress": "^4.0.0",
  21. "eslint-plugin-jsdoc": "^50.0.0",
  22. "eslint-plugin-no-unsanitized": "^4.0.1",
  23. "jquery": "^3.6.1",
  24. "playwright-webkit": "^1.37.1",
  25. "prettier": "^3.0.0",
  26. "rollup": "^4.0.0",
  27. "sass": "^1.55.0",
  28. "stylelint": "^16.0.0",
  29. "typescript": "4.7.4",
  30. "vite": "^5.0.0",
  31. "zx": "^8.0.0"
  32. },
  33. "devDependenciesComments": {
  34. "typescript": "Do not upgrade TS, tests will verify that types work with the very first version of TS >= 4.7.4"
  35. },
  36. "files": [
  37. "dist",
  38. "src",
  39. "sweetalert2.d.ts"
  40. ],
  41. "author": "Limon Monte (https://limonte.github.io)",
  42. "contributors": [
  43. "Matthew Francis Brunetti <zenflow87@gmail.com> (https://github.com/zenflow)",
  44. "Morgan Touverey-Quilling <mtouverey@alembic-dev.com> (https://github.com/toverux)",
  45. "Giuseppe Verni (https://github.com/gverni)",
  46. "Sam Turrell <sam@samturrell.co.uk> (https://github.com/samturrell)",
  47. "Joseph Schultz (https://github.com/acupofjose)",
  48. "Johan Fagerberg (https://github.com/birjolaxew)"
  49. ],
  50. "keywords": [
  51. "sweetalert",
  52. "sweetalert2",
  53. "alert",
  54. "modal",
  55. "popup",
  56. "prompt",
  57. "confirm",
  58. "toast",
  59. "accessible"
  60. ],
  61. "scripts": {
  62. "dev": "vite sandbox --open",
  63. "lint": "stylelint src/**/*.scss && eslint src cypress *.js *.ts && prettier --check src/**/*.js cypress/**/*.js *.js",
  64. "build": "zx tools/build.mjs",
  65. "test": "cypress run --headless",
  66. "check-types": "npx -p typescript@latest tsc --noEmit -p jsconfig.json",
  67. "cypress:open": "cypress open",
  68. "webpack-build": "webpack --config=test/webpack/webpack.config.js"
  69. },
  70. "funding": {
  71. "type": "individual",
  72. "url": "https://github.com/sponsors/limonte"
  73. },
  74. "prettier": {
  75. "printWidth": 120,
  76. "semi": false,
  77. "singleQuote": true,
  78. "quoteProps": "consistent",
  79. "trailingComma": "es5"
  80. },
  81. "bugs": "https://github.com/sweetalert2/sweetalert2/issues",
  82. "license": "MIT"
  83. }