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 .",
"jsdoc": "jsdoc -c config/jsdocs.config.js",
"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",
"prettier-staged": "node ./scripts/frontend/prettier.js check",
Tim Zallmann
committed
"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",
"stylelint": "node node_modules/stylelint/bin/stylelint.js app/assets/stylesheets/**/*.* --custom-formatter node_modules/stylelint-error-string-formatter",
"stylelint-file": "node node_modules/stylelint/bin/stylelint.js",
"stylelint-create-utility-map": "node scripts/frontend/stylelint/stylelint-utility-map.js",
"test": "yarn jest && yarn karma",
"webpack": "webpack --config config/webpack.config.js",
"webpack-prod": "NODE_ENV=production webpack --config config/webpack.config.js"
Mike Greiling
committed
"dependencies": {
"@gitlab/svgs": "^1.57.0",
"@gitlab/ui": "^3.0.0",
"apollo-boost": "^0.3.1",
"apollo-client": "^2.5.1",
"brace-expansion": "^1.1.8",
"classlist-polyfill": "^1.2.0",
"dateformat": "^3.0.3",
Mike Greiling
committed
"fuzzaldrin-plus": "^0.5.0",
"jquery.caret": "^0.3.1",
"jquery.waitforimages": "^2.2.0",
"jszip": "^3.1.3",
"jszip-utils": "^0.0.2",
"monaco-editor": "^0.15.6",
"monaco-editor-webpack-plugin": "^1.7.0",
Mike Greiling
committed
"prosemirror-markdown": "^1.3.0",
"prosemirror-model": "^1.6.4",
"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",
"tiptap": "^1.8.0",
"tiptap-commands": "^1.4.0",
"tiptap-extensions": "^1.8.0",
"vue-resource": "^1.5.1",
"vue-router": "^3.0.2",
"vue-template-compiler": "^2.6.10",
"vue-virtual-scroll-list": "^1.3.1",
"vuex": "^3.1.0",
"webpack-bundle-analyzer": "^3.0.3",
"webpack-cli": "^3.2.1",
"webpack-stats-plugin": "^0.2.1",
"worker-loader": "^2.0.0",
"xterm": "^3.5.0"
Mike Greiling
committed
},
"@gitlab/eslint-config": "^1.4.0",
"eslint-plugin-jasmine": "^2.10.1",
"gettext-extractor": "^3.4.3",
"gettext-extractor-vue": "^4.0.2",
"jasmine-diff": "^0.1.3",
"karma-junit-reporter": "^1.2.0",
"stylelint": "^9.10.1",
"stylelint-config-recommended": "^2.1.0",
"webpack-dev-server": "^3.1.14",
"yarn-deduplicate": "^1.1.1"
"resolutions": {
"vue-jest/ts-jest": "24.0.0"
},