package.json 5.9 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 .",
9
    "jest": "BABEL_ENV=jest jest",
10
    "jsdoc": "jsdoc -c config/jsdocs.config.js",
M
Mike Greiling 已提交
11
    "karma": "BABEL_ENV=${BABEL_ENV:=karma} karma start --single-run true config/karma.config.js",
12
    "karma-coverage": "BABEL_ENV=coverage karma start --single-run true config/karma.config.js",
13
    "karma-start": "BABEL_ENV=karma karma start config/karma.config.js",
14
    "postinstall": "node ./scripts/frontend/postinstall.js",
M
Mike Greiling 已提交
15
    "prettier-staged": "node ./scripts/frontend/prettier.js check",
16 17 18
    "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 已提交
19
    "webpack": "webpack --config config/webpack.config.js",
20
    "webpack-prod": "NODE_ENV=production webpack --config config/webpack.config.js"
W
winniehell 已提交
21
  },
22
  "dependencies": {
M
Mike Greiling 已提交
23 24 25
    "@babel/core": "^7.2.2",
    "@babel/plugin-proposal-class-properties": "^7.2.3",
    "@babel/plugin-proposal-json-strings": "^7.2.0",
26
    "@babel/plugin-proposal-private-methods": "^7.2.3",
M
Mike Greiling 已提交
27 28 29
    "@babel/plugin-syntax-dynamic-import": "^7.2.0",
    "@babel/plugin-syntax-import-meta": "^7.2.0",
    "@babel/preset-env": "^7.2.3",
C
Clement Ho 已提交
30
    "@gitlab/csslab": "^1.8.0",
31
    "@gitlab/svgs": "^1.47.0",
32
    "@gitlab/ui": "^1.20.0",
P
Phil Hughes 已提交
33 34
    "apollo-boost": "^0.1.20",
    "apollo-client": "^2.4.5",
35
    "autosize": "^4.0.0",
T
Tim Zallmann 已提交
36
    "axios": "^0.17.1",
37
    "babel-loader": "^8.0.5",
L
Lukas Eipert 已提交
38
    "bootstrap": "4.1.3",
39
    "brace-expansion": "^1.1.8",
40
    "cache-loader": "^2.0.1",
J
Jacob Schatz 已提交
41
    "chart.js": "1.0.2",
42
    "classlist-polyfill": "^1.2.0",
43
    "clipboard": "^1.7.1",
P
Phil Hughes 已提交
44
    "codesandbox-api": "^0.0.20",
45
    "compression-webpack-plugin": "^2.0.0",
46
    "core-js": "^2.4.1",
47
    "cropper": "^2.3.0",
M
Mike Greiling 已提交
48
    "css-loader": "^1.0.0",
L
Lukas Eipert 已提交
49
    "d3": "^4.13.0",
50 51 52 53 54 55 56 57
    "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",
58
    "dateformat": "^3.0.3",
59
    "deckar01-task_list": "^2.0.1",
P
Phil Hughes 已提交
60
    "diff": "^3.4.0",
61
    "document-register-element": "1.3.0",
62
    "dropzone": "^4.2.0",
A
Adriel Santiago 已提交
63
    "echarts": "^4.2.0-rc.2",
E
Eric Eastwood 已提交
64
    "emoji-unicode-version": "^0.2.1",
M
Mike Greiling 已提交
65
    "exports-loader": "^0.7.0",
66
    "file-loader": "^3.0.1",
L
Luke Bennett 已提交
67
    "formdata-polyfill": "^3.0.11",
68
    "fuzzaldrin-plus": "^0.5.0",
69
    "glob": "^7.1.2",
P
Phil Hughes 已提交
70
    "graphql": "^14.0.2",
M
Mike Greiling 已提交
71
    "imports-loader": "^0.8.0",
72
    "jed": "^1.1.1",
J
Jacob Schatz 已提交
73
    "jquery": "^3.2.1",
T
Takuya Noguchi 已提交
74
    "jquery-ujs": "1.2.2",
75
    "jquery.waitforimages": "^2.2.0",
76
    "js-cookie": "^2.1.3",
J
Jacob Schatz 已提交
77 78
    "jszip": "^3.1.3",
    "jszip-utils": "^0.0.2",
S
Stan Hu 已提交
79
    "katex": "^0.9.0",
80
    "marked": "^0.3.12",
B
blackst0ne 已提交
81
    "mermaid": "^8.0.0-rc.8",
P
Phil Hughes 已提交
82
    "monaco-editor": "^0.14.3",
83
    "monaco-editor-webpack-plugin": "^1.5.4",
84
    "mousetrap": "^1.4.6",
F
Filipa Lacerda 已提交
85
    "pikaday": "^1.6.1",
86
    "popper.js": "^1.14.3",
P
Phil Hughes 已提交
87
    "prismjs": "^1.6.0",
88
    "raphael": "^2.2.7",
89
    "raven-js": "^3.22.1",
90
    "raw-loader": "^1.0.0",
91
    "sanitize-html": "^1.16.1",
92
    "select2": "3.5.2-browserify",
F
Filipa Lacerda 已提交
93
    "sha1": "^1.1.1",
94
    "smooshpack": "^0.0.54",
95
    "sortablejs": "^1.7.0",
96
    "sql.js": "^0.4.0",
97
    "stickyfilljs": "^2.0.5",
98
    "style-loader": "^0.23.1",
99
    "svg4everybody": "2.1.9",
P
Phil Hughes 已提交
100 101 102
    "three": "^0.84.0",
    "three-orbit-controls": "^82.1.0",
    "three-stl-loader": "^1.0.4",
T
Tim Zallmann 已提交
103
    "timeago.js": "^3.0.2",
T
Tim Zallmann 已提交
104
    "underscore": "^1.9.0",
105
    "url-loader": "^1.1.2",
F
Filipa Lacerda 已提交
106
    "visibilityjs": "^1.2.4",
T
Tim Zallmann 已提交
107
    "vue": "^2.5.21",
P
Phil Hughes 已提交
108
    "vue-apollo": "^3.0.0-beta.25",
109
    "vue-loader": "^15.4.2",
T
Tim Zallmann 已提交
110 111 112
    "vue-resource": "^1.5.1",
    "vue-router": "^3.0.2",
    "vue-template-compiler": "^2.5.21",
P
Phil Hughes 已提交
113
    "vue-virtual-scroll-list": "^1.2.5",
T
Tim Zallmann 已提交
114
    "vuex": "^3.0.1",
115 116 117
    "webpack": "^4.28.1",
    "webpack-bundle-analyzer": "^3.0.3",
    "webpack-cli": "^3.2.1",
118
    "webpack-stats-plugin": "^0.2.1",
119 120
    "worker-loader": "^2.0.0",
    "xterm": "^3.5.0"
121
  },
W
winniehell 已提交
122
  "devDependencies": {
123
    "@gitlab/eslint-config": "^1.4.0",
124
    "@vue/test-utils": "^1.0.0-beta.25",
125
    "axios-mock-adapter": "^1.15.0",
W
Winnie Hellmann 已提交
126 127 128
    "babel-core": "^7.0.0-bridge",
    "babel-jest": "^23.6.0",
    "babel-plugin-dynamic-import-node": "^2.2.0",
M
Mike Greiling 已提交
129
    "babel-plugin-istanbul": "^5.1.0",
M
Mike Greiling 已提交
130
    "babel-plugin-rewire": "^1.2.0",
W
Winnie Hellmann 已提交
131
    "babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
132 133
    "babel-template": "^6.26.0",
    "babel-types": "^6.26.0",
134
    "chalk": "^2.4.1",
135
    "commander": "^2.18.0",
136
    "docdash": "^1.0.2",
M
Mike Greiling 已提交
137
    "eslint": "~5.9.0",
W
Winnie Hellmann 已提交
138
    "eslint-import-resolver-jest": "^2.1.1",
M
Mike Greiling 已提交
139
    "eslint-import-resolver-webpack": "^0.10.1",
M
Mike Greiling 已提交
140
    "eslint-plugin-html": "5.0.0",
M
Mike Greiling 已提交
141
    "eslint-plugin-import": "^2.14.0",
142
    "eslint-plugin-jasmine": "^2.10.1",
W
Winnie Hellmann 已提交
143
    "eslint-plugin-jest": "^22.1.0",
144 145
    "gettext-extractor": "^3.3.2",
    "gettext-extractor-vue": "^4.0.1",
P
Phil Hughes 已提交
146
    "graphql-tag": "^2.10.0",
M
Mike Greiling 已提交
147
    "istanbul": "^0.4.5",
148
    "jasmine-core": "^2.9.0",
149
    "jasmine-diff": "^0.1.3",
150
    "jasmine-jquery": "^2.1.1",
W
Winnie Hellmann 已提交
151 152
    "jest": "^23.6.0",
    "jest-junit": "^5.2.0",
153 154
    "jsdoc": "^3.5.5",
    "jsdoc-vue": "^1.0.0",
L
Lukas Eipert 已提交
155
    "karma": "^3.0.0",
T
Tim Zallmann 已提交
156
    "karma-chrome-launcher": "^2.2.0",
M
Mike Greiling 已提交
157
    "karma-coverage-istanbul-reporter": "^2.0.4",
M
Mike Greiling 已提交
158
    "karma-jasmine": "^1.1.2",
159
    "karma-junit-reporter": "^1.2.0",
T
Tim Zallmann 已提交
160
    "karma-mocha-reporter": "^2.2.5",
M
Mike Greiling 已提交
161
    "karma-sourcemap-loader": "^0.3.7",
M
Mike Greiling 已提交
162
    "karma-webpack": "^4.0.0-beta.0",
163
    "nodemon": "^1.18.4",
164
    "prettier": "1.15.3",
T
Tim Zallmann 已提交
165
    "vue-jest": "^3.0.2",
166
    "webpack-dev-server": "^3.1.14",
167
    "yarn-deduplicate": "^1.0.5"
168 169
  },
  "engines": {
170
    "node": ">=8.10.0",
171
    "yarn": "^1.10.0"
W
winniehell 已提交
172 173
  }
}