25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 

54 satır
1.4 KiB

  1. {
  2. "name": "@majidh1/jalalidatepicker",
  3. "description": "A lightweight and simple jalali datepicker.",
  4. "license": "MIT",
  5. "author": {
  6. "name": "Majid Hooshiyar"
  7. },
  8. "main": "dist/jalalidatepicker.min.js",
  9. "version": "0.9.6",
  10. "keywords": [
  11. "date",
  12. "picker",
  13. "datepicker",
  14. "jalali",
  15. "persian",
  16. "jalalidatepicker",
  17. "calendar",
  18. "persiandatepicker",
  19. "farsi",
  20. "javascript",
  21. "front-end",
  22. "web"
  23. ],
  24. "repository": {
  25. "type": "git",
  26. "url": "https://github.com/majidh1/JalaliDatePicker.git"
  27. },
  28. "scripts": {
  29. "test": "echo \"Error: no test specified\" && exit 1",
  30. "lint": "eslint . --ext .js",
  31. "debug": "npm run lint && webpack --mode=development",
  32. "release": "npm run lint && webpack --mode=production",
  33. "watch": "webpack --mode=development --watch",
  34. "publish": "npm run debug && npm run release && npm publish"
  35. },
  36. "devDependencies": {
  37. "@babel/core": "^7.14.6",
  38. "@babel/preset-env": "^7.14.7",
  39. "babel-loader": "^8.2.2",
  40. "css-loader": "^5.2.7",
  41. "css-minimizer-webpack-plugin": "^3.0.2",
  42. "eslint": "^7.30.0",
  43. "imports-loader": "^3.0.0",
  44. "mini-css-extract-plugin": "^2.1.0",
  45. "postcss": "^8.3.5",
  46. "sass": "^1.35.2",
  47. "sass-loader": "^12.1.0",
  48. "style-loader": "^3.1.0",
  49. "terser-webpack-plugin": "^5.1.4",
  50. "webpack": "^5.22.0",
  51. "webpack-cli": "^4.5.0"
  52. }
  53. }