83 lines
3.0 KiB
JSON
83 lines
3.0 KiB
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "yarn run development",
|
|
"development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
|
|
"watch": "yarn run development --watch",
|
|
"watch-poll": "yarn run watch --watch-poll",
|
|
"hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
|
|
"prod": "yarn run production",
|
|
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
|
|
"e2e": "cypress run",
|
|
"e2e:chrome": "cypress run --browser chrome",
|
|
"e2e:record": "cypress run --record",
|
|
"e2e:record:parallel": "cypress run --record --parallel",
|
|
"e2e-gui": "cypress open",
|
|
"cy:verify": "cypress verify",
|
|
"cy:version": "cypress version",
|
|
"inst": "yarn install --ignore-engines --frozen-lockfile",
|
|
"lint": "eslint --ext .js,.vue resources/js/",
|
|
"lint:cypress": "eslint --ext .js tests/cypress/",
|
|
"lint:all": "yarn lint & yarn lint:cypress",
|
|
"lint:fix": "yarn lint --fix & yarn lint:cypress --fix",
|
|
"snyk-protect": "snyk protect",
|
|
"prepublish": "npm run snyk-protect",
|
|
"delete:reports": "rm results/cypress/* || true",
|
|
"pree2e": "npm run delete:reports"
|
|
},
|
|
"devDependencies": {
|
|
"cross-env": "^7.0.2",
|
|
"cypress": "4.2.0",
|
|
"eslint": "^6.8.0",
|
|
"eslint-config-standard": "^14.0.0",
|
|
"eslint-plugin-cypress": "^2.7.0",
|
|
"eslint-plugin-import": ">=2.20.1",
|
|
"eslint-plugin-node": ">=11.0.0",
|
|
"eslint-plugin-promise": ">=4.0.0",
|
|
"eslint-plugin-standard": ">=4.0.0",
|
|
"eslint-plugin-vue": "^6.2.2",
|
|
"faker": "^4.1.0",
|
|
"mocha": "^7.1.1",
|
|
"mocha-junit-reporter": "^1.23.3",
|
|
"mocha-multi-reporters": "^1.1.7",
|
|
"moment-locales-webpack-plugin": "^1.2.0",
|
|
"resolve-url-loader": "^3.1.1",
|
|
"sass-loader": "^8.0.2",
|
|
"vue-template-compiler": "^2.5.21"
|
|
},
|
|
"dependencies": {
|
|
"@hokify/vuejs-datepicker": "^2.0.2",
|
|
"animate.css": "^3.6.1",
|
|
"axios": "^0.19.2",
|
|
"bootstrap": "^4.0.0",
|
|
"font-awesome": "^4.7.0",
|
|
"hint.css": "^2.3.2",
|
|
"jquery": "^3.4.0",
|
|
"laravel-mix": "^5.0.4",
|
|
"laravel-mix-purgecss": "^4.2.0",
|
|
"list.js": "^1.5.0",
|
|
"lodash": "^4.17.14",
|
|
"marked": "^0.8.0",
|
|
"moment": "^2.22.1",
|
|
"moment-timezone": "^0.5.28",
|
|
"popper.js": "^1.16.1",
|
|
"pretty-checkbox-vue": "^1.1.8",
|
|
"sass": "^1.26.3",
|
|
"snyk": "^1.300.0",
|
|
"sweet-modal-vue": "^2.0.0",
|
|
"tachyons": "^4.9.1",
|
|
"vue": "^2.5.21",
|
|
"vue-autosuggest": "^2.0.0",
|
|
"vue-checkbox-radio": "^0.6.0",
|
|
"vue-clipboard2": "^0.3.0",
|
|
"vue-directive-tooltip": "^1.4.2",
|
|
"vue-good-table": "^2.19.1",
|
|
"vue-i18n": "^8.15",
|
|
"vue-js-toggle-button": "^1.2.2",
|
|
"vue-notification": "^1.3.6",
|
|
"vue-select": "^3.9.2",
|
|
"vuelidate": "^0.7.5"
|
|
},
|
|
"snyk": true
|
|
}
|