{
  "name": "@gridea/theme",
  "version": "1.0.8",
  "description": "",
  "main": "index.js",
  "scripts": {
    "dev": "../../node_modules/.bin/gulp",
    "serve": "../../node_modules/.bin/gulp serve",
    "serve2": "nodemon --watch views --watch assets -e js,hbs,less,css app.js",
    "watch": "postcss css/tailwind.css -o assets/styles/main.less --watch",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "EryouHao <eryouhao@gmail.com>",
  "license": "ISC",
  "dependencies": {
    "@fullhuman/postcss-purgecss": "^3.0.0",
    "autoprefixer": "^9.6.1",
    "cssnano": "^4.1.10",
    "ejs": "^2.6.1",
    "express": "^4.16.4",
    "postcss-import": "^12.0.1",
    "tailwindcss": "^1.4.6"
  },
  "devDependencies": {
    "axios": "^0.18.0",
    "browser-sync": "^2.26.3",
    "gulp": "^4.0.0",
    "gulp-less": "^4.0.1",
    "gulp-nodemon": "^2.4.2",
    "gulp-postcss": "^8.0.0",
    "gulp-rename": "^2.0.0",
    "gulp-watch": "^5.0.1",
    "moment": "^2.24.0",
    "nodemon": "^1.18.11",
    "postcss-cli": "^6.1.3",
    "pump": "^3.0.0"
  },
  "nodemonConfig": {
    "ignore": [
      "test/*",
      "docs/*"
    ],
    "delay": "2500"
  }
}
