Cleaned packagacke.json

This commit is contained in:
Pawel Kowalski 2018-08-09 14:29:54 +02:00
parent 6de819b0b2
commit 91862f3947
1 changed files with 5 additions and 8 deletions

View File

@ -1,19 +1,16 @@
{ {
"name": "frontend", "name": "frontend",
"version": "1.0.0", "version": "1.0.0",
"description": "A Vue.js project", "description": "skillBox vue client",
"author": "maersu <me@maersu.ch>", "author": "pawel / ramon",
"private": true, "private": true,
"scripts": { "scripts": {
"serve": "vue serve",
"nux": "nuxt",
"dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js", "dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js",
"build": "nuxt build", "start": "npm run dev",
"start": "nuxt start", "lint": "eslint --ext .js,.vue src",
"heroku-postbuild": "npm run build" "build": "node build/build.js",
}, },
"dependencies": { "dependencies": {
"@nuxtjs/apollo": "^4.0.0-rc1",
"apollo-cache-inmemory": "^1.2.2", "apollo-cache-inmemory": "^1.2.2",
"apollo-client": "^2.3.2", "apollo-client": "^2.3.2",
"apollo-link-http": "^1.5.4", "apollo-link-http": "^1.5.4",