{
  "name": "spas-store",
  "version": "0.1.0",
  "private": true,
    "files": [
      "*",
      "client",
      "config",
      "Controllers",
      "Models",
      "routes",
      "scripts",
      "seeders",
      "index.js",
      "README.md",
      "schema.sql"
    ],
  "dependencies": {
    "aos": "^2.2.0",
    "radium": "^0.24.0",
    "react": "^16.3.1",
    "react-bootstrap": "^0.32.1",
    "react-dom": "^16.3.1",
    "react-page-scroller": "^1.1.9",
    "react-router-dom": "^4.2.2",
    "react-scripts": "1.1.4"
  },
  "scripts": {
    "start": "react-scripts start",
    "build": "react-scripts build",
    "test": "react-scripts test --env=jsdom",
    "eject": "react-scripts eject"
  },
  "proxy": "http://localhost:3001"
}