package.json 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. {
  2. "private": true,
  3. "name": "fullcalendar-workspace",
  4. "version": "5.5.1",
  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": "2020 Adam Shaw",
  27. "workspaces": [
  28. "packages/*",
  29. "packages-premium/*",
  30. "packages-contrib/*",
  31. "packages-contrib/angular/dist/fullcalendar",
  32. "example-projects/*",
  33. "!example-projects/next",
  34. "!example-projects/next-scheduler",
  35. "!example-projects/nuxt",
  36. "!example-projects/vue-vuex",
  37. "!example-projects/vue-typescript",
  38. "!example-projects/parcel"
  39. ],
  40. "resolutions": {
  41. "karma": "patch:karma@~5.2.3#./scripts/karma-patch/patch.diff"
  42. },
  43. "scripts": {
  44. "build": "gulp build",
  45. "watch": "gulp watch",
  46. "contrib:run": "node ./scripts/contrib-run.js",
  47. "example:run": "node ./scripts/example-run.js",
  48. "example:npm": "node ./scripts/example-npm.js",
  49. "example:pnp": "node ./scripts/example-pnp.js",
  50. "example:open": "./scripts/example-open.sh",
  51. "clean": "./scripts/clean.sh",
  52. "lint": "gulp lint",
  53. "lintBuilt": "gulp lintBuilt",
  54. "eslint:dir": "node ./scripts/eslint-dir.js",
  55. "test": "gulp test",
  56. "test:ci": "gulp testCi",
  57. "archive": "gulp archive",
  58. "ci:all": "./scripts/ci-all.sh",
  59. "ci:lint": "yarn run lint && yarn run build && yarn run lintBuilt",
  60. "ci:test": "yarn run build && yarn run test:ci",
  61. "ci:contrib": "yarn run build && yarn run contrib:run all ci && FULLCALENDAR_FORCE_REACT=1 yarn run test:ci",
  62. "ci:examples": "yarn run build && yarn run contrib:run all build && yarn run example:run all build",
  63. "update-readmes": "node ./scripts/update-readmes.js",
  64. "update-licenses": "node ./scripts/update-licenses.js",
  65. "update-package-jsons": "node ./scripts/update-package-jsons.js",
  66. "preversion": "./scripts/update-example-dates.sh && yarn run clean",
  67. "xxxversion": "yarn run ci && yarn run archive",
  68. "xxxpostversion": "echo 'EXEC: git push --recurse-submodules=on-demand' && echo 'STILL NEED TO PUSH ALL TAGS'"
  69. },
  70. "devDependencies": {
  71. "@arshaw/postcss-calc": "^7.0.2",
  72. "@arshaw/postcss-custom-properties": "^9.1.1",
  73. "@rollup/plugin-alias": "^3.1.1",
  74. "@rollup/plugin-node-resolve": "^8.4.0",
  75. "@rollup/plugin-replace": "^2.3.3",
  76. "@rollup/plugin-sucrase": "^3.1.0",
  77. "@types/luxon": "^1.12.0",
  78. "@types/node": "^12.12.14",
  79. "@typescript-eslint/eslint-plugin": "^4.4.1",
  80. "@typescript-eslint/parser": "^4.6.1",
  81. "@yarnpkg/pnpify": "^2.3.3",
  82. "autoprefixer": "^9.8.4",
  83. "bootstrap": "^3.4.1",
  84. "chokidar": "^2.1.5",
  85. "concurrently": "^4.1.1",
  86. "css-loader": "^4.3.0",
  87. "dragula": "^3.7.2",
  88. "eslint": "^7.12.1",
  89. "eslint-config-airbnb-typescript": "^12.0.0",
  90. "eslint-import-resolver-node": "^0.3.4",
  91. "eslint-plugin-import": "^2.22.0",
  92. "eslint-plugin-jsx-a11y": "^6.3.1",
  93. "eslint-plugin-react": "^7.20.3",
  94. "eslint-plugin-react-hooks": "^4.0.8",
  95. "globby": "^11.0.1",
  96. "gulp": "^4.0.2",
  97. "gulp-cssmin": "^0.2.0",
  98. "gulp-modify-file": "^1.0.1",
  99. "gulp-rename": "^1.4.0",
  100. "gulp-replace": "^1.0.0",
  101. "gulp-terser": "^1.2.0",
  102. "gulp-zip": "^5.0.0",
  103. "handlebars": "^4.1.2",
  104. "jasmine-core": "2.5.2",
  105. "karma": "^5.2.3",
  106. "karma-chrome-launcher": "^3.1.0",
  107. "karma-jasmine": "^4.0.1",
  108. "karma-sourcemap-loader": "^0.3.8",
  109. "karma-verbose-reporter": "0.0.6",
  110. "luxon": "^1.22.0",
  111. "mini-css-extract-plugin": "^1.2.0",
  112. "moment": "^2.29.1",
  113. "moment-locales-webpack-plugin": "^1.2.0",
  114. "moment-timezone": "^0.5.31",
  115. "moment-timezone-data-webpack-plugin": "^1.3.0",
  116. "postcss": "^7.0.30",
  117. "postcss-advanced-variables": "^3.0.1",
  118. "postcss-comment": "^2.0.0",
  119. "postcss-loader": "^3.0.0",
  120. "postcss-nesting": "^7.0.1",
  121. "react": "^17.0.1",
  122. "rollup": "^2.21.0",
  123. "rollup-plugin-dts": "^1.4.13",
  124. "rollup-plugin-postcss": "^3.1.3",
  125. "rollup-plugin-sourcemaps": "^0.6.2",
  126. "semver": "^7.3.2",
  127. "source-map-loader": "^1.1.1",
  128. "style-loader": "^2.0.0",
  129. "stylelint": "^13.6.1",
  130. "ts-loader": "^7.0.4",
  131. "typescript": "^4.0.5",
  132. "webpack": "^5.3.1",
  133. "webpack-cli": "^4.1.0"
  134. }
  135. }