Cleaned packagacke.json
This commit is contained in:
parent
6de819b0b2
commit
91862f3947
|
|
@ -1,19 +1,16 @@
|
|||
{
|
||||
"name": "frontend",
|
||||
"version": "1.0.0",
|
||||
"description": "A Vue.js project",
|
||||
"author": "maersu <me@maersu.ch>",
|
||||
"description": "skillBox vue client",
|
||||
"author": "pawel / ramon",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"serve": "vue serve",
|
||||
"nux": "nuxt",
|
||||
"dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js",
|
||||
"build": "nuxt build",
|
||||
"start": "nuxt start",
|
||||
"heroku-postbuild": "npm run build"
|
||||
"start": "npm run dev",
|
||||
"lint": "eslint --ext .js,.vue src",
|
||||
"build": "node build/build.js",
|
||||
},
|
||||
"dependencies": {
|
||||
"@nuxtjs/apollo": "^4.0.0-rc1",
|
||||
"apollo-cache-inmemory": "^1.2.2",
|
||||
"apollo-client": "^2.3.2",
|
||||
"apollo-link-http": "^1.5.4",
|
||||
|
|
|
|||
Loading…
Reference in New Issue