mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 23:35:58 +00:00
I couldnt' get the local build to run with the alternative `nuxt.config.js`. So I'm building docker only now.
27 lines
861 B
JSON
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"
|
|
}
|
|
}
|