|
|
@ -5,25 +5,9 @@ |
|
|
|
"private": true, |
|
|
|
"license": "MIT", |
|
|
|
"scripts": { |
|
|
|
"install": "cp node_modules/jquery/dist/jquery.min.js node_modules/bootstrap/dist/js/bootstrap.min.js node_modules/datatables/media/js/jquery.dataTables.min.js node_modules/treant-js/Treant.js node_modules/treant-js/vendor/raphael.js public/js/ && cp node_modules/bootstrap/dist/css/bootstrap.min.css* node_modules/datatables/media/css/jquery.dataTables.min.css node_modules/treant-js/Treant.css public/css/ && cp -r node_modules/datatables/media/images/ public/" |
|
|
|
"install": "cp node_modules/jquery/dist/jquery.min.js node_modules/bootstrap/dist/js/bootstrap.min.js node_modules/datatables/media/js/jquery.dataTables.min.js public/js/ && cp node_modules/bootstrap/dist/css/bootstrap.min.css* node_modules/datatables/media/css/jquery.dataTables.min.css public/css/ && cp -r node_modules/datatables/media/images/ public/" |
|
|
|
}, |
|
|
|
"dependencies": { |
|
|
|
<<<<<<< HEAD |
|
|
|
"body-parser": "^1.19.0", |
|
|
|
"bootstrap": "^4.4.1", |
|
|
|
"compression": "^1.7.4", |
|
|
|
"cookie-parser": "^1.4.4", |
|
|
|
"datatables": "^1.10.18", |
|
|
|
"express": "^4.17.1", |
|
|
|
"helmet": "^3.21.2", |
|
|
|
"jquery": "^3.4.1", |
|
|
|
"method-override": "^2.3.10", |
|
|
|
"mongoose": "*", |
|
|
|
"morgan": "^1.9.1", |
|
|
|
"popper.js": "^1.16.0", |
|
|
|
"request": "^2.88.2", |
|
|
|
"serve-favicon": "^2.5.0" |
|
|
|
======= |
|
|
|
"body-parser": "*", |
|
|
|
"bootstrap": "*", |
|
|
|
"compression": "*", |
|
|
@ -44,6 +28,5 @@ |
|
|
|
"request": "*", |
|
|
|
"rotating-file-stream": "^1.4.6", |
|
|
|
"serve-favicon": "*" |
|
|
|
>>>>>>> d64f7d2a7f505b161de3c0ef05fc9e74e59d978c |
|
|
|
} |
|
|
|
} |