{ "name": "awesome-cheatsheets", "version": "1.0.0", "description": "Awesome cheatsheets for popular programming languages, frameworks and development tools. They include everything you should know in one single file.", "author": "Julien ", "private": true, "scripts": { "dev": "PORT=2018 nuxt", "build": "NODE_ENV=production nuxt build", "start": "nuxt start", "generate": "NODE_ENV=production nuxt generate", "lint": "eslint --ext .js,.vue --ignore-path .gitignore .", "precommit": "npm run lint", "deploy": "push-dir --dir=dist --branch=gh-pages --cleanup" }, "dependencies": { "@nuxtjs/google-analytics": "^2.0.2", "lodash": "^4.17.10", "normalize.css": "^8.0.0", "nuxt": "^1.0.0" }, "devDependencies": { "autoprefixer": "^9.1.5", "babel-eslint": "^8.2.1", "eslint": "^4.15.0", "eslint-friendly-formatter": "^3.0.0", "eslint-loader": "^1.7.1", "eslint-plugin-vue": "^4.0.0", "node-sass": "^4.9.3", "nuxt-sass-resources-loader": "^2.0.5", "pug": "^2.0.3", "pug-plain-loader": "^1.0.0", "push-dir": "^0.4.1", "sass-loader": "^7.1.0" } }