mirror of
https://github.com/stisla/stisla.git
synced 2025-09-09 07:31:01 +02:00
70 lines
2.4 KiB
JSON
70 lines
2.4 KiB
JSON
{
|
|
"name": "stisla",
|
|
"version": "3.0.0",
|
|
"description": "Bootstrap 4 UI Kit",
|
|
"main": "index.js",
|
|
"author": "Nauval",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"browser-sync": "^2.26.7",
|
|
"browser-sync-webpack-plugin": "2.0.1",
|
|
"cross-env": "^7.0.2",
|
|
"laravel-mix": "^5.0.4",
|
|
"laravel-mix-nunjucks": "^0.2.0",
|
|
"mix-html-builder": "^0.5.0",
|
|
"posthtml-expressions": "^1.3.0",
|
|
"resolve-url-loader": "3.1.0",
|
|
"sass": "^1.26.3",
|
|
"sass-loader": "8.*",
|
|
"vue-template-compiler": "^2.6.11"
|
|
},
|
|
"scripts": {
|
|
"dev": "yarn development",
|
|
"development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
|
|
"watch": "yarn development -- --watch",
|
|
"hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
|
|
"prod": "yarn production",
|
|
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
|
|
},
|
|
"dependencies": {
|
|
"bootstrap": "^4.4.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",
|
|
"chart.js": "^2.7.3",
|
|
"chocolat": "^0.4.21",
|
|
"cleave.js": "^1.4.7",
|
|
"codemirror": "^5.43.0",
|
|
"datatables": "^1.10.18",
|
|
"datatables.net-responsive-bs4": "^2.2.3",
|
|
"datatables.net-select-bs4": "^1.2.7",
|
|
"dropzone": "^5.5.1",
|
|
"flag-icon-css": "^3.2.1",
|
|
"fullcalendar": "^3.10.0",
|
|
"gmaps": "^0.4.24",
|
|
"ionicons201": "1.0.0",
|
|
"izitoast": "^1.4.0",
|
|
"jquery": "^3.4.1",
|
|
"jquery-pwstrength": "https://github.com/matoilic/jquery.pwstrength",
|
|
"jquery-sparkline": "^2.4.0",
|
|
"jquery-ui-dist": "^1.12.1",
|
|
"jquery.nicescroll": "^3.7.6",
|
|
"jquery_upload_preview": "https://github.com/opoloo/jquery_upload_preview",
|
|
"jqvmap": "https://github.com/10bestdesign/jqvmap",
|
|
"moment": "^2.24.0",
|
|
"nicescroll": "^3.7.4",
|
|
"owl.carousel": "^2.3.4",
|
|
"perfect-scrollbar": "^1.4.0",
|
|
"popper": "^1.0.1",
|
|
"prismjs": "^1.15.0",
|
|
"select2": "^4.0.6-rc.1",
|
|
"selectric": "^1.13.0",
|
|
"simpleweather": "^3.1.0",
|
|
"sticky-kit": "^1.1.3",
|
|
"summernote": "^0.8.11",
|
|
"sweetalert": "^2.1.2"
|
|
}
|
|
}
|