Fix build

This commit is contained in:
Ramon Wenger 2018-08-08 17:30:55 +02:00
parent 5faf3a2a8c
commit 773a907be3
2 changed files with 3162 additions and 3055 deletions

6204
client/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -6,9 +6,9 @@
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "nuxt --spa", "dev": "nuxt --spa",
"start": "npm run dev", "build": "nuxt build --spa",
"lint": "eslint --ext .js,.vue src", "start": "nuxt start --spa",
"build": "node build/build.js" "heroku-postbuild": "npm run build"
}, },
"dependencies": { "dependencies": {
"@nuxtjs/apollo": "^4.0.0-rc1", "@nuxtjs/apollo": "^4.0.0-rc1",
@ -48,7 +48,6 @@
"html-webpack-plugin": "^2.30.1", "html-webpack-plugin": "^2.30.1",
"lodash": "^4.17.10", "lodash": "^4.17.10",
"node-notifier": "^5.1.2", "node-notifier": "^5.1.2",
"node-sass": "^4.9.0",
"nuxt": "^1.4.2", "nuxt": "^1.4.2",
"optimize-css-assets-webpack-plugin": "^3.2.0", "optimize-css-assets-webpack-plugin": "^3.2.0",
"ora": "^1.2.0", "ora": "^1.2.0",
@ -57,7 +56,6 @@
"postcss-loader": "^2.0.8", "postcss-loader": "^2.0.8",
"postcss-url": "^7.2.1", "postcss-url": "^7.2.1",
"rimraf": "^2.6.0", "rimraf": "^2.6.0",
"sass-loader": "^7.0.3",
"semver": "^5.3.0", "semver": "^5.3.0",
"shelljs": "^0.7.6", "shelljs": "^0.7.6",
"uglifyjs-webpack-plugin": "^1.1.1", "uglifyjs-webpack-plugin": "^1.1.1",
@ -88,5 +86,8 @@
"last 2 versions", "last 2 versions",
"not ie <= 8" "not ie <= 8"
], ],
"devDependencies": {} "devDependencies": {
"node-sass": "^4.9.2",
"sass-loader": "^7.1.0"
}
} }