Viewing File: /home/ubuntu/voice-assistant-frontend/node_modules/@emotion/cache/package.json

{
  "name": "@emotion/cache",
  "version": "10.0.29",
  "description": "emotion's cache",
  "main": "dist/cache.cjs.js",
  "module": "dist/cache.esm.js",
  "browser": {
    "./dist/cache.cjs.js": "./dist/cache.browser.cjs.js",
    "./dist/cache.esm.js": "./dist/cache.browser.esm.js"
  },
  "types": "types/index.d.ts",
  "license": "MIT",
  "repository": "https://github.com/emotion-js/emotion/tree/master/packages/cache",
  "scripts": {
    "test:typescript": "dtslint types"
  },
  "dependencies": {
    "@emotion/sheet": "0.9.4",
    "@emotion/stylis": "0.8.5",
    "@emotion/utils": "0.11.3",
    "@emotion/weak-memoize": "0.2.5"
  },
  "devDependencies": {
    "@emotion/hash": "0.8.0",
    "dtslint": "^0.3.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "src",
    "dist",
    "types"
  ]
}
Back to Directory File Manager