Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

3 лет назад
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181
  1. {
  2. "_args": [
  3. [
  4. "react-big-calendar@0.22.1",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "react-big-calendar@0.22.1",
  9. "_id": "react-big-calendar@0.22.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-Pd0x0W4vjs5oDzPl3kvIlJok4ESO7p/+jpxKil0xkJ5sfsYlB/lZMCht7htEy9/WInnnJQGcXx+tLIcEzDbV8g==",
  12. "_location": "/react-big-calendar",
  13. "_phantomChildren": {
  14. "@babel/runtime": "7.9.6",
  15. "csstype": "2.6.10"
  16. },
  17. "_requested": {
  18. "type": "version",
  19. "registry": true,
  20. "raw": "react-big-calendar@0.22.1",
  21. "name": "react-big-calendar",
  22. "escapedName": "react-big-calendar",
  23. "rawSpec": "0.22.1",
  24. "saveSpec": null,
  25. "fetchSpec": "0.22.1"
  26. },
  27. "_requiredBy": [
  28. "/"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/react-big-calendar/-/react-big-calendar-0.22.1.tgz",
  31. "_spec": "0.22.1",
  32. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  33. "author": {
  34. "name": "Jason Quense",
  35. "email": "monastic.panic@gmail.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/intljusticemission/react-big-calendar/issues"
  39. },
  40. "dependencies": {
  41. "@babel/runtime": "^7.1.5",
  42. "clsx": "^1.0.4",
  43. "date-arithmetic": "^4.0.1",
  44. "dom-helpers": "^5.1.0",
  45. "invariant": "^2.2.4",
  46. "lodash": "^4.17.11",
  47. "lodash-es": "^4.17.11",
  48. "memoize-one": "^4.0.3",
  49. "prop-types": "^15.6.2",
  50. "react-overlays": "^2.0.0-0",
  51. "uncontrollable": "^7.0.0",
  52. "warning": "^4.0.2"
  53. },
  54. "description": "Calendar! with events",
  55. "devDependencies": {
  56. "@4c/rollout": "^1.4.0",
  57. "@babel/cli": "^7.1.0",
  58. "@babel/core": "^7.1.5",
  59. "@storybook/addon-actions": "^5.0.11",
  60. "@storybook/react": "^5.0.11",
  61. "autoprefixer": "^9.5.1",
  62. "babel-core": "^7.0.0-bridge.0",
  63. "babel-eslint": "^10.0.1",
  64. "babel-jest": "^23.6.0",
  65. "babel-plugin-transform-react-remove-prop-types": "^0.4.22",
  66. "babel-plugin-transform-rename-import": "^2.3.0",
  67. "babel-preset-jason": "^6.0.1",
  68. "bootstrap": "^3.3.5",
  69. "bootstrap-sass": "^3.4.1",
  70. "component-metadata-loader": "^4.0.0",
  71. "cpy-cli": "^2.0.0",
  72. "eslint": "^5.8.0",
  73. "eslint-config-jason": "^4.1.0",
  74. "eslint-config-prettier": "^3.1.0",
  75. "eslint-import-resolver-webpack": "^0.10.1",
  76. "eslint-plugin-import": "^2.14.0",
  77. "eslint-plugin-react": "^7.11.1",
  78. "font-awesome": "^4.7.0",
  79. "globalize": "^0.1.1",
  80. "husky": "^0.14.3",
  81. "jest": "^23.6.0",
  82. "lint-staged": "^8.0.4",
  83. "markdown-jsx-loader": "^3.0.2",
  84. "marked": "^0.5.1",
  85. "moment": "^2.22.2",
  86. "mt-changelog": "^0.6.1",
  87. "node-sass": "4.12.0",
  88. "postcss": "^7.0.16",
  89. "postcss-cli": "^6.1.2",
  90. "prettier": "^1.15.1",
  91. "react": "^16.6.1",
  92. "react-bootstrap": "^0.32.4",
  93. "react-docgen": "^3.0.0-rc.1",
  94. "react-dom": "^16.6.1",
  95. "react-tackle-box": "^2.1.0",
  96. "rimraf": "^2.4.2",
  97. "rollup": "^1.1.0",
  98. "rollup-plugin-babel": "^4.3.0",
  99. "rollup-plugin-commonjs": "^9.2.0",
  100. "rollup-plugin-node-resolve": "^4.0.0",
  101. "rollup-plugin-replace": "^2.1.0",
  102. "rollup-plugin-size-snapshot": "^0.8.0",
  103. "rollup-plugin-terser": "^4.0.2",
  104. "webpack": "^4.25.1",
  105. "webpack-atoms": "^8.0.0",
  106. "webpack-cli": "^3.1.2",
  107. "webpack-dev-server": "^3.1.10"
  108. },
  109. "files": [
  110. "lib/",
  111. "dist/",
  112. "LICENSE",
  113. "README.md",
  114. "CHANGELOG.md"
  115. ],
  116. "homepage": "https://github.com/intljusticemission/react-big-calendar#readme",
  117. "keywords": [
  118. "scheduler",
  119. "react-component",
  120. "react",
  121. "calendar",
  122. "events",
  123. "full calendar"
  124. ],
  125. "license": "MIT",
  126. "lint-staged": {
  127. "src/**/*.js": "eslint",
  128. "test/**/*.js": "eslint",
  129. "*.{js,json,css,md}": [
  130. "prettier --write",
  131. "git add"
  132. ]
  133. },
  134. "main": "lib/index.js",
  135. "module": "dist/react-big-calendar.esm.js",
  136. "name": "react-big-calendar",
  137. "peerDependencies": {
  138. "react": "^16.6.1",
  139. "react-dom": "^16.6.1"
  140. },
  141. "prettier": {
  142. "printWidth": 80,
  143. "semi": false,
  144. "singleQuote": true,
  145. "trailingComma": "es5",
  146. "bracketSpacing": true
  147. },
  148. "repository": {
  149. "type": "git",
  150. "url": "git+https://github.com/intljusticemission/react-big-calendar.git"
  151. },
  152. "resolutions": {
  153. "babel-core": "7.0.0-bridge.0"
  154. },
  155. "scripts": {
  156. "assets": "cpy src/sass/* lib/sass && npm run assets-addons",
  157. "assets-addons": "cpy addons/**/*.scss ../lib/ --cwd=src --parents",
  158. "autoprefixer": "postcss --use autoprefixer -b 'ie >= 10, safari >= 8, last 2 versions' < ./lib/css/react-big/calendar.css | postcss --use autoprefixer -b 'ie >= 10, safari >= 8, last 2 versions' < ./lib/addons/dragAndDrop/styles.css",
  159. "build": "yarn clean && yarn build:cjs && yarn build:umd && yarn assets && yarn build:css",
  160. "build:cjs": "babel src --out-dir lib",
  161. "build:css": "npm run sass && npm run autoprefixer",
  162. "build:examples": "npm run clean:examples && webpack --config examples/webpack.config.js",
  163. "build:umd": "BABEL_ENV=esm yarn rollup -c",
  164. "clean": "rimraf lib",
  165. "clean:examples": "rimraf examples/static",
  166. "examples": "npm run clean:examples && webpack-dev-server --config examples/webpack.config.js --mode development",
  167. "lint": "eslint src test",
  168. "precommit": "lint-staged",
  169. "prepublishOnly": "npm run build",
  170. "prettier": "prettier '**/*js' !examples/bundle.js '!lib/**' --write ",
  171. "release": "rollout",
  172. "s": "node-sass src/sass/styles.scss ./lib/css/react-big-calendar.css",
  173. "sass": "npm run s && npm run sass-dnd",
  174. "sass-dnd": "node-sass src/addons/dragAndDrop/styles.scss ./lib/addons/dragAndDrop/styles.css",
  175. "storybook": "start-storybook -p 9002",
  176. "tdd": "jest --watch",
  177. "test": "npm run lint && jest"
  178. },
  179. "style": "lib/css/react-big-calendar.css",
  180. "version": "0.22.1"
  181. }