Newer
Older
"clean": "rm -rf public/assets tmp/cache/*-loader",
"dev-server": "nodemon -w 'config/webpack.config.js' --exec 'webpack-dev-server --config config/webpack.config.js'",
"eslint": "eslint --max-warnings 0 --report-unused-disable-directives --ext .js,.vue .",
"eslint-fix": "eslint --max-warnings 0 --report-unused-disable-directives --ext .js,.vue --fix .",
"eslint-report": "eslint --max-warnings 0 --ext .js,.vue --format html --output-file ./eslint-report.html --no-inline-config .",
"karma": "BABEL_ENV=${BABEL_ENV:=karma} karma start --single-run true config/karma.config.js",
"karma-coverage": "BABEL_ENV=coverage karma start --single-run true config/karma.config.js",
"karma-start": "BABEL_ENV=karma karma start config/karma.config.js",
"postinstall": "node ./scripts/frontend/postinstall.js",
Tim Zallmann
committed
"prettier-staged": "node ./scripts/frontend/prettier.js",
"prettier-staged-save": "node ./scripts/frontend/prettier.js save",
"prettier-all": "node ./scripts/frontend/prettier.js check-all",
"prettier-all-save": "node ./scripts/frontend/prettier.js save-all",
"webpack": "webpack --config config/webpack.config.js",
"webpack-prod": "NODE_ENV=production webpack --config config/webpack.config.js"
Mike Greiling
committed
"dependencies": {
"@gitlab-org/gitlab-ui": "^1.8.0",
"brace-expansion": "^1.1.8",
"cache-loader": "^1.2.2",
"classlist-polyfill": "^1.2.0",
"dateformat": "^3.0.3",
Mike Greiling
committed
"fuzzaldrin-plus": "^0.5.0",
"jquery.waitforimages": "^2.2.0",
"jszip": "^3.1.3",
"jszip-utils": "^0.0.2",
Mike Greiling
committed
"sanitize-html": "^1.16.1",
"select2": "3.5.2-browserify",
"three": "^0.84.0",
"three-orbit-controls": "^82.1.0",
"three-stl-loader": "^1.0.4",
"vue-router": "^3.0.1",
"webpack-stats-plugin": "^0.2.1",
"worker-loader": "^2.0.0",
"xterm": "^3.5.0"
Mike Greiling
committed
},
"@gitlab/eslint-config": "^1.1.0",
"babel-template": "^6.26.0",
"babel-types": "^6.26.0",
"eslint-import-resolver-webpack": "^0.10.1",
"eslint-plugin-html": "4.0.5",
"eslint-plugin-jasmine": "^2.10.1",
🌴🇿🇦 Lukas Eipert (OOO until Summit)
committed
"gettext-extractor": "^3.3.2",
"gettext-extractor-vue": "^4.0.1",
"jasmine-diff": "^0.1.3",
"karma-junit-reporter": "^1.2.0",