summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorjdlugosz963 <jdlugosz963@gmail.com>2021-12-17 00:22:38 +0100
committerjdlugosz963 <jdlugosz963@gmail.com>2021-12-17 00:22:38 +0100
commitc6b4c6a90a3bb77add64994f51d3e2af790c8452 (patch)
treec4faaf7e4e48fa09b555c0f4ba50e204f73e8617 /package.json
parentcee635ff1db9ba7c9212547831287efe56c69a1f (diff)
downloadlom_frontend-c6b4c6a90a3bb77add64994f51d3e2af790c8452.tar.gz
lom_frontend-c6b4c6a90a3bb77add64994f51d3e2af790c8452.zip
make styles and add some features
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}