UNPKG

react-responsive-mixin

Version:
45 lines (44 loc) 1.15 kB
{ "name": "react-responsive-mixin", "version": "0.4.0", "description": "Mixin to develop responsive react components", "main": "index.js", "scripts": { "start": "./node_modules/.bin/gulp server" }, "repository": { "type": "git", "url": "https://github.com/akiran/react-responsive-mixin" }, "keywords": [ "react", "media-query", "responsive", "react-component" ], "author": "Kiran Abburi", "license": "MIT", "bugs": { "url": "https://github.com/akiran/react-responsive-mixin/issues" }, "homepage": "https://github.com/akiran/react-responsive-mixin", "dependencies": { "can-use-dom": "^0.1.0", "enquire.js": "^2.1.1", "json2mq": "^0.2.0" }, "devDependencies": { "autoprefixer": "^5.0.0", "gulp": "^3.8.10", "gulp-ruby-sass": "^0.7.1", "highlight.js": "^8.4.0", "highlightjs-themes": "git+https://github.com/akiran/highlightjs-themes", "html-loader": "^0.2.3", "jsx-loader": "^0.12.2", "markdown-loader": "^0.1.2", "react": "^0.12.2", "react-highlight": "^0.3.0", "webpack": "^1.4.15", "webpack-dev-server": "^1.7.0" } }