mirror of
https://github.com/idanoo/GoScrobble.git
synced 2024-11-22 16:35:14 +00:00
36 lines
864 B
JSON
36 lines
864 B
JSON
{
|
|
"name": "@emotion/serialize",
|
|
"version": "0.11.16",
|
|
"description": "serialization utils for emotion",
|
|
"main": "dist/serialize.cjs.js",
|
|
"module": "dist/serialize.esm.js",
|
|
"types": "types/index.d.ts",
|
|
"license": "MIT",
|
|
"repository": "https://github.com/emotion-js/emotion/tree/master/packages/serialize",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"scripts": {
|
|
"test:typescript": "dtslint types"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/hash": "0.8.0",
|
|
"@emotion/memoize": "0.7.4",
|
|
"@emotion/unitless": "0.7.5",
|
|
"@emotion/utils": "0.11.3",
|
|
"csstype": "^2.5.7"
|
|
},
|
|
"devDependencies": {
|
|
"dtslint": "^0.3.0"
|
|
},
|
|
"files": [
|
|
"src",
|
|
"dist",
|
|
"types"
|
|
],
|
|
"browser": {
|
|
"./dist/serialize.cjs.js": "./dist/serialize.browser.cjs.js",
|
|
"./dist/serialize.esm.js": "./dist/serialize.browser.esm.js"
|
|
}
|
|
}
|