package.json 4.8 KB
Newer Older
W
winniehell 已提交
1 2 3
{
  "private": true,
  "scripts": {
4
    "clean": "rm -rf public/assets tmp/cache/*-loader",
5
    "dev-server": "nodemon -w 'config/webpack.config.js' --exec 'webpack-dev-server --config config/webpack.config.js'",
6 7
    "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 .",
8
    "eslint-report": "eslint --max-warnings 0 --ext .js,.vue --format html --output-file ./eslint-report.html --no-inline-config .",
M
Mike Greiling 已提交
9
    "karma": "BABEL_ENV=${BABEL_ENV:=karma} karma start --single-run true config/karma.config.js",
10
    "karma-coverage": "BABEL_ENV=coverage karma start --single-run true config/karma.config.js",
11
    "karma-start": "BABEL_ENV=karma karma start config/karma.config.js",
12
    "postinstall": "node ./scripts/frontend/postinstall.js",
13 14 15 16
    "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",
M
Mike Greiling 已提交
17
    "webpack": "webpack --config config/webpack.config.js",
18
    "webpack-prod": "NODE_ENV=production webpack --config config/webpack.config.js"
W
winniehell 已提交
19
  },
20
  "dependencies": {
21
    "@gitlab-org/gitlab-svgs": "^1.24.0",
22
    "autosize": "^4.0.0",
T
Tim Zallmann 已提交
23
    "axios": "^0.17.1",
M
Mike Greiling 已提交
24 25
    "babel-core": "^6.26.3",
    "babel-loader": "^7.1.4",
T
Tim Zallmann 已提交
26 27 28
    "babel-plugin-transform-define": "^1.3.0",
    "babel-preset-latest": "^6.24.1",
    "babel-preset-stage-2": "^6.24.1",
29
    "blackst0ne-mermaid": "^7.1.0-fixed",
L
Lukas Eipert 已提交
30
    "bootstrap": "~4.1.1",
31
    "brace-expansion": "^1.1.8",
32
    "cache-loader": "^1.2.2",
J
Jacob Schatz 已提交
33
    "chart.js": "1.0.2",
34
    "classlist-polyfill": "^1.2.0",
35
    "clipboard": "^1.7.1",
M
Mike Greiling 已提交
36
    "compression-webpack-plugin": "^1.1.11",
37
    "core-js": "^2.4.1",
38
    "cropper": "^2.3.0",
M
Mike Greiling 已提交
39
    "css-loader": "^0.28.11",
40 41 42 43 44 45 46 47
    "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",
J
Jared Deckard 已提交
48
    "deckar01-task_list": "^2.0.0",
P
Phil Hughes 已提交
49
    "diff": "^3.4.0",
50
    "document-register-element": "1.3.0",
51
    "dropzone": "^4.2.0",
E
Eric Eastwood 已提交
52
    "emoji-unicode-version": "^0.2.1",
M
Mike Greiling 已提交
53
    "exports-loader": "^0.7.0",
M
Mike Greiling 已提交
54
    "file-loader": "^1.1.11",
55
    "fuzzaldrin-plus": "^0.5.0",
56
    "glob": "^7.1.2",
M
Mike Greiling 已提交
57
    "imports-loader": "^0.8.0",
58
    "jed": "^1.1.1",
J
Jacob Schatz 已提交
59
    "jquery": "^3.2.1",
T
Takuya Noguchi 已提交
60
    "jquery-ujs": "1.2.2",
61
    "jquery.waitforimages": "^2.2.0",
62
    "js-cookie": "^2.1.3",
J
Jacob Schatz 已提交
63 64
    "jszip": "^3.1.3",
    "jszip-utils": "^0.0.2",
J
Jose Ivan Vargas 已提交
65
    "katex": "^0.8.3",
66
    "marked": "^0.3.12",
M
Mike Greiling 已提交
67
    "monaco-editor": "0.13.1",
68
    "monaco-editor-webpack-plugin": "^1.2.1",
69
    "mousetrap": "^1.4.6",
F
Filipa Lacerda 已提交
70
    "pikaday": "^1.6.1",
71
    "popper.js": "^1.14.3",
P
Phil Hughes 已提交
72
    "prismjs": "^1.6.0",
73
    "raphael": "^2.2.7",
74
    "raven-js": "^3.22.1",
F
Filipa Lacerda 已提交
75
    "raw-loader": "^0.5.1",
76
    "sanitize-html": "^1.16.1",
77
    "select2": "3.5.2-browserify",
F
Filipa Lacerda 已提交
78
    "sha1": "^1.1.1",
79
    "sortablejs": "^1.7.0",
80
    "sql.js": "^0.4.0",
81
    "stickyfilljs": "^2.0.5",
M
Mike Greiling 已提交
82
    "style-loader": "^0.21.0",
83
    "svg4everybody": "2.1.9",
P
Phil Hughes 已提交
84 85 86
    "three": "^0.84.0",
    "three-orbit-controls": "^82.1.0",
    "three-stl-loader": "^1.0.4",
T
Tim Zallmann 已提交
87
    "timeago.js": "^3.0.2",
T
Tim Zallmann 已提交
88
    "underscore": "^1.9.0",
M
Mike Greiling 已提交
89
    "url-loader": "^1.0.1",
F
Filipa Lacerda 已提交
90
    "visibilityjs": "^1.2.4",
T
Tim Zallmann 已提交
91
    "vue": "^2.5.16",
92
    "vue-loader": "^15.2.0",
T
Tim Zallmann 已提交
93
    "vue-resource": "^1.5.0",
94
    "vue-router": "^3.0.1",
T
Tim Zallmann 已提交
95
    "vue-template-compiler": "^2.5.16",
P
Phil Hughes 已提交
96
    "vue-virtual-scroll-list": "^1.2.5",
T
Tim Zallmann 已提交
97
    "vuex": "^3.0.1",
98
    "webpack": "^4.11.1",
99
    "webpack-bundle-analyzer": "^2.11.1",
100
    "webpack-cli": "^3.0.2",
101
    "webpack-stats-plugin": "^0.2.1",
102
    "worker-loader": "^2.0.0"
103
  },
W
winniehell 已提交
104
  "devDependencies": {
105
    "axios-mock-adapter": "^1.15.0",
106
    "babel-eslint": "^8.2.3",
107
    "babel-plugin-istanbul": "^4.1.6",
108 109 110
    "babel-plugin-rewire": "^1.1.0",
    "babel-template": "^6.26.0",
    "babel-types": "^6.26.0",
111
    "chalk": "^2.4.1",
112
    "commander": "^2.15.1",
113 114 115 116 117 118
    "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",
119
    "eslint-plugin-jasmine": "^2.1.0",
120
    "eslint-plugin-promise": "^3.8.0",
121
    "eslint-plugin-vue": "^4.5.0",
122
    "ignore": "^3.3.7",
M
Mike Greiling 已提交
123
    "istanbul": "^0.4.5",
124
    "jasmine-core": "^2.9.0",
125
    "jasmine-jquery": "^2.1.1",
126
    "karma": "^2.0.2",
T
Tim Zallmann 已提交
127
    "karma-chrome-launcher": "^2.2.0",
128
    "karma-coverage-istanbul-reporter": "^1.4.2",
T
Tim Zallmann 已提交
129 130
    "karma-jasmine": "^1.1.1",
    "karma-mocha-reporter": "^2.2.5",
M
Mike Greiling 已提交
131
    "karma-sourcemap-loader": "^0.3.7",
132
    "karma-webpack": "3.0.0",
133
    "nodemon": "^1.17.3",
134
    "prettier": "1.12.1",
135
    "webpack-dev-server": "^3.1.4"
W
winniehell 已提交
136 137
  }
}