{
  "name": "react-animated-stars",
  "version": "0.1.2",
  "description": "React Animated Stars Background, simple to use 🚀",
  "main": "./lib/GalaxyBackground.js",
  "types": "./lib/GalaxyBackground.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Thomas-Berton/react-animated-stars.git"
  },
  "keywords": [
    "stars",
    "galaxy",
    "background",
    "animated",
    "animation",
    "live",
    "wallpaper",
    "space",
    "sci-fi",
    "react"
  ],
  "license": "MIT",
  "scripts": {
    "build": "webpack"
  },
  "author": "Thomas Berton",
  "bugs": {
    "url": "https://github.com/Thomas-Berton/react-animated-stars/issues"
  },
  "homepage": "https://github.com/Thomas-Berton/react-animated-stars#readme",
  "peerDependencies": {
    "prop-types": "^15.6.0",
    "react": "^16.0.0",
    "react-dom": "^16.0.0"
  },
  "eslintConfig": {
    "extends": [
      "react-app",
      "react-app/jest"
    ]
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "devDependencies": {
    "babel-core": "^6.26.3",
    "babel-loader": "^7.1.5",
    "babel-preset-env": "^1.6.1",
    "babel-preset-react": "^6.16.0",
    "babel-preset-stage-0": "^6.24.1",
    "css-loader": "^3.5.1",
    "path": "^0.12.7",
    "prop-types": "^15.6.0",
    "react": "^16.14.0",
    "react-dom": "^16.0.0",
    "style-loader": "^1.1.3",
    "webpack": "^4.46.0",
    "webpack-cli": "^3.3.12"
  },
  "dependencies": {
    "@babel/core": "^7.19.1",
    "@babel/preset-env": "^7.19.1",
    "@babel/preset-react": "^7.18.6",
    "@babel/preset-stage-0": "^7.8.3",
    "@material-ui/core": "^4.12.4"
  }
}
