init commit, modify readme for better instalation
This source diff could not be displayed because it is too large. You can view the blob instead.
... | @@ -12,16 +12,20 @@ | ... | @@ -12,16 +12,20 @@ |
"devDependencies": { | "devDependencies": { | ||
"axios": "^0.18", | "axios": "^0.18", | ||
"bootstrap": "^4.0.0", | "bootstrap": "^4.0.0", | ||
"cross-env": "^5.1", | "cross-env": "^5.2.0", | ||
"jquery": "^3.2", | "jquery": "^3.2", | ||
"laravel-mix": "^2.0", | "laravel-mix": "^2.0", | ||
"lodash": "^4.17.4", | "lodash": "^4.17.4", | ||
"node-sass": "^4.11.0", | |||
"popper.js": "^1.12", | "popper.js": "^1.12", | ||
"vue": "^2.5.7" | "vue": "^2.5.7" | ||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"ajv": "^6.7.0", | |||
"bootstrap-material-datetimepicker": "^2.7.3", | "bootstrap-material-datetimepicker": "^2.7.3", | ||
"bootstrap-material-design": "^4.1.1", | "bootstrap-material-design": "^4.1.1", | ||
"material-design-icons": "^3.0.1" | "material-design-icons": "^3.0.1", | ||
"rxjs": "^5.0.1", | |||
"zone.js": "^0.7.2" | |||
} | } | ||
} | } |
Please register or sign in to comment