aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json24
1 files changed, 20 insertions, 4 deletions
diff --git a/package.json b/package.json
index 8b1de07..7500fcf 100644
--- a/package.json
+++ b/package.json
@@ -6,17 +6,33 @@
"license": "GPL-3.0",
"private": false,
"scripts": {
- "dev": "nuxt --hostname 0.0.0.0 --port 4000"
+ "dev": "nuxt --hostname 0.0.0.0 --port 4000",
+ "build": "nuxt build",
+ "start": "nuxt start",
+ "generate": "nuxt generate",
+ "lint": "eslint --ext .js,.vue --ignore-path .gitignore ."
},
"dependencies": {
- "bootstrap": "^4.4.1",
- "bootstrap-vue": "^2.12.0",
+ "node-sass": "^4.13.1",
"nuxt": "^2.12.2",
+ "@nuxtjs/pwa": "^3.0.0-0",
"nuxt-mobile": "^1.0.1",
- "prettier": "^2.0.5"
+ "prettier": "^2.0.5",
+ "vuetify": "^2.2.23"
},
"devDependencies": {
+ "@nuxtjs/vuetify": "^1.11.0",
+ "@nuxtjs/eslint-config": "^2.0.0",
+ "@nuxtjs/eslint-module": "^1.0.0",
"eslint": "^6.8.0",
+ "babel-eslint": "^10.0.1",
+ "eslint-config-standard": "^14.1.1",
+ "eslint-plugin-import": "^2.20.2",
+ "eslint-plugin-node": "^11.1.0",
+ "eslint-plugin-promise": "^4.2.1",
+ "eslint-plugin-standard": "^4.0.1",
+ "eslint-config-prettier": "^6.10.0",
+ "eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-vue": "^6.2.2"
}
}