restore composer.json, add mysqli extension
This commit is contained in:
42
public/vendor/dashboard/package.json
vendored
Executable file
42
public/vendor/dashboard/package.json
vendored
Executable file
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"name": "vuesax-html-admin-dashboard-template",
|
||||
"version": "1.0.0",
|
||||
"description": "Vuesax admin is super flexible, powerful, clean & modern responsive bootstrap 4 HTML admin template with unlimited possibilities.",
|
||||
"author": "PIXINVENT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git@gitlab.com:pixinvent/vuesax-vuejs-admin-template.git"
|
||||
},
|
||||
"license": "Themeforest Standard Licenses",
|
||||
"private": true,
|
||||
"homepage": "https://pixinvent.com/demo/vuesax-html-admin-dashboard-template/html/ltr/vertical-menu-template/",
|
||||
"main": "gulpfile.js",
|
||||
"dependencies": {
|
||||
"async": "^2.5.0",
|
||||
"gulp-cli": "^2.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"gulp": "3.9.1",
|
||||
"gulp-util": "~3.0.8",
|
||||
"gulp-autoprefixer": "~6.0.0",
|
||||
"gulp-clean": "~0.4.0",
|
||||
"gulp-copy": "~4.0.1",
|
||||
"gulp-csscomb": "~3.0.8",
|
||||
"gulp-cssmin": "~0.2.0",
|
||||
"gulp-multistream": "~0.1.2",
|
||||
"gulp-notify": "~3.0.0",
|
||||
"gulp-plumber": "~1.1.0",
|
||||
"gulp-rename": "~1.2.2",
|
||||
"gulp-replace": "~1.0.0",
|
||||
"gulp-require-tasks": "~1.2.1",
|
||||
"gulp-sass": "~4.0.2",
|
||||
"gulp-sequence": "~1.0.0",
|
||||
"gulp-uglify": "~3.0.0",
|
||||
"gulp-watch": "~5.0.1",
|
||||
"merge-stream": "~1.0.1",
|
||||
"minimist": "~1.2.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user