Commit 200a69da authored by Sebastien Chopin's avatar Sebastien Chopin

Fix build

parent 8427ed44
......@@ -17,8 +17,8 @@
"private": true,
"scripts": {
"dev": "nuxt dev",
"start": "nuxt start",
"build": "nuxt build"
"build": "nuxt build",
"start": "nuxt start"
},
"engines": {
"node": ">=8.0"
......@@ -26,11 +26,10 @@
"dependencies": {
"@nuxtjs/component-cache": "^1.0.0",
"@nuxtjs/pwa": "latest",
"nuxt-start": "^1.0.0-rc5"
"nuxt": "^1.0.0-rc5"
},
"devDependencies": {
"firebase": "^4.3.0",
"nuxt": "^1.0.0-rc5",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1",
"vuex-router-sync": "^4.2.0"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment