1
0
mirror of https://github.com/stisla/stisla.git synced 2025-08-31 20:02:00 +02:00

Added gitignore and package json

This commit is contained in:
Iqbal
2019-02-11 10:06:42 +07:00
committed by GitHub
parent ed51c793f2
commit add55203c9

40
package.json Normal file
View File

@@ -0,0 +1,40 @@
{
"name": "4.Stisla",
"version": "1.0.0",
"description": "Stisla : Free Bootstrap Admin Template",
"main": "index.js",
"repository": "https://github.com/iqbalaqaba/stisla.git",
"author": "Iqbal <hello@iqbaldesignui.com>",
"license": "MIT",
"dependencies": {
"bootstrap": "^4.2.1",
"bootstrap-colorpicker": "^3.0.3",
"bootstrap-daterangepicker": "^3.0.3",
"bootstrap-social": "^5.1.1",
"bootstrap-tagsinput": "^0.7.1",
"bootstrap-timepicker": "^0.5.2",
"cleave.js": "^1.4.7",
"codemirror": "^5.43.0",
"datatables": "^1.10.18",
"dropzone": "^5.5.1",
"flag-icon-css": "^3.2.1",
"fullcalendar": "^3.10.0",
"ionicons": "^4.5.5",
"izitoast": "^1.4.0",
"jquery": "^3.3.1",
"jquery-selectric": "^0.1.3",
"jquery-ui": "^1.12.1",
"jquery.nicescroll": "^3.7.6",
"moment": "^2.24.0",
"nicescroll": "^3.7.4",
"owl.carousel": "^2.3.4",
"perfect-scrollbar": "^1.4.0",
"popper.js": "^1.14.7",
"prism": "^4.1.2",
"select2": "^4.0.6-rc.1",
"simple-weather": "^1.2.2",
"summernote": "^0.8.11",
"sweetalert": "^2.1.2",
"weathericons": "^2.1.0"
}
}