Minor presentation fixes for ordering, and npm updates
This commit is contained in:
23
package.json
23
package.json
@@ -12,34 +12,35 @@
|
||||
"stats": "node node_modules/cross-env/dist/bin/cross-env.js NODE_ENV=production node_modules/webpack/bin/webpack.js --config=node_modules/laravel-mix/setup/webpack.config.js --profile --json > stats.json"
|
||||
},
|
||||
"devDependencies": {
|
||||
"acacha-forms": "^1.0.8",
|
||||
"admin-lte": "^2.4.3",
|
||||
"acacha-forms": "^1.0.10",
|
||||
"admin-lte": "^2.4.8",
|
||||
"axios": "^0.8",
|
||||
"babel-eslint": "^7.1.1",
|
||||
"bootstrap-sass": "3.3.7",
|
||||
"cross-env": "^5.0.1",
|
||||
"cross-env": "^5.2.0",
|
||||
"eslint": "^3.14.1",
|
||||
"eslint-config-standard": "^6.2.1",
|
||||
"eslint-friendly-formatter": "^2.0.7",
|
||||
"eslint-loader": "^1.6.1",
|
||||
"eslint-plugin-html": "^2.0.0",
|
||||
"eslint-plugin-promise": "^3.4.0",
|
||||
"eslint-plugin-promise": "^3.8.0",
|
||||
"eslint-plugin-standard": "^2.0.1",
|
||||
"font-awesome": "^4.7.0",
|
||||
"icheck": "^1.0.2",
|
||||
"ionicons": "^3.0.0",
|
||||
"jquery": "^3.2",
|
||||
"laravel-mix": "^2.0",
|
||||
"less": "^3.0.1",
|
||||
"less": "^3.8.1",
|
||||
"less-loader": "^4.1.0",
|
||||
"lodash": "^4.17.4",
|
||||
"popper.js": "^1.12",
|
||||
"lodash": "^4.17.10",
|
||||
"popper.js": "^1.14.4",
|
||||
"toastr": "^2.1.4",
|
||||
"vue": "^2.5.7"
|
||||
"vue": "^2.5.17"
|
||||
},
|
||||
"dependencies": {
|
||||
"datatables.net": "^1.10.16",
|
||||
"datatables.net-dt": "^1.10.16",
|
||||
"npm": "^6.3.0"
|
||||
"datatables.net": "^1.10.19",
|
||||
"datatables.net-dt": "^1.10.19",
|
||||
"npm": "^6.3.0",
|
||||
"vue-template-compiler": "^2.5.17"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user