nav tabs on admin dashboard
This commit is contained in:
95
node_modules/extract-text-webpack-plugin/package.json
generated
vendored
95
node_modules/extract-text-webpack-plugin/package.json
generated
vendored
@@ -1,26 +1,26 @@
|
||||
{
|
||||
"_from": "extract-text-webpack-plugin@^3.0.2",
|
||||
"_id": "extract-text-webpack-plugin@3.0.2",
|
||||
"_from": "extract-text-webpack-plugin@v4.0.0-beta.0",
|
||||
"_id": "extract-text-webpack-plugin@4.0.0-beta.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-bt/LZ4m5Rqt/Crl2HiKuAl/oqg0psx1tsTLkvWbJen1CtD+fftkZhMaQ9HOtY2gWsl2Wq+sABmMVi9z3DhKWQQ==",
|
||||
"_integrity": "sha512-Hypkn9jUTnFr0DpekNam53X47tXn3ucY08BQumv7kdGgeVUBLq3DJHJTi6HNxv4jl9W+Skxjz9+RnK0sJyqqjA==",
|
||||
"_location": "/extract-text-webpack-plugin",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "extract-text-webpack-plugin@^3.0.2",
|
||||
"raw": "extract-text-webpack-plugin@v4.0.0-beta.0",
|
||||
"name": "extract-text-webpack-plugin",
|
||||
"escapedName": "extract-text-webpack-plugin",
|
||||
"rawSpec": "^3.0.2",
|
||||
"rawSpec": "v4.0.0-beta.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^3.0.2"
|
||||
"fetchSpec": "v4.0.0-beta.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/laravel-mix"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/extract-text-webpack-plugin/-/extract-text-webpack-plugin-3.0.2.tgz",
|
||||
"_shasum": "5f043eaa02f9750a9258b78c0a6e0dc1408fb2f7",
|
||||
"_spec": "extract-text-webpack-plugin@^3.0.2",
|
||||
"_resolved": "https://registry.npmjs.org/extract-text-webpack-plugin/-/extract-text-webpack-plugin-4.0.0-beta.0.tgz",
|
||||
"_shasum": "f7361d7ff430b42961f8d1321ba8c1757b5d4c42",
|
||||
"_spec": "extract-text-webpack-plugin@v4.0.0-beta.0",
|
||||
"_where": "C:\\xampp\\htdocs\\w4rpservices\\node_modules\\laravel-mix",
|
||||
"author": {
|
||||
"name": "Tobias Koppers @sokra"
|
||||
@@ -32,42 +32,52 @@
|
||||
"dependencies": {
|
||||
"async": "^2.4.1",
|
||||
"loader-utils": "^1.1.0",
|
||||
"schema-utils": "^0.3.0",
|
||||
"webpack-sources": "^1.0.1"
|
||||
"schema-utils": "^0.4.5",
|
||||
"webpack-sources": "^1.1.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Extract text from bundle into a file.",
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "^5.2.8",
|
||||
"@commitlint/config-angular": "^5.1.1",
|
||||
"@webpack-contrib/eslint-config-webpack": "^2.0.2",
|
||||
"babel-cli": "^6.26.0",
|
||||
"babel-jest": "^21.2.0",
|
||||
"babel-jest": "^22.2.2",
|
||||
"babel-plugin-transform-object-rest-spread": "^6.26.0",
|
||||
"babel-polyfill": "^6.26.0",
|
||||
"babel-preset-env": "^1.6.1",
|
||||
"cross-env": "^5.1.0",
|
||||
"css-loader": "^0.28.7",
|
||||
"conventional-github-releaser": "^2.0.0",
|
||||
"cross-env": "^5.1.3",
|
||||
"css-loader": "^0.28.9",
|
||||
"del": "^3.0.0",
|
||||
"del-cli": "^1.1.0",
|
||||
"eslint": "^4.9.0",
|
||||
"eslint-config-webpack": "^1.2.5",
|
||||
"eslint": "^4.17.0",
|
||||
"eslint-plugin-import": "^2.8.0",
|
||||
"file-loader": "^1.1.5",
|
||||
"jest": "^21.2.1",
|
||||
"lint-staged": "^4.3.0",
|
||||
"nsp": "^2.8.1",
|
||||
"eslint-plugin-prettier": "^2.6.0",
|
||||
"file-loader": "^1.1.6",
|
||||
"husky": "^0.14.3",
|
||||
"jest": "^22.3.0",
|
||||
"lint-staged": "^6.1.0",
|
||||
"memory-fs": "^0.4.1",
|
||||
"nsp": "^3.1.0",
|
||||
"pre-commit": "^1.2.2",
|
||||
"prettier": "^1.10.2",
|
||||
"raw-loader": "^0.5.1",
|
||||
"standard-version": "^4.2.0",
|
||||
"style-loader": "^0.19.0",
|
||||
"webpack": "^3.8.1",
|
||||
"webpack-defaults": "^1.6.0"
|
||||
"standard-version": "^4.3.0",
|
||||
"style-loader": "^0.19.1",
|
||||
"webpack": "^4.0.0",
|
||||
"webpack-defaults": "^2.0.0-rc.4"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 4.8 < 5.0.0 || >= 5.10"
|
||||
"node": ">= 6.9.0 || >= 8.9.0"
|
||||
},
|
||||
"files": [
|
||||
"dist",
|
||||
"schema"
|
||||
"dist"
|
||||
],
|
||||
"homepage": "http://github.com/webpack-contrib/extract-text-webpack-plugin",
|
||||
"homepage": "https://github.com/webpack-contrib/extract-text-webpack-plugin",
|
||||
"jest": {
|
||||
"testEnvironment": "node"
|
||||
},
|
||||
"license": "MIT",
|
||||
"lint-staged": {
|
||||
"*.js": [
|
||||
@@ -78,32 +88,35 @@
|
||||
"main": "dist/cjs.js",
|
||||
"name": "extract-text-webpack-plugin",
|
||||
"peerDependencies": {
|
||||
"webpack": "^3.1.0"
|
||||
"webpack": "^3.0.0 || ^4.0.0"
|
||||
},
|
||||
"pre-commit": "lint-staged",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+ssh://git@github.com/webpack-contrib/extract-text-webpack-plugin.git"
|
||||
"url": "git+https://github.com/webpack-contrib/extract-text-webpack-plugin.git"
|
||||
},
|
||||
"scripts": {
|
||||
"appveyor:test": "npm run test",
|
||||
"build": "cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js'",
|
||||
"build:example": "(cd example && webpack)",
|
||||
"build": "cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js' --copy-files",
|
||||
"ci:coverage": "npm run test:coverage -- --runInBand",
|
||||
"ci:lint": "npm run lint && npm run security",
|
||||
"ci:lint:commits": "commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}",
|
||||
"ci:test": "npm run test -- --runInBand",
|
||||
"clean": "del-cli dist",
|
||||
"commitlint": "commitlint",
|
||||
"commitmsg": "commitlint -e $GIT_PARAMS",
|
||||
"defaults": "webpack-defaults",
|
||||
"lint": "eslint --cache src test",
|
||||
"lint-staged": "lint-staged",
|
||||
"prebuild": "npm run clean",
|
||||
"prepublish": "npm run build",
|
||||
"prepare": "npm run build",
|
||||
"release": "standard-version",
|
||||
"release:ci": "conventional-github-releaser -p angular",
|
||||
"release:validate": "commitlint --from=$(git describe --tags --abbrev=0) --to=$(git rev-parse HEAD)",
|
||||
"security": "nsp check",
|
||||
"start": "npm run build -- -w",
|
||||
"test": "jest",
|
||||
"test:coverage": "jest --collectCoverageFrom='src/**/*.js' --coverage",
|
||||
"test:watch": "jest --watch",
|
||||
"travis:coverage": "npm run test:coverage -- --runInBand",
|
||||
"travis:lint": "npm run lint && npm run security",
|
||||
"travis:test": "npm run test -- --runInBand",
|
||||
"webpack-defaults": "webpack-defaults"
|
||||
"test:watch": "jest --watch"
|
||||
},
|
||||
"version": "3.0.2"
|
||||
"version": "4.0.0-beta.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user