Browse Source

add bootstrap bootstrap-icons

visuddhinanda 4 years ago
parent
commit
dd0f6b7a57
1 changed files with 4 additions and 2 deletions
  1. 4 2
      package.json

+ 4 - 2
package.json

@@ -2,16 +2,18 @@
 	"requires": true,
 	"lockfileVersion": 1,
 	"dependencies": {
+		"bootstrap": "^5.1.1",
+		"bootstrap-icons": "^1.5.0",
 		"diff": "^5.0.0",
 		"editor.md": "^1.5.0",
 		"fullcalendar": "^5.9.0",
 		"highcharts": "^9.2.2",
 		"jquery": "^3.6.0",
 		"jquery-ui": "^1.12.1",
+		"jquery.fancytree": "^2.38.0",
 		"marked": "^2.1.3",
 		"mermaid": "^8.12.0",
 		"tributejs": "^5.1.3",
-		"vue": "^3.2.8",
-		"jquery.fancytree": "^2.38.0"
+		"vue": "^3.2.8"
 	}
 }