mirror of
https://github.com/idanoo/GoScrobble.git
synced 2024-11-22 16:35:14 +00:00
36 lines
825 B
JSON
36 lines
825 B
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"
|
|
]
|
|
}
|