gitlab-org--gitlab-foss/package.json

116 lines
3.8 KiB
JSON
Raw Normal View History

{
"private": true,
"scripts": {
"dev-server": "nodemon --watch config/webpack.config.js -- ./node_modules/.bin/webpack-dev-server --config config/webpack.config.js",
2017-04-06 22:03:23 +00: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 .",
"karma": "karma start config/karma.config.js --single-run",
"karma-coverage": "BABEL_ENV=coverage karma start config/karma.config.js --single-run",
2017-02-06 06:23:50 +00:00
"karma-start": "karma start config/karma.config.js",
"svg": "node config/svg.config.js",
2017-02-06 06:23:50 +00:00
"webpack": "webpack --config config/webpack.config.js",
"webpack-prod": "NODE_ENV=production webpack --config config/webpack.config.js"
},
"dependencies": {
"autosize": "^4.0.0",
2017-11-22 14:46:50 +00:00
"axios": "^0.17.1",
2017-11-22 15:01:56 +00:00
"babel-core": "^6.26.0",
"babel-eslint": "^8.0.2",
"babel-loader": "^7.1.2",
"babel-plugin-transform-define": "^1.3.0",
"babel-preset-latest": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
2017-11-22 03:12:04 +00:00
"blackst0ne-mermaid": "^7.1.0-fixed",
"bootstrap-sass": "^3.3.6",
"brace-expansion": "^1.1.8",
"classlist-polyfill": "^1.2.0",
"clipboard": "^1.7.1",
"compression-webpack-plugin": "^1.0.0",
"copy-webpack-plugin": "^4.0.1",
"core-js": "^2.4.1",
"cropper": "^2.3.0",
"css-loader": "^0.28.0",
"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-19 03:05:05 +00:00
"deckar01-task_list": "^2.0.0",
2017-11-22 09:08:30 +00:00
"diff": "^3.4.0",
"document-register-element": "1.3.0",
"dropzone": "^4.2.0",
"emoji-unicode-version": "^0.2.1",
"exports-loader": "^0.6.4",
2017-04-03 18:39:50 +00:00
"file-loader": "^0.11.1",
"fuzzaldrin-plus": "^0.5.0",
"imports-loader": "^0.7.1",
"jed": "^1.1.1",
2017-11-23 10:47:05 +00:00
"jquery": "^2.2.4",
"jquery-ujs": "1.2.2",
"js-cookie": "^2.1.3",
"jszip": "^3.1.3",
"jszip-utils": "^0.0.2",
"marked": "^0.3.6",
2017-09-26 14:22:50 +00:00
"monaco-editor": "0.10.0",
"mousetrap": "^1.4.6",
"name-all-modules-plugin": "^1.0.1",
2017-10-18 11:31:01 +00:00
"pikaday": "^1.6.1",
"prismjs": "^1.6.0",
"raphael": "^2.2.7",
"raven-js": "^3.14.0",
2017-02-24 18:35:25 +00:00
"raw-loader": "^0.5.1",
"react-dev-utils": "^0.5.2",
"select2": "3.5.2-browserify",
"sql.js": "^0.4.0",
"svg4everybody": "2.1.9",
2017-04-06 10:02:24 +00:00
"three": "^0.84.0",
"three-orbit-controls": "^82.1.0",
"three-stl-loader": "^1.0.4",
2017-11-22 22:06:16 +00:00
"timeago.js": "^3.0.2",
"underscore": "^1.8.3",
2017-04-12 02:44:22 +00:00
"url-loader": "^0.5.8",
2017-03-23 11:10:31 +00:00
"visibilityjs": "^1.2.4",
2017-11-22 22:08:11 +00:00
"vue": "^2.5.8",
"vue-loader": "^13.5.0",
2017-07-12 14:47:09 +00:00
"vue-resource": "^1.3.4",
"vue-router": "^3.0.1",
2017-11-22 22:08:11 +00:00
"vue-template-compiler": "^2.5.8",
"vuex": "^3.0.1",
"webpack": "^3.5.5",
"webpack-bundle-analyzer": "^2.8.2",
2017-11-28 16:51:37 +00:00
"webpack-stats-plugin": "^0.1.5",
"worker-loader": "^1.1.0"
},
"devDependencies": {
"@gitlab-org/gitlab-svgs": "^1.5.0",
"axios-mock-adapter": "^1.10.0",
2017-11-22 15:01:56 +00:00
"babel-plugin-istanbul": "^4.1.5",
2018-01-09 19:22:05 +00:00
"eslint": "^3.18.0",
"eslint-config-airbnb-base": "^10.0.1",
"eslint-import-resolver-webpack": "^0.8.3",
"eslint-plugin-filenames": "^1.1.0",
2018-01-04 19:50:06 +00:00
"eslint-plugin-html": "2.0.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jasmine": "^2.1.0",
"eslint-plugin-promise": "^3.5.0",
2018-01-04 09:22:10 +00:00
"eslint-plugin-vue": "^4.0.1",
2016-11-21 22:32:03 +00:00
"istanbul": "^0.4.5",
"jasmine-core": "^2.6.3",
2016-12-29 21:42:48 +00:00
"jasmine-jquery": "^2.1.1",
2017-06-14 07:25:24 +00:00
"karma": "^1.7.0",
"karma-chrome-launcher": "^2.1.1",
"karma-coverage-istanbul-reporter": "^0.2.0",
2016-12-29 21:42:48 +00:00
"karma-jasmine": "^1.1.0",
"karma-mocha-reporter": "^2.2.2",
2017-01-07 07:36:19 +00:00
"karma-sourcemap-loader": "^0.3.7",
2017-07-07 17:45:13 +00:00
"karma-webpack": "^2.0.4",
"nodemon": "^1.11.0",
2018-01-04 13:44:27 +00:00
"prettier": "1.9.2",
2017-11-28 16:51:37 +00:00
"webpack-dev-server": "^2.6.1"
}
}