Dashboard sipadu mbip
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.

package.json 2.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_from": "@emotion/core@^10.0.15",
  3. "_id": "@emotion/core@10.0.22",
  4. "_inBundle": false,
  5. "_integrity": "sha512-7eoP6KQVUyOjAkE6y4fdlxbZRA4ILs7dqkkm6oZUJmihtHv0UBq98VgPirq9T8F9K2gKu0J/au/TpKryKMinaA==",
  6. "_location": "/@emotion/core",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@emotion/core@^10.0.15",
  12. "name": "@emotion/core",
  13. "escapedName": "@emotion%2fcore",
  14. "scope": "@emotion",
  15. "rawSpec": "^10.0.15",
  16. "saveSpec": null,
  17. "fetchSpec": "^10.0.15"
  18. },
  19. "_requiredBy": [
  20. "/react-spinners"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@emotion/core/-/core-10.0.22.tgz",
  23. "_shasum": "2ac7bcf9b99a1979ab5b0a876fbf37ab0688b177",
  24. "_spec": "@emotion/core@^10.0.15",
  25. "_where": "/var/www/html/mdch.sipadu/node_modules/react-spinners",
  26. "author": {
  27. "name": "mitchellhamilton",
  28. "email": "mitchell@mitchellhamilton.me"
  29. },
  30. "browser": {
  31. "./dist/core.cjs.js": "./dist/core.browser.cjs.js",
  32. "./dist/core.esm.js": "./dist/core.browser.esm.js"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "@babel/runtime": "^7.5.5",
  37. "@emotion/cache": "^10.0.17",
  38. "@emotion/css": "^10.0.22",
  39. "@emotion/serialize": "^0.11.12",
  40. "@emotion/sheet": "0.9.3",
  41. "@emotion/utils": "0.11.2"
  42. },
  43. "deprecated": false,
  44. "description": "> Simple styling in React.",
  45. "devDependencies": {
  46. "@emotion/styled": "^10.0.22",
  47. "@types/react": "^16.8.20",
  48. "dtslint": "^0.3.0",
  49. "emotion": "^10.0.17",
  50. "emotion-server": "^10.0.17",
  51. "emotion-theming": "^10.0.17",
  52. "html-tag-names": "^1.1.2",
  53. "react": "^16.5.2",
  54. "svg-tag-names": "^1.1.1"
  55. },
  56. "files": [
  57. "src",
  58. "dist",
  59. "types"
  60. ],
  61. "license": "MIT",
  62. "main": "dist/core.cjs.js",
  63. "module": "dist/core.esm.js",
  64. "name": "@emotion/core",
  65. "peerDependencies": {
  66. "react": ">=16.3.0"
  67. },
  68. "preconstruct": {
  69. "umdName": "emotionCore"
  70. },
  71. "publishConfig": {
  72. "access": "public"
  73. },
  74. "repository": {
  75. "type": "git",
  76. "url": "https://github.com/emotion-js/emotion/tree/master/packages/core"
  77. },
  78. "scripts": {
  79. "test:typescript": "dtslint types"
  80. },
  81. "types": "types/index.d.ts",
  82. "umd:main": "dist/core.umd.min.js",
  83. "version": "10.0.22"
  84. }