@react-to-styled/loader
Version:
56 lines (55 loc) • 1.27 kB
JSON
{
"name": "@react-to-styled/loader",
"version": "0.3.1-alpha.2",
"description": "Loader",
"author": {
"name": "Aleksa Toljic",
"email": "aleksa.toljic@gmail.com"
},
"keywords": [
"react",
"styled-components",
"css-in-js",
"library",
"components",
"frontend",
"reuseable",
"ui",
"loader"
],
"main": "dist/esm/loader.js",
"types": "dist/loader.d.ts",
"homepage": "https://react-to.github.io/react-to-styled/?path=/docs/loader--page",
"repository": {
"type": "git",
"url": "https://github.com/react-to/react-to-styled.git",
"directory": "packages/loader"
},
"bugs": {
"url": "https://github.com/react-to/react-to-styled/issues",
"email": "aleksa.toljic@gmail.com"
},
"scripts": {
"build": "xrollup index.tsx",
"prepublish": "yarn build"
},
"files": [
"CHANGELOG.md",
"README.md",
"../../LICENSE",
"dist/"
],
"license": "MIT",
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0",
"styled-components": ">=5"
},
"dependencies": {
"@react-to-styled/essentials": "^0.3.1-alpha.2"
},
"devDependencies": {
"@react-to-styled/build": "^0.1.1-alpha.2"
},
"gitHead": "ecd2e255eb560114a3de09590633859ac00ff0a5"
}