{
  "name": "cms-zero",
  "version": "0.0.1",
  "description": "Content Management System - Zero",
  "author": {
    "name": "JM Giorgi",
    "email": "jmgiorgi@gmail.com"
  },
  "main": "index.js",
  "license": "MIT",
  "dependencies": {
    "@u-wave/react-vimeo": "^0.6.0",
    "express": "^4.16.4",
    "next": "^7.0.2",
    "next-routes": "^1.4.2",
    "raw-loader": "^1.0.0",
    "react": "16.7.0-alpha.2",
    "react-dom": "16.7.0-alpha.2",
    "react-markdown": "^4.0.4",
    "styled-components": "^4.1.2"
  },
  "scripts": {
    "dev": "yarn watch & node server.js",
    "build": "next build",
    "start": "NODE_ENV=production node server.js",
    "deploy": "now && now alias",
    "watch": "node ./scripts/make.js",
    "pub": "npm publish --scope tgds  --access public",
    "update": "npm-check -u ; rm package-lock.json ; npm install"
  },
  "devDependencies": {
    "babel-plugin-styled-components": "^1.9.2",
    "chalk": "^2.4.1",
    "chokidar": "^2.0.4",
    "front-matter": "^3.0.1"
  }
}
