mat.services/package.json

37 lines
980 B
JSON

{
"name": "mat.services",
"version": "1.0.0",
"description": "my personal website",
"author": "Matthew Ess <mess@yelp.com>",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint",
"deploy": "push-dir --dir=dist --branch=gh-pages --cleanup"
},
"dependencies": {
"bulma": "^0.6.2",
"nuxt": "^1.0.0",
"push-dir": "^0.4.1"
},
"devDependencies": {
"babel-eslint": "^8.2.1",
"coffee-loader": "^0.9.0",
"coffeescript": "^2.2.1",
"eslint": "^4.17.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^1.7.1",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-vue": "^3.14.0",
"node-sass": "^4.7.2",
"pug": "2.0.0-beta6",
"pug-loader": "^2.3.0",
"sass-loader": "^6.0.6"
}
}