package.json 7.2 KB
Newer Older
W
winniehell 已提交
1 2 3
{
  "private": true,
  "scripts": {
4
    "clean": "rm -rf public/assets tmp/cache/*-loader",
5
    "dev-server": "NODE_OPTIONS=\"--max-old-space-size=3584\" 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 .",
9
    "jest": "BABEL_ENV=jest jest",
S
Simon Knox 已提交
10
    "jest-debug": "BABEL_ENV=jest node --inspect-brk node_modules/.bin/jest --runInBand",
11
    "jsdoc": "jsdoc -c config/jsdocs.config.js",
M
Mike Greiling 已提交
12
    "karma": "BABEL_ENV=${BABEL_ENV:=karma} karma start --single-run true config/karma.config.js",
13
    "karma-coverage": "BABEL_ENV=coverage karma start --single-run true config/karma.config.js",
14
    "karma-start": "BABEL_ENV=karma karma start config/karma.config.js",
15
    "postinstall": "node ./scripts/frontend/postinstall.js",
M
Mike Greiling 已提交
16
    "prettier-staged": "node ./scripts/frontend/prettier.js check",
17 18 19
    "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",
20
    "stylelint": "node node_modules/stylelint/bin/stylelint.js app/assets/stylesheets/**/*.*  ee/app/assets/stylesheets/**/*.* !**/vendors/** --custom-formatter node_modules/stylelint-error-string-formatter",
21 22
    "stylelint-file": "node node_modules/stylelint/bin/stylelint.js",
    "stylelint-create-utility-map": "node scripts/frontend/stylelint/stylelint-utility-map.js",
23
    "test": "yarn jest && yarn karma",
24 25
    "webpack": "NODE_OPTIONS=\"--max-old-space-size=3584\" webpack --config config/webpack.config.js",
    "webpack-prod": "NODE_OPTIONS=\"--max-old-space-size=3584\" NODE_ENV=production webpack --config config/webpack.config.js"
W
winniehell 已提交
26
  },
27
  "dependencies": {
M
Mike Greiling 已提交
28
    "@babel/core": "^7.2.2",
M
Mike Greiling 已提交
29
    "@babel/plugin-proposal-class-properties": "^7.3.0",
M
Mike Greiling 已提交
30
    "@babel/plugin-proposal-json-strings": "^7.2.0",
M
Mike Greiling 已提交
31
    "@babel/plugin-proposal-private-methods": "^7.3.0",
M
Mike Greiling 已提交
32 33
    "@babel/plugin-syntax-dynamic-import": "^7.2.0",
    "@babel/plugin-syntax-import-meta": "^7.2.0",
M
Mike Greiling 已提交
34
    "@babel/preset-env": "^7.3.1",
L
Lukas Eipert 已提交
35
    "@gitlab/csslab": "^1.9.0",
36
    "@gitlab/svgs": "^1.59.0",
J
Jacques Erasmus 已提交
37
    "@gitlab/ui": "^3.5.0",
38
    "apollo-cache-inmemory": "^1.5.1",
P
Phil Hughes 已提交
39
    "apollo-client": "^2.5.1",
40
    "apollo-upload-client": "^10.0.0",
41
    "at.js": "^1.5.4",
42
    "autosize": "^4.0.0",
T
Tim Zallmann 已提交
43
    "axios": "^0.17.1",
44
    "babel-loader": "^8.0.5",
L
Lukas Eipert 已提交
45
    "bootstrap": "4.3.1",
46
    "brace-expansion": "^1.1.8",
47
    "cache-loader": "^2.0.1",
A
Andrew Fontaine 已提交
48
    "chart.js": "2.7.2",
49
    "classlist-polyfill": "^1.2.0",
50
    "clipboard": "^1.7.1",
P
Phil Hughes 已提交
51
    "codesandbox-api": "^0.0.20",
52
    "compression-webpack-plugin": "^2.0.0",
53
    "core-js": "^2.4.1",
54
    "cropper": "^2.3.0",
M
Mike Greiling 已提交
55
    "css-loader": "^1.0.0",
L
Lukas Eipert 已提交
56
    "d3": "^4.13.0",
57 58 59
    "d3-array": "^1.2.1",
    "d3-axis": "^1.0.8",
    "d3-brush": "^1.0.4",
60
    "d3-ease": "^1.0.3",
61 62 63 64 65
    "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",
66
    "d3-transition": "^1.1.1",
67
    "dateformat": "^3.0.3",
F
Fatih Acet 已提交
68
    "deckar01-task_list": "^2.2.0",
P
Phil Hughes 已提交
69
    "diff": "^3.4.0",
70
    "document-register-element": "1.13.1",
71
    "dropzone": "^4.2.0",
A
Adriel Santiago 已提交
72
    "echarts": "^4.2.0-rc.2",
M
Martin Wortschack 已提交
73
    "emoji-regex": "^7.0.3",
E
Eric Eastwood 已提交
74
    "emoji-unicode-version": "^0.2.1",
M
Mike Greiling 已提交
75
    "exports-loader": "^0.7.0",
76
    "file-loader": "^3.0.1",
L
Luke Bennett 已提交
77
    "formdata-polyfill": "^3.0.11",
78
    "fuzzaldrin-plus": "^0.5.0",
79
    "glob": "^7.1.2",
P
Phil Hughes 已提交
80
    "graphql": "^14.0.2",
M
Mike Greiling 已提交
81
    "imports-loader": "^0.8.0",
82
    "jed": "^1.1.1",
P
Phil Hughes 已提交
83
    "jest-transform-graphql": "^2.1.0",
J
Jacob Schatz 已提交
84
    "jquery": "^3.2.1",
T
Takuya Noguchi 已提交
85
    "jquery-ujs": "1.2.2",
86
    "jquery.caret": "^0.3.1",
87
    "jquery.waitforimages": "^2.2.0",
88
    "js-cookie": "^2.1.3",
J
Jacob Schatz 已提交
89 90
    "jszip": "^3.1.3",
    "jszip-utils": "^0.0.2",
A
Andrew Harmon 已提交
91
    "katex": "^0.10.0",
92
    "marked": "^0.3.12",
B
blackst0ne 已提交
93
    "mermaid": "^8.0.0-rc.8",
94 95
    "monaco-editor": "^0.15.6",
    "monaco-editor-webpack-plugin": "^1.7.0",
96
    "mousetrap": "^1.4.6",
F
Filipa Lacerda 已提交
97
    "pikaday": "^1.6.1",
L
Lukas Eipert 已提交
98
    "popper.js": "^1.14.7",
P
Phil Hughes 已提交
99
    "prismjs": "^1.6.0",
100 101
    "prosemirror-markdown": "^1.3.0",
    "prosemirror-model": "^1.6.4",
102
    "raphael": "^2.2.7",
103
    "raven-js": "^3.22.1",
104
    "raw-loader": "^1.0.0",
105
    "sanitize-html": "^1.16.1",
106
    "select2": "3.5.2-browserify",
F
Filipa Lacerda 已提交
107
    "sha1": "^1.1.1",
108
    "smooshpack": "^0.0.54",
109
    "sortablejs": "^1.7.0",
110
    "sql.js": "^0.4.0",
111
    "stickyfilljs": "^2.0.5",
112
    "style-loader": "^0.23.1",
L
Luke Bennett 已提交
113
    "stylelint-error-string-formatter": "1.0.2",
114
    "svg4everybody": "2.1.9",
P
Phil Hughes 已提交
115 116 117
    "three": "^0.84.0",
    "three-orbit-controls": "^82.1.0",
    "three-stl-loader": "^1.0.4",
T
Tim Zallmann 已提交
118
    "timeago.js": "^3.0.2",
119 120 121
    "tiptap": "^1.8.0",
    "tiptap-commands": "^1.4.0",
    "tiptap-extensions": "^1.8.0",
T
Tim Zallmann 已提交
122
    "underscore": "^1.9.0",
123
    "url-loader": "^1.1.2",
F
Filipa Lacerda 已提交
124
    "visibilityjs": "^1.2.4",
T
Tim Zallmann 已提交
125
    "vue": "^2.6.10",
P
Phil Hughes 已提交
126
    "vue-apollo": "^3.0.0-beta.28",
T
Tim Zallmann 已提交
127
    "vue-loader": "^15.7.0",
T
Tim Zallmann 已提交
128 129
    "vue-resource": "^1.5.1",
    "vue-router": "^3.0.2",
T
Tim Zallmann 已提交
130 131 132
    "vue-template-compiler": "^2.6.10",
    "vue-virtual-scroll-list": "^1.3.1",
    "vuex": "^3.1.0",
133
    "webpack": "^4.29.0",
134 135
    "webpack-bundle-analyzer": "^3.0.3",
    "webpack-cli": "^3.2.1",
136
    "webpack-stats-plugin": "^0.2.1",
137 138
    "worker-loader": "^2.0.0",
    "xterm": "^3.5.0"
139
  },
W
winniehell 已提交
140
  "devDependencies": {
141
    "@babel/plugin-transform-modules-commonjs": "^7.2.0",
142
    "@gitlab/eslint-config": "^1.5.0",
143
    "@vue/test-utils": "^1.0.0-beta.25",
144
    "axios-mock-adapter": "^1.15.0",
145
    "babel-jest": "^24.1.0",
146
    "babel-plugin-dynamic-import-node": "^2.2.0",
M
Mike Greiling 已提交
147
    "babel-plugin-istanbul": "^5.1.0",
M
Mike Greiling 已提交
148
    "babel-plugin-rewire": "^1.2.0",
149
    "chalk": "^2.4.1",
150
    "commander": "^2.18.0",
W
Winnie Hellmann 已提交
151
    "custom-jquery-matchers": "^2.1.0",
152
    "docdash": "^1.0.2",
M
Mike Greiling 已提交
153
    "eslint": "~5.9.0",
W
Winnie Hellmann 已提交
154
    "eslint-import-resolver-jest": "^2.1.1",
M
Mike Greiling 已提交
155
    "eslint-import-resolver-webpack": "^0.10.1",
M
Mike Greiling 已提交
156
    "eslint-plugin-html": "5.0.0",
M
Mike Greiling 已提交
157
    "eslint-plugin-import": "^2.14.0",
158
    "eslint-plugin-jasmine": "^2.10.1",
159
    "eslint-plugin-jest": "^22.3.0",
T
Tim Zallmann 已提交
160 161
    "gettext-extractor": "^3.4.3",
    "gettext-extractor-vue": "^4.0.2",
P
Phil Hughes 已提交
162
    "graphql-tag": "^2.10.0",
M
Mike Greiling 已提交
163
    "istanbul": "^0.4.5",
164
    "jasmine-core": "^2.9.0",
165
    "jasmine-diff": "^0.1.3",
166
    "jasmine-jquery": "^2.1.1",
167
    "jest": "^24.1.0",
168
    "jest-environment-jsdom": "^24.0.0",
169
    "jest-junit": "^6.3.0",
170
    "jest-util": "^24.0.0",
171 172
    "jsdoc": "^3.5.5",
    "jsdoc-vue": "^1.0.0",
L
Lukas Eipert 已提交
173
    "karma": "^3.0.0",
T
Tim Zallmann 已提交
174
    "karma-chrome-launcher": "^2.2.0",
M
Mike Greiling 已提交
175
    "karma-coverage-istanbul-reporter": "^2.0.4",
M
Mike Greiling 已提交
176
    "karma-jasmine": "^1.1.2",
177
    "karma-junit-reporter": "^1.2.0",
T
Tim Zallmann 已提交
178
    "karma-mocha-reporter": "^2.2.5",
M
Mike Greiling 已提交
179
    "karma-sourcemap-loader": "^0.3.7",
M
Mike Greiling 已提交
180
    "karma-webpack": "^4.0.0-beta.0",
181 182
    "md5": "^2.2.1",
    "node-sass": "^4.11.0",
183
    "nodemon": "^1.18.9",
184
    "pixelmatch": "^4.0.2",
T
Tim Zallmann 已提交
185
    "postcss": "^7.0.14",
M
Mike Greiling 已提交
186
    "prettier": "1.16.4",
T
Tim Zallmann 已提交
187 188
    "stylelint": "^9.10.1",
    "stylelint-config-recommended": "^2.1.0",
189
    "stylelint-scss": "^3.5.4",
190
    "vue-jest": "^4.0.0-beta.2",
191
    "webpack-dev-server": "^3.1.14",
192
    "yarn-deduplicate": "^1.1.1"
193
  },
194 195 196
  "resolutions": {
    "vue-jest/ts-jest": "24.0.0"
  },
197
  "engines": {
198
    "node": ">=8.10.0",
199
    "yarn": "^1.10.0"
W
winniehell 已提交
200 201
  }
}