debian-mirror-gitlab/package.json

139 lines
4.8 KiB
JSON
Raw Normal View History

2017-08-17 22:00:37 +05:30
{
"private": true,
"scripts": {
2018-11-08 19:23:39 +05:30
"clean": "rm -rf public/assets tmp/cache/*-loader",
2018-03-27 19:54:05 +05:30
"dev-server": "nodemon -w 'config/webpack.config.js' --exec 'webpack-dev-server --config config/webpack.config.js'",
2018-11-08 19:23:39 +05:30
"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 .",
2018-10-15 14:42:47 +05:30
"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",
2018-11-08 19:23:39 +05:30
"postinstall": "node ./scripts/frontend/postinstall.js",
2018-05-09 12:01:36 +05:30
"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",
2017-08-17 22:00:37 +05:30
"webpack": "webpack --config config/webpack.config.js",
"webpack-prod": "NODE_ENV=production webpack --config config/webpack.config.js"
},
"dependencies": {
2018-11-08 19:23:39 +05:30
"@gitlab-org/gitlab-svgs": "^1.25.0",
2018-03-17 18:26:18 +05:30
"autosize": "^4.0.0",
"axios": "^0.17.1",
2018-10-15 14:42:47 +05:30
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
2018-03-17 18:26:18 +05:30
"babel-plugin-transform-define": "^1.3.0",
"babel-preset-latest": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"blackst0ne-mermaid": "^7.1.0-fixed",
2018-11-08 19:23:39 +05:30
"bootstrap": "~4.1.1",
2018-03-17 18:26:18 +05:30
"brace-expansion": "^1.1.8",
2018-11-08 19:23:39 +05:30
"cache-loader": "^1.2.2",
2018-03-27 19:54:05 +05:30
"chart.js": "1.0.2",
2018-03-17 18:26:18 +05:30
"classlist-polyfill": "^1.2.0",
"clipboard": "^1.7.1",
2018-10-15 14:42:47 +05:30
"compression-webpack-plugin": "^1.1.11",
2017-08-17 22:00:37 +05:30
"core-js": "^2.4.1",
2017-09-10 17:25:29 +05:30
"cropper": "^2.3.0",
2018-10-15 14:42:47 +05:30
"css-loader": "^0.28.11",
2018-03-17 18:26:18 +05:30
"d3-array": "^1.2.1",
"d3-axis": "^1.0.8",
"d3-brush": "^1.0.4",
"d3-scale": "^1.0.7",
"d3-selection": "^1.2.0",
"d3-shape": "^1.2.0",
"d3-time": "^1.0.8",
"d3-time-format": "^2.1.1",
2018-11-08 19:23:39 +05:30
"dateformat": "^3.0.3",
2017-09-10 17:25:29 +05:30
"deckar01-task_list": "^2.0.0",
2018-03-17 18:26:18 +05:30
"diff": "^3.4.0",
"document-register-element": "1.3.0",
2017-08-17 22:00:37 +05:30
"dropzone": "^4.2.0",
"emoji-unicode-version": "^0.2.1",
2018-03-27 19:54:05 +05:30
"exports-loader": "^0.7.0",
2018-10-15 14:42:47 +05:30
"file-loader": "^1.1.11",
2018-03-17 18:26:18 +05:30
"fuzzaldrin-plus": "^0.5.0",
"glob": "^7.1.2",
2018-03-27 19:54:05 +05:30
"imports-loader": "^0.8.0",
2017-08-17 22:00:37 +05:30
"jed": "^1.1.1",
2018-03-27 19:54:05 +05:30
"jquery": "^3.2.1",
2018-03-17 18:26:18 +05:30
"jquery-ujs": "1.2.2",
2018-03-27 19:54:05 +05:30
"jquery.waitforimages": "^2.2.0",
2017-08-17 22:00:37 +05:30
"js-cookie": "^2.1.3",
"jszip": "^3.1.3",
"jszip-utils": "^0.0.2",
2018-03-17 18:26:18 +05:30
"katex": "^0.8.3",
"marked": "^0.3.12",
2018-11-08 19:23:39 +05:30
"monaco-editor": "0.13.1",
"monaco-editor-webpack-plugin": "^1.4.0",
2017-08-17 22:00:37 +05:30
"mousetrap": "^1.4.6",
2018-03-17 18:26:18 +05:30
"pikaday": "^1.6.1",
2018-11-08 19:23:39 +05:30
"popper.js": "^1.14.3",
2017-08-17 22:00:37 +05:30
"prismjs": "^1.6.0",
"raphael": "^2.2.7",
2018-03-17 18:26:18 +05:30
"raven-js": "^3.22.1",
2017-08-17 22:00:37 +05:30
"raw-loader": "^0.5.1",
2018-03-17 18:26:18 +05:30
"sanitize-html": "^1.16.1",
2017-08-17 22:00:37 +05:30
"select2": "3.5.2-browserify",
2018-10-15 14:42:47 +05:30
"sha1": "^1.1.1",
2018-11-08 19:23:39 +05:30
"sortablejs": "^1.7.0",
2017-08-17 22:00:37 +05:30
"sql.js": "^0.4.0",
2018-11-08 19:23:39 +05:30
"stickyfilljs": "^2.0.5",
2018-10-15 14:42:47 +05:30
"style-loader": "^0.21.0",
2018-03-17 18:26:18 +05:30
"svg4everybody": "2.1.9",
2017-08-17 22:00:37 +05:30
"three": "^0.84.0",
"three-orbit-controls": "^82.1.0",
"three-stl-loader": "^1.0.4",
2018-03-17 18:26:18 +05:30
"timeago.js": "^3.0.2",
2018-10-15 14:42:47 +05:30
"underscore": "^1.9.0",
"url-loader": "^1.0.1",
2017-08-17 22:00:37 +05:30
"visibilityjs": "^1.2.4",
2018-10-15 14:42:47 +05:30
"vue": "^2.5.16",
2018-11-08 19:23:39 +05:30
"vue-loader": "^15.2.0",
2018-10-15 14:42:47 +05:30
"vue-resource": "^1.5.0",
2018-03-17 18:26:18 +05:30
"vue-router": "^3.0.1",
2018-10-15 14:42:47 +05:30
"vue-template-compiler": "^2.5.16",
"vue-virtual-scroll-list": "^1.2.5",
2018-03-17 18:26:18 +05:30
"vuex": "^3.0.1",
2018-11-08 19:23:39 +05:30
"webpack": "^4.11.1",
2018-10-15 14:42:47 +05:30
"webpack-bundle-analyzer": "^2.11.1",
2018-11-08 19:23:39 +05:30
"webpack-cli": "^3.0.2",
2018-10-15 14:42:47 +05:30
"webpack-stats-plugin": "^0.2.1",
2018-11-08 19:23:39 +05:30
"worker-loader": "^2.0.0"
2017-08-17 22:00:37 +05:30
},
"devDependencies": {
2018-11-08 19:23:39 +05:30
"axios-mock-adapter": "^1.15.0",
"babel-eslint": "^8.2.3",
2018-10-15 14:42:47 +05:30
"babel-plugin-istanbul": "^4.1.6",
"babel-plugin-rewire": "^1.1.0",
"babel-template": "^6.26.0",
"babel-types": "^6.26.0",
"chalk": "^2.4.1",
"commander": "^2.15.1",
2018-11-08 19:23:39 +05:30
"eslint": "~4.12.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-import-resolver-webpack": "^0.10.0",
"eslint-plugin-filenames": "^1.2.0",
"eslint-plugin-html": "4.0.3",
"eslint-plugin-import": "^2.12.0",
2017-08-17 22:00:37 +05:30
"eslint-plugin-jasmine": "^2.1.0",
2018-11-08 19:23:39 +05:30
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-vue": "^4.5.0",
2018-05-09 12:01:36 +05:30
"ignore": "^3.3.7",
2017-08-17 22:00:37 +05:30
"istanbul": "^0.4.5",
2018-03-17 18:26:18 +05:30
"jasmine-core": "^2.9.0",
2017-08-17 22:00:37 +05:30
"jasmine-jquery": "^2.1.1",
2018-10-15 14:42:47 +05:30
"karma": "^2.0.2",
2018-03-17 18:26:18 +05:30
"karma-chrome-launcher": "^2.2.0",
2018-10-15 14:42:47 +05:30
"karma-coverage-istanbul-reporter": "^1.4.2",
2018-03-17 18:26:18 +05:30
"karma-jasmine": "^1.1.1",
"karma-mocha-reporter": "^2.2.5",
2017-08-17 22:00:37 +05:30
"karma-sourcemap-loader": "^0.3.7",
2018-10-15 14:42:47 +05:30
"karma-webpack": "3.0.0",
"nodemon": "^1.17.3",
2018-11-08 19:23:39 +05:30
"prettier": "1.12.1",
2018-10-15 14:42:47 +05:30
"webpack-dev-server": "^3.1.4"
2017-08-17 22:00:37 +05:30
}
}