divyanshu013/media

View on GitHub
examples/with-emotion/package.json

Summary

Maintainability
Test Coverage
{
  "name": "with-emotion",
  "version": "0.1.0",
  "private": true,
  "homepage": "https://divyanshu013.github.io/media",
  "dependencies": {
    "@divyanshu013/media": "^0.0.2",
    "emotion": "^9.2.6",
    "react": "^16.4.2",
    "react-dom": "^16.4.2",
    "react-emotion": "^9.2.6",
    "react-scripts": "1.1.4"
  },
  "scripts": {
    "start": "react-scripts start",
    "build": "react-scripts build",
    "predeploy": "npm run build",
    "deploy": "gh-pages -d build",
    "test": "react-scripts test --env=jsdom",
    "eject": "react-scripts eject"
  },
  "devDependencies": {
    "gh-pages": "^1.2.0"
  }
}