1
0
Fork 0
mirror of https://github.com/em-squared/5e-drs.git synced 2025-10-29 12:44:20 +00:00

search autocomplete

This commit is contained in:
Maxime Moraine 2020-03-28 10:42:54 +01:00
parent d47ad5e88d
commit eccc40a123
15 changed files with 1094 additions and 9924 deletions

View file

@ -9,8 +9,14 @@
"docs:build": "vuepress build docs"
},
"dependencies": {
"@mdi/font": "^5.0.45",
"@vuepress/plugin-blog": "^1.9.2",
"flexsearch": "nextapps-de/flexsearch",
"node-sass": "^4.13.1",
"sass-loader": "^8.0.2",
"vuepress": "^1.4.0",
"vuepress-plugin-clean-urls": "^1.1.1"
"vuepress-plugin-clean-urls": "^1.1.1",
"vuetify": "^2.2.19",
"vuex": "^3.1.3"
}
}