{ "private": true, "scripts": { "test": "NODE_ENV=test ./node_modules/karma/bin/karma start", "stylelint": "gulp lint:style", "stylelint-fix": "gulp lint:fix-style", "eslint": "gulp lint:script", "eslint-fix": "gulp lint:fix-script", "build": "NODE_ENV=production gulp build -p", "watch": "gulp watch" }, "eslintConfig": { "extends": "standard", "env": { "browser": true, "jquery": true }, "globals": {} }, "eslintIgnore": [ "jsdoc/", "markup/", "tests/", "slickgrid/", "**/*.min.js" ], "browserslist": [ "last 2 versions", "ie >= 9" ], "dependencies": { "@babel/polyfill": "^7.6.0", "axios": "^0.19.2", "babel-plugin-transform-builtin-extend": "^1.1.2", "babel-runtime": "^6.26.0", "blankshield": "^0.6.3", "bootstrap": "^3.4.1", "cropperjs": "^1.5.6", "gulp-rename": "^1.4.0", "jquery": "^3.4.1", "jquery-migrate": "1.4.0", "jquery-ui": "^1.12.1", "make-error": "^1.3.6", "minimist": "^1.2.5", "moment": "^2.24.0", "nestedSortable": "^1.3.4", "normalize.css": "^4.2.0", "qs": "^6.9.3", "urijs": "^1.19.2", "vue": "^2.6.11", "vuejs-paginate": "^2.1.0", "vuex": "^3.1.3" }, "devDependencies": { "@babel/core": "^7.9.0", "@babel/plugin-proposal-class-properties": "^7.8.3", "@babel/plugin-transform-runtime": "^7.9.0", "@babel/preset-env": "^7.9.5", "@babel/register": "^7.9.0", "@babel/runtime": "^7.9.2", "@babel/runtime-corejs3": "^7.9.2", "babel-loader": "^8.1.0", "bootstrap-sass": "^3.4.1", "chai": "^4.2.0", "copy-webpack-plugin": "^5.1.1", "core-js": "^3.6.5", "css-loader": "^3.5.1", "docdash": "^1.2.0", "eslint": "^5.16.0", "eslint-config-standard": "^12.0.0", "eslint-plugin-import": "^2.17.3", "eslint-plugin-node": "^9.1.0", "eslint-plugin-promise": "^4.1.1", "eslint-plugin-standard": "^4.0.0", "expose-loader": "^0.7.5", "filesize": "^4.1.2", "gulp": "^4.0.2", "gulp-autoprefixer": "^6.1.0", "gulp-babel": "^8.0.0", "gulp-clean": "^0.4.0", "gulp-eslint": "^5.0.0", "gulp-if": "^2.0.2", "gulp-jsdoc3": "^2.0.0", "gulp-load-plugins": "^1.6.0", "gulp-plumber": "^1.2.1", "gulp-posthtml": "^3.0.4", "gulp-sass": "^4.0.2", "gulp-sourcemaps": "^2.6.5", "gulp-stylelint": "^9.0.0", "jsdoc": "^3.6.4", "jsdom": "^15.1.1", "karma": "^4.1.0", "karma-coverage": "^1.1.2", "karma-coverage-istanbul-reporter": "^2.1.1", "karma-jquery": "^0.2.4", "karma-jsdom-launcher": "^7.1.1", "karma-mocha": "^1.3.0", "karma-mocha-reporter": "^2.2.5", "karma-webpack": "^4.0.2", "mocha": "^6.1.4", "moxios": "^0.4.0", "node-sass": "^4.13.1", "path": "^0.12.7", "posthtml": "^0.12.0", "posthtml-extend": "^0.3.0", "posthtml-include": "^1.4.1", "sass-loader": "^7.1.0", "sinon": "^7.3.2", "style-loader": "^0.23.1", "stylelint": "^10.1.0", "stylelint-config-recommended-scss": "^3.3.0", "stylelint-config-standard": "^18.3.0", "stylelint-scss": "^3.16.1", "vue-loader": "^15.9.1", "vue-router": "^3.1.6", "vue-template-compiler": "^2.6.11", "webpack": "^4.42.1", "webpack-cli": "^3.3.11", "webpack-stream": "^5.2.1" }, "optionalDependencies": { "karma-chrome-launcher": "^2.2.0", "karma-detect-browsers": "^2.3.3" } }