{ "name": "@mixmaxhq/theming", "version": "1.3.0", "description": "1.0.0", "main": "dist/index.js", "scripts": { "build": "babel src -d dist", "build:watch": "babel --watch src -d dist" }, "repository": { "type": "git", "url": "git+https://github.com/mixmaxhq/theming.git" }, "author": "Andy Tran ", "license": "MIT", "bugs": { "url": "https://github.com/mixmaxhq/theming/issues" }, "homepage": "https://github.com/mixmaxhq/theming#readme", "dependencies": { "styled-components": "^4.2.0", "styled-theming": "^2.2.0" }, "peerDependencies": { "react": "*", "react-dom": "*" }, "devDependencies": { "@babel/cli": "^7.2.3", "@babel/core": "^7.3.4", "@babel/plugin-proposal-export-default-from": "^7.2.0", "@babel/preset-env": "^7.3.4" } }