mat.services/package.json

38 lines
1017 B
JSON
Raw Normal View History

2018-02-08 21:21:28 +00:00
{
2018-02-09 18:01:38 +00:00
"name": "mat.services",
2018-02-08 21:21:28 +00:00
"version": "1.0.0",
2018-02-09 18:01:38 +00:00
"description": "my personal website",
2018-02-08 21:21:28 +00:00
"author": "Matthew Ess <mess@yelp.com>",
"private": true,
"scripts": {
2018-02-09 18:01:38 +00:00
"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"
2018-02-08 21:21:28 +00:00
},
"dependencies": {
"bulma": "^0.6.2",
2018-02-09 18:45:18 +00:00
"nuxt": "^1.0.0"
2018-02-08 21:21:28 +00:00
},
"devDependencies": {
2018-02-08 23:02:36 +00:00
"babel-eslint": "^8.2.1",
2018-02-09 18:01:38 +00:00
"coffee-loader": "^0.9.0",
"coffeescript": "^2.2.1",
"eslint": "^4.17.0",
"eslint-config-airbnb-base": "^12.1.0",
2018-02-08 23:02:36 +00:00
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^1.7.1",
2018-02-09 18:01:38 +00:00
"eslint-plugin-import": "^2.8.0",
2018-02-08 21:21:28 +00:00
"eslint-plugin-vue": "^3.14.0",
2018-02-08 23:02:36 +00:00
"node-sass": "^4.7.2",
2018-02-09 18:01:38 +00:00
"pug": "2.0.0-beta6",
2018-02-08 21:21:28 +00:00
"pug-loader": "^2.3.0",
2018-02-09 18:45:18 +00:00
"push-dir": "^0.4.1",
"sass-loader": "^6.0.6",
"vue-markdown-loader": "^2.3.0"
2018-02-09 18:01:38 +00:00
}
2018-02-08 21:21:28 +00:00
}