summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/package.json b/package.json
index f5251fc..0d10c4d 100644
--- a/package.json
+++ b/package.json
@@ -27,6 +27,9 @@
27 "babel-eslint": "^10.1.0", 27 "babel-eslint": "^10.1.0",
28 "eslint": "^6.7.2", 28 "eslint": "^6.7.2",
29 "eslint-plugin-vue": "^6.2.2", 29 "eslint-plugin-vue": "^6.2.2",
30 "vue-template-compiler": "^2.6.11" 30 "vue-template-compiler": "^2.6.11",
31 "tailwindcss": "^1.8.10",
32 "postcss-cli": "^7.1.0",
33 "autoprefixer": "^9.7.5"
31 } 34 }
32} 35}