package.json 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. {
  2. "private": true,
  3. "name": "fullcalendar-workspace",
  4. "version": "5.11.5",
  5. "title": "FullCalendar",
  6. "description": "Full-sized drag & drop event calendar",
  7. "keywords": [
  8. "calendar",
  9. "event",
  10. "full-sized"
  11. ],
  12. "homepage": "https://fullcalendar.io/",
  13. "docs": "https://fullcalendar.io/docs",
  14. "bugs": "https://fullcalendar.io/reporting-bugs",
  15. "repository": {
  16. "type": "git",
  17. "url": "https://github.com/fullcalendar/fullcalendar.git",
  18. "homepage": "https://github.com/fullcalendar/fullcalendar"
  19. },
  20. "license": "MIT",
  21. "author": {
  22. "name": "Adam Shaw",
  23. "email": "[email protected]",
  24. "url": "http://arshaw.com/"
  25. },
  26. "copyright": "2022 Adam Shaw",
  27. "workspaces": [
  28. "packages/*",
  29. "packages-premium/*",
  30. "packages-contrib",
  31. "example-projects"
  32. ],
  33. "scripts": {
  34. "preinstall": "node ./scripts/ensure-yarn.js",
  35. "build": "gulp build",
  36. "watch": "gulp watch",
  37. "contrib:ci": "cd packages-contrib && yarn workspaces foreach run ci",
  38. "example:build": "cd example-projects && yarn workspaces foreach run build",
  39. "example:lint": "node ./scripts/example-lint.js",
  40. "example:open": "./scripts/example-open.sh",
  41. "clean": "./scripts/clean.sh",
  42. "lint": "gulp lint",
  43. "lintBuilt": "gulp lintBuilt",
  44. "lintExamples": "node ./scripts/example-lint.js",
  45. "eslint:dir": "node ./scripts/eslint-dir.js",
  46. "test": "gulp test",
  47. "test:ci": "gulp testCi",
  48. "archive": "gulp archive",
  49. "ci:all": "./scripts/ci-all.sh",
  50. "update-readmes": "node ./scripts/update-readmes.js",
  51. "update-licenses": "node ./scripts/update-licenses.js",
  52. "update-package-jsons": "node ./scripts/update-package-jsons.js",
  53. "preversion": "./scripts/update-example-dates.sh && yarn run clean",
  54. "xxxversion": "yarn run ci && yarn run archive",
  55. "xxxpostversion": "echo 'EXEC: git push --recurse-submodules=on-demand' && echo 'STILL NEED TO PUSH ALL TAGS'"
  56. },
  57. "devDependencies": {
  58. "@arshaw/postcss-calc": "^7.0.2",
  59. "@arshaw/postcss-custom-properties": "^9.1.1",
  60. "@rollup/plugin-alias": "^3.1.1",
  61. "@rollup/plugin-node-resolve": "^8.4.0",
  62. "@rollup/plugin-replace": "^2.3.3",
  63. "@types/luxon": "^1.12.0",
  64. "@types/node": "^12.12.14",
  65. "@typescript-eslint/eslint-plugin": "^4.4.1",
  66. "@typescript-eslint/parser": "^4.6.1",
  67. "@yarnpkg/pnpify": "^2.4.0",
  68. "autoprefixer": "^9.8.4",
  69. "chokidar": "^2.1.5",
  70. "concurrently": "^4.1.1",
  71. "css-loader": "^4.3.0",
  72. "dragula": "^3.7.2",
  73. "esbuild": "^0.15.5",
  74. "eslint": "^7.24.0",
  75. "eslint-config-airbnb-typescript": "^12.0.0",
  76. "eslint-import-resolver-node": "^0.3.4",
  77. "eslint-plugin-import": "^2.22.0",
  78. "eslint-plugin-jsx-a11y": "^6.3.1",
  79. "eslint-plugin-react": "^7.20.3",
  80. "eslint-plugin-react-hooks": "^4.0.8",
  81. "globby": "^11.0.1",
  82. "gulp": "^4.0.2",
  83. "gulp-clean-css": "^4.3.0",
  84. "gulp-modify-file": "^1.0.1",
  85. "gulp-rename": "^1.4.0",
  86. "gulp-replace": "^1.0.0",
  87. "gulp-terser": "^1.2.0",
  88. "gulp-zip": "^5.0.0",
  89. "handlebars": "^4.1.2",
  90. "jasmine-core": "2.5.2",
  91. "karma": "^6.3.2",
  92. "karma-chrome-launcher": "^3.1.0",
  93. "karma-jasmine": "^4.0.1",
  94. "karma-sourcemap-loader": "^0.3.8",
  95. "karma-verbose-reporter": "0.0.6",
  96. "luxon": "^1.22.0",
  97. "mini-css-extract-plugin": "^1.2.0",
  98. "moment": "^2.29.1",
  99. "moment-locales-webpack-plugin": "^1.2.0",
  100. "moment-timezone": "^0.5.31",
  101. "moment-timezone-data-webpack-plugin": "^1.3.0",
  102. "postcss": "^7.0.30",
  103. "postcss-advanced-variables": "^3.0.1",
  104. "postcss-comment": "^2.0.0",
  105. "postcss-loader": "^3.0.0",
  106. "postcss-nesting": "^7.0.1",
  107. "react": "^18.0.0",
  108. "rollup": "^2.49.0",
  109. "rollup-plugin-dts": "^3.0.2",
  110. "rollup-plugin-esbuild": "^4.9.3",
  111. "rollup-plugin-postcss": "^3.1.3",
  112. "rollup-plugin-sourcemaps": "^0.6.2",
  113. "semver": "^7.3.2",
  114. "source-map-loader": "^1.1.1",
  115. "style-loader": "^2.0.0",
  116. "stylelint": "^13.6.1",
  117. "ts-loader": "^7.0.4",
  118. "typescript": "^4.3.2",
  119. "webpack": "^5.38.1",
  120. "webpack-cli": "^4.1.0"
  121. }
  122. }