nav tabs on admin dashboard

This commit is contained in:
2019-03-07 00:20:34 -06:00
parent f73d6ae228
commit e4f473f376
11661 changed files with 216240 additions and 1544253 deletions

View File

@@ -1,10 +1,12 @@
{
"_from": "loader-utils@^1.0.2",
"_id": "loader-utils@1.1.0",
"_id": "loader-utils@1.2.3",
"_inBundle": false,
"_integrity": "sha1-yYrvSIvM7aL/teLeZG1qdUQp9c0=",
"_integrity": "sha512-fkpz8ejdnEMG3s37wGL07iSBDg99O9D5yflE9RGNH3hRdx9SOwYfnGYdZOUIZitN8E+E2vkq3MUMYMvPYl5ZZA==",
"_location": "/loader-utils",
"_phantomChildren": {},
"_phantomChildren": {
"minimist": "1.2.0"
},
"_requested": {
"type": "range",
"registry": true,
@@ -16,7 +18,6 @@
"fetchSpec": "^1.0.2"
},
"_requiredBy": [
"/adjust-sourcemap-loader",
"/babel-loader",
"/css-loader",
"/extract-text-webpack-plugin",
@@ -24,15 +25,14 @@
"/html-loader",
"/img-loader",
"/postcss-loader",
"/resolve-url-loader",
"/sass-loader",
"/style-loader",
"/vue-loader",
"/vue-style-loader",
"/webpack"
"/webpack",
"/webpack-cli"
],
"_resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.1.0.tgz",
"_shasum": "c98aef488bcceda2ffb5e2de646d6a754429f5cd",
"_resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.2.3.tgz",
"_shasum": "1ff5dc6911c9f0a062531a4c04b609406108c2c7",
"_spec": "loader-utils@^1.0.2",
"_where": "C:\\xampp\\htdocs\\w4rpservices\\node_modules\\babel-loader",
"author": {
@@ -43,18 +43,19 @@
},
"bundleDependencies": false,
"dependencies": {
"big.js": "^3.1.3",
"big.js": "^5.2.2",
"emojis-list": "^2.0.0",
"json5": "^0.5.0"
"json5": "^1.0.1"
},
"deprecated": false,
"description": "utils for webpack loaders",
"devDependencies": {
"coveralls": "^2.11.2",
"eslint": "^3.15.0",
"eslint-plugin-node": "^4.0.1",
"istanbul": "^0.3.14",
"mocha": "^1.21.4",
"coveralls": "^3.0.2",
"eslint": "^5.11.0",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-prettier": "^3.0.0",
"jest": "^21.2.1",
"prettier": "^1.15.3",
"standard-version": "^4.0.0"
},
"engines": {
@@ -72,12 +73,11 @@
"url": "git+https://github.com/webpack/loader-utils.git"
},
"scripts": {
"cover": "istanbul cover -x *.runtime.js node_modules/mocha/bin/_mocha",
"lint": "eslint lib test",
"posttest": "npm run lint",
"release": "npm test && standard-version",
"test": "mocha",
"travis": "npm run cover -- --report lcovonly"
"pretest": "yarn lint",
"release": "yarn test && standard-version",
"test": "jest",
"test:ci": "jest --coverage"
},
"version": "1.1.0"
"version": "1.2.3"
}