roschaefer d6b7374ddb Change strategy, only build docker image
I couldnt' get the local build to run with the alternative
`nuxt.config.js`. So I'm building docker only now.
2019-09-11 08:43:26 +02:00

27 lines
861 B
JSON

{
"name": "@human-connection/maintenance",
"version": "1.0.0",
"description": "Maintenance page for Human Connection",
"main": "index.js",
"repository": "https://github.com/Human-Connection/Human-Connection",
"author": "Robert Schäfer",
"license": "MIT",
"private": false,
"scripts": {
"dev": "yarn run nuxt -c nuxt.config.maintenance.js",
"build": "yarn run nuxt build -c nuxt.config.maintenance.js",
"start": "yarn run nuxt start -c nuxt.config.maintenance.js",
"generate": "yarn run nuxt generate -c nuxt.config.maintenance.js"
},
"devDependencies": {
"@human-connection/styleguide": "^0.5.21",
"@nuxtjs/style-resources": "^1.0.0",
"cookie-universal-nuxt": "^2.0.17",
"node-sass": "^4.12.0",
"nuxt": "^2.9.2",
"sass-loader": "^8.0.0",
"v-tooltip": "^2.0.2",
"vuex-i18n": "^1.13.1"
}
}