mirror of
https://github.com/idanoo/GoScrobble.git
synced 2024-11-22 16:35:14 +00:00
43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"name": "babel-plugin-emotion",
|
|
"version": "10.2.2",
|
|
"description": "A recommended babel preprocessing plugin for emotion, The Next Generation of CSS-in-JS.",
|
|
"main": "dist/babel-plugin-emotion.cjs.js",
|
|
"module": "dist/babel-plugin-emotion.esm.js",
|
|
"files": [
|
|
"src",
|
|
"lib",
|
|
"dist"
|
|
],
|
|
"dependencies": {
|
|
"@babel/helper-module-imports": "^7.0.0",
|
|
"@emotion/hash": "0.8.0",
|
|
"@emotion/memoize": "0.7.4",
|
|
"@emotion/serialize": "^0.11.16",
|
|
"babel-plugin-macros": "^2.0.0",
|
|
"babel-plugin-syntax-jsx": "^6.18.0",
|
|
"convert-source-map": "^1.5.0",
|
|
"escape-string-regexp": "^1.0.5",
|
|
"find-root": "^1.1.0",
|
|
"source-map": "^0.5.7"
|
|
},
|
|
"devDependencies": {
|
|
"babel-check-duplicated-nodes": "^1.0.0",
|
|
"babel-core": "^6.26.3"
|
|
},
|
|
"author": "Kye Hohenberger",
|
|
"homepage": "https://emotion.sh",
|
|
"license": "MIT",
|
|
"repository": "https://github.com/emotion-js/emotion/tree/master/packages/babel-plugin-emotion",
|
|
"keywords": [
|
|
"styles",
|
|
"emotion",
|
|
"react",
|
|
"css",
|
|
"css-in-js"
|
|
],
|
|
"bugs": {
|
|
"url": "https://github.com/emotion-js/emotion/issues"
|
|
}
|
|
}
|