2016-07-22 16:54:58 -04:00
|
|
|
{
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2018-05-29 12:40:18 -04:00
|
|
|
"clean": "rm -rf public/assets tmp/cache/*-loader",
|
2018-02-27 12:06:35 -05:00
|
|
|
"dev-server": "nodemon -w 'config/webpack.config.js' --exec 'webpack-dev-server --config config/webpack.config.js'",
|
2017-04-06 18:03:23 -04:00
|
|
|
"eslint": "eslint --max-warnings 0 --ext .js,.vue .",
|
|
|
|
"eslint-fix": "eslint --max-warnings 0 --ext .js,.vue --fix .",
|
|
|
|
"eslint-report": "eslint --max-warnings 0 --ext .js,.vue --format html --output-file ./eslint-report.html .",
|
2018-04-23 01:55:29 -04:00
|
|
|
"karma": "BABEL_ENV=${BABEL_ENV:=karma} karma start --single-run true config/karma.config.js",
|
2018-04-10 05:54:36 -04:00
|
|
|
"karma-coverage": "BABEL_ENV=coverage karma start --single-run true config/karma.config.js",
|
2018-04-19 17:14:24 -04:00
|
|
|
"karma-start": "BABEL_ENV=karma karma start config/karma.config.js",
|
2018-03-14 15:32:36 -04:00
|
|
|
"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-02-06 01:23:50 -05:00
|
|
|
"webpack": "webpack --config config/webpack.config.js",
|
2017-02-07 17:49:03 -05:00
|
|
|
"webpack-prod": "NODE_ENV=production webpack --config config/webpack.config.js"
|
2016-07-22 16:54:58 -04:00
|
|
|
},
|
2016-10-18 18:46:48 -04:00
|
|
|
"dependencies": {
|
2018-05-24 13:17:52 -04:00
|
|
|
"@gitlab-org/gitlab-svgs": "^1.23.0",
|
2017-10-31 05:18:30 -04:00
|
|
|
"autosize": "^4.0.0",
|
2017-11-22 09:46:50 -05:00
|
|
|
"axios": "^0.17.1",
|
2018-05-01 15:22:58 -04:00
|
|
|
"babel-core": "^6.26.3",
|
|
|
|
"babel-loader": "^7.1.4",
|
2017-11-22 10:01:56 -05:00
|
|
|
"babel-plugin-transform-define": "^1.3.0",
|
|
|
|
"babel-preset-latest": "^6.24.1",
|
|
|
|
"babel-preset-stage-2": "^6.24.1",
|
2017-11-21 22:12:04 -05:00
|
|
|
"blackst0ne-mermaid": "^7.1.0-fixed",
|
2018-05-28 03:38:07 -04:00
|
|
|
"bootstrap": "~4.1.1",
|
2017-08-18 08:23:15 -04:00
|
|
|
"brace-expansion": "^1.1.8",
|
2018-05-22 18:06:34 -04:00
|
|
|
"cache-loader": "^1.2.2",
|
2018-02-19 15:43:10 -05:00
|
|
|
"chart.js": "1.0.2",
|
2017-11-24 02:03:33 -05:00
|
|
|
"classlist-polyfill": "^1.2.0",
|
2017-11-28 16:16:49 -05:00
|
|
|
"clipboard": "^1.7.1",
|
2018-05-01 15:22:58 -04:00
|
|
|
"compression-webpack-plugin": "^1.1.11",
|
|
|
|
"copy-webpack-plugin": "^4.5.1",
|
2017-03-13 17:48:32 -04:00
|
|
|
"core-js": "^2.4.1",
|
2017-08-01 10:31:43 -04:00
|
|
|
"cropper": "^2.3.0",
|
2018-05-01 15:22:58 -04:00
|
|
|
"css-loader": "^0.28.11",
|
2017-11-23 17:39:29 -05:00
|
|
|
"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",
|
2017-05-18 23:05:05 -04:00
|
|
|
"deckar01-task_list": "^2.0.0",
|
2017-11-22 04:08:30 -05:00
|
|
|
"diff": "^3.4.0",
|
2017-09-22 04:39:47 -04:00
|
|
|
"document-register-element": "1.3.0",
|
2017-02-16 15:24:45 -05:00
|
|
|
"dropzone": "^4.2.0",
|
2017-02-27 23:44:34 -05:00
|
|
|
"emoji-unicode-version": "^0.2.1",
|
2018-02-20 15:24:45 -05:00
|
|
|
"exports-loader": "^0.7.0",
|
2018-05-01 15:22:58 -04:00
|
|
|
"file-loader": "^1.1.11",
|
2017-11-01 04:58:41 -04:00
|
|
|
"fuzzaldrin-plus": "^0.5.0",
|
2018-01-15 12:50:26 -05:00
|
|
|
"glob": "^7.1.2",
|
2018-02-20 15:24:45 -05:00
|
|
|
"imports-loader": "^0.8.0",
|
2017-04-15 11:07:31 -04:00
|
|
|
"jed": "^1.1.1",
|
2018-02-20 17:20:48 -05:00
|
|
|
"jquery": "^3.2.1",
|
2017-11-23 05:47:05 -05:00
|
|
|
"jquery-ujs": "1.2.2",
|
2018-02-08 10:52:38 -05:00
|
|
|
"jquery.waitforimages": "^2.2.0",
|
2017-02-06 01:57:44 -05:00
|
|
|
"js-cookie": "^2.1.3",
|
2017-03-29 01:16:59 -04:00
|
|
|
"jszip": "^3.1.3",
|
|
|
|
"jszip-utils": "^0.0.2",
|
2018-02-12 14:04:59 -05:00
|
|
|
"katex": "^0.8.3",
|
2018-01-15 18:20:03 -05:00
|
|
|
"marked": "^0.3.12",
|
2017-09-26 10:22:50 -04:00
|
|
|
"monaco-editor": "0.10.0",
|
2017-02-16 15:24:45 -05:00
|
|
|
"mousetrap": "^1.4.6",
|
2017-10-18 07:31:01 -04:00
|
|
|
"pikaday": "^1.6.1",
|
2018-04-17 11:34:18 -04:00
|
|
|
"popper.js": "^1.14.3",
|
2017-04-11 13:50:21 -04:00
|
|
|
"prismjs": "^1.6.0",
|
2017-03-03 18:41:00 -05:00
|
|
|
"raphael": "^2.2.7",
|
2018-01-23 10:19:56 -05:00
|
|
|
"raven-js": "^3.22.1",
|
2017-02-24 13:35:25 -05:00
|
|
|
"raw-loader": "^0.5.1",
|
2018-01-09 03:39:22 -05:00
|
|
|
"sanitize-html": "^1.16.1",
|
2016-10-28 04:22:02 -04:00
|
|
|
"select2": "3.5.2-browserify",
|
2018-05-08 04:09:22 -04:00
|
|
|
"sha1": "^1.1.1",
|
2018-05-31 08:10:14 -04:00
|
|
|
"sortablejs": "^1.7.0",
|
2017-04-08 00:18:37 -04:00
|
|
|
"sql.js": "^0.4.0",
|
2018-05-21 17:27:34 -04:00
|
|
|
"stickyfilljs": "^2.0.5",
|
2018-05-01 15:22:58 -04:00
|
|
|
"style-loader": "^0.21.0",
|
2017-09-22 04:39:47 -04:00
|
|
|
"svg4everybody": "2.1.9",
|
2017-04-06 06:02:24 -04:00
|
|
|
"three": "^0.84.0",
|
|
|
|
"three-orbit-controls": "^82.1.0",
|
|
|
|
"three-stl-loader": "^1.0.4",
|
2017-11-22 17:06:16 -05:00
|
|
|
"timeago.js": "^3.0.2",
|
2018-05-07 05:08:43 -04:00
|
|
|
"underscore": "^1.9.0",
|
2018-05-01 15:22:58 -04:00
|
|
|
"url-loader": "^1.0.1",
|
2017-03-23 07:10:31 -04:00
|
|
|
"visibilityjs": "^1.2.4",
|
2018-04-26 06:28:34 -04:00
|
|
|
"vue": "^2.5.16",
|
2018-05-22 18:06:34 -04:00
|
|
|
"vue-loader": "^15.2.0",
|
2018-04-26 06:28:34 -04:00
|
|
|
"vue-resource": "^1.5.0",
|
2017-12-21 10:05:47 -05:00
|
|
|
"vue-router": "^3.0.1",
|
2018-04-26 06:28:34 -04:00
|
|
|
"vue-template-compiler": "^2.5.16",
|
2018-04-11 12:12:01 -04:00
|
|
|
"vue-virtual-scroll-list": "^1.2.5",
|
2017-11-22 17:08:11 -05:00
|
|
|
"vuex": "^3.0.1",
|
2018-05-04 14:15:05 -04:00
|
|
|
"webpack": "^4.7.0",
|
|
|
|
"webpack-bundle-analyzer": "^2.11.1",
|
|
|
|
"webpack-cli": "^2.1.2",
|
2018-04-27 17:04:02 -04:00
|
|
|
"webpack-stats-plugin": "^0.2.1",
|
2018-05-30 03:06:00 -04:00
|
|
|
"worker-loader": "^2.0.0"
|
2016-10-18 18:46:48 -04:00
|
|
|
},
|
2016-07-22 16:54:58 -04:00
|
|
|
"devDependencies": {
|
2018-05-09 13:57:01 -04:00
|
|
|
"axios-mock-adapter": "^1.15.0",
|
2018-05-29 12:41:29 -04:00
|
|
|
"babel-eslint": "^8.2.3",
|
2018-05-01 13:40:35 -04:00
|
|
|
"babel-plugin-istanbul": "^4.1.6",
|
2018-03-28 17:42:17 -04:00
|
|
|
"babel-plugin-rewire": "^1.1.0",
|
|
|
|
"babel-template": "^6.26.0",
|
|
|
|
"babel-types": "^6.26.0",
|
2018-05-01 13:40:35 -04:00
|
|
|
"chalk": "^2.4.1",
|
2018-04-10 18:34:18 -04:00
|
|
|
"commander": "^2.15.1",
|
2018-05-29 12:41:29 -04:00
|
|
|
"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",
|
2016-11-14 17:37:13 -05:00
|
|
|
"eslint-plugin-jasmine": "^2.1.0",
|
2018-05-29 12:41:29 -04:00
|
|
|
"eslint-plugin-promise": "^3.8.0",
|
2018-01-04 04:22:10 -05:00
|
|
|
"eslint-plugin-vue": "^4.0.1",
|
2018-03-26 03:39:14 -04:00
|
|
|
"ignore": "^3.3.7",
|
2016-11-21 17:32:03 -05:00
|
|
|
"istanbul": "^0.4.5",
|
2018-01-23 10:19:56 -05:00
|
|
|
"jasmine-core": "^2.9.0",
|
2016-12-29 16:42:48 -05:00
|
|
|
"jasmine-jquery": "^2.1.1",
|
2018-05-01 13:40:35 -04:00
|
|
|
"karma": "^2.0.2",
|
2018-01-18 16:07:36 -05:00
|
|
|
"karma-chrome-launcher": "^2.2.0",
|
2018-05-01 13:40:35 -04:00
|
|
|
"karma-coverage-istanbul-reporter": "^1.4.2",
|
2018-01-18 16:07:36 -05:00
|
|
|
"karma-jasmine": "^1.1.1",
|
|
|
|
"karma-mocha-reporter": "^2.2.5",
|
2017-01-07 02:36:19 -05:00
|
|
|
"karma-sourcemap-loader": "^0.3.7",
|
2018-05-01 13:40:35 -04:00
|
|
|
"karma-webpack": "3.0.0",
|
2018-05-04 14:15:05 -04:00
|
|
|
"nodemon": "^1.17.3",
|
2018-03-14 15:32:36 -04:00
|
|
|
"prettier": "1.11.1",
|
2018-05-04 14:15:05 -04:00
|
|
|
"webpack-dev-server": "^3.1.4"
|
2016-07-22 16:54:58 -04:00
|
|
|
}
|
|
|
|
}
|