nav tabs on admin dashboard
This commit is contained in:
+33
-82
@@ -1,122 +1,73 @@
|
||||
{
|
||||
"_from": "schema-utils@^0.3.0",
|
||||
"_id": "schema-utils@0.3.0",
|
||||
"_from": "schema-utils@^0.4.5",
|
||||
"_id": "schema-utils@0.4.7",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-9YdyIs4+kx7a4DnxfrNxbnE3+M8=",
|
||||
"_integrity": "sha512-v/iwU6wvwGK8HbU9yi3/nhGzP0yGSuhQMzL6ySiec1FSrZZDkhm4noOSWzrNFo/jEc+SJY6jRTwuwbSXJPDUnQ==",
|
||||
"_location": "/schema-utils",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "schema-utils@^0.3.0",
|
||||
"raw": "schema-utils@^0.4.5",
|
||||
"name": "schema-utils",
|
||||
"escapedName": "schema-utils",
|
||||
"rawSpec": "^0.3.0",
|
||||
"rawSpec": "^0.4.5",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^0.3.0"
|
||||
"fetchSpec": "^0.4.5"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/extract-text-webpack-plugin",
|
||||
"/style-loader"
|
||||
"/extract-text-webpack-plugin"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-0.3.0.tgz",
|
||||
"_shasum": "f5877222ce3e931edae039f17eb3716e7137f8cf",
|
||||
"_spec": "schema-utils@^0.3.0",
|
||||
"_resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-0.4.7.tgz",
|
||||
"_shasum": "ba74f597d2be2ea880131746ee17d0a093c68187",
|
||||
"_spec": "schema-utils@^0.4.5",
|
||||
"_where": "C:\\xampp\\htdocs\\w4rpservices\\node_modules\\extract-text-webpack-plugin",
|
||||
"author": {
|
||||
"name": "Webpack Contrib",
|
||||
"name": "webpack Contrib",
|
||||
"url": "https://github.com/webpack-contrib"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/webpack-contrib/schema-utils/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Juho Vepsäläinen",
|
||||
"email": "@bebraw"
|
||||
},
|
||||
{
|
||||
"name": "Joshua Wiens",
|
||||
"email": "@d3viant0ne"
|
||||
},
|
||||
{
|
||||
"name": "Michael Ciniawsky",
|
||||
"email": "@michael-ciniawsky"
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"ajv": "^5.0.0"
|
||||
"ajv": "^6.1.0",
|
||||
"ajv-keywords": "^3.1.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Webpack Schema Validation Utilities",
|
||||
"description": "webpack Validation Utils",
|
||||
"devDependencies": {
|
||||
"babel-cli": "^6.24.1",
|
||||
"babel-jest": "^19.0.0",
|
||||
"babel-plugin-transform-object-rest-spread": "^6.23.0",
|
||||
"babel-polyfill": "^6.23.0",
|
||||
"babel-preset-env": "^1.4.0",
|
||||
"babel-preset-webpack": "^1.0.0",
|
||||
"codecov": "^2.0.1",
|
||||
"cross-env": "^4.0.0",
|
||||
"del-cli": "^0.2.1",
|
||||
"eslint": "^3.19.0",
|
||||
"eslint-config-webpack": "^1.2.1",
|
||||
"eslint-plugin-import": "^2.2.0",
|
||||
"jest": "^19.0.2",
|
||||
"lint-staged": "^3.4.0",
|
||||
"nsp": "^2.6.3",
|
||||
"pre-commit": "^1.2.2",
|
||||
"standard-version": "^4.0.0",
|
||||
"webpack-defaults": "^0.4.5"
|
||||
"@commitlint/cli": "^7.0.0",
|
||||
"@commitlint/config-conventional": "^7.0.0",
|
||||
"@webpack-contrib/eslint-config-webpack": "^2.0.0",
|
||||
"del-cli": "^1.0.0",
|
||||
"eslint": "^5.0.0",
|
||||
"eslint-plugin-import": "^2.0.0",
|
||||
"eslint-plugin-prettier": "^2.0.0",
|
||||
"jest": "^21.0.0",
|
||||
"prettier": "^1.0.0",
|
||||
"standard-version": "^4.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 4.3 < 5.0.0 || >= 5.10"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"extends": "webpack",
|
||||
"installedESLint": true
|
||||
"node": ">= 4"
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"homepage": "https://github.com/webpack-contrib/schema-utils#readme",
|
||||
"keywords": [
|
||||
"webpack",
|
||||
"plugin",
|
||||
"es2015"
|
||||
"src"
|
||||
],
|
||||
"homepage": "https://github.com/webpack-contrib/schema-utils",
|
||||
"license": "MIT",
|
||||
"lint-staged": {
|
||||
"*.js": [
|
||||
"eslint --fix",
|
||||
"git add"
|
||||
]
|
||||
},
|
||||
"main": "dist/cjs.js",
|
||||
"main": "src/index.js",
|
||||
"name": "schema-utils",
|
||||
"pre-commit": "lint-staged",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/webpack-contrib/schema-utils.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js'",
|
||||
"clean": "del-cli dist",
|
||||
"clean": "del-cli coverage",
|
||||
"commits": "commitlint --from $(git rev-list --tags --max-count=1)",
|
||||
"lint": "eslint --cache src test",
|
||||
"lint-staged": "lint-staged",
|
||||
"prebuild": "yarn run clean",
|
||||
"prepublish": "yarn run build",
|
||||
"release": "yarn run standard-version",
|
||||
"security": "nsp check",
|
||||
"start": "yarn run build -- -w",
|
||||
"test": "jest",
|
||||
"test:coverage": "jest --collectCoverageFrom='src/**/*.js' --coverage",
|
||||
"test:watch": "jest --watch",
|
||||
"travis:coverage": "yarn run test:coverage",
|
||||
"travis:lint": "yarn run lint && yarn run security",
|
||||
"travis:test": "yarn run test",
|
||||
"webpack-defaults": "webpack-defaults"
|
||||
"release": "npm run commits && standard-version",
|
||||
"test": "jest --env node --verbose --coverage"
|
||||
},
|
||||
"version": "0.3.0"
|
||||
"version": "0.4.7"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user