package.json 5.0 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",
M
Mike Greiling 已提交
13
    "prettier-staged": "node ./scripts/frontend/prettier.js check",
14 15 16
    "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": {
M
Mike Greiling 已提交
21 22 23 24 25 26
    "@babel/core": "^7.1.2",
    "@babel/plugin-proposal-class-properties": "^7.1.0",
    "@babel/plugin-proposal-json-strings": "^7.0.0",
    "@babel/plugin-syntax-dynamic-import": "^7.0.0",
    "@babel/plugin-syntax-import-meta": "^7.0.0",
    "@babel/preset-env": "^7.1.0",
L
Lukas Eipert 已提交
27
    "@gitlab/svgs": "^1.38.0",
C
Clement Ho 已提交
28
    "@gitlab/ui": "^1.11.0",
29
    "autosize": "^4.0.0",
T
Tim Zallmann 已提交
30
    "axios": "^0.17.1",
M
Mike Greiling 已提交
31
    "babel-loader": "^8.0.4",
C
Clement Ho 已提交
32
    "bootstrap": "4.1.1",
33
    "brace-expansion": "^1.1.8",
34
    "cache-loader": "^1.2.2",
J
Jacob Schatz 已提交
35
    "chart.js": "1.0.2",
36
    "classlist-polyfill": "^1.2.0",
37
    "clipboard": "^1.7.1",
P
Phil Hughes 已提交
38
    "codesandbox-api": "^0.0.18",
39
    "compression-webpack-plugin": "^2.0.0",
40
    "core-js": "^2.4.1",
41
    "cropper": "^2.3.0",
M
Mike Greiling 已提交
42
    "css-loader": "^1.0.0",
J
Jose 已提交
43
    "d3": "4.12.2",
44 45 46 47 48 49 50 51
    "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",
52
    "dateformat": "^3.0.3",
J
Jared Deckard 已提交
53
    "deckar01-task_list": "^2.0.0",
P
Phil Hughes 已提交
54
    "diff": "^3.4.0",
55
    "document-register-element": "1.3.0",
56
    "dropzone": "^4.2.0",
E
Eric Eastwood 已提交
57
    "emoji-unicode-version": "^0.2.1",
M
Mike Greiling 已提交
58
    "exports-loader": "^0.7.0",
M
Mike Greiling 已提交
59
    "file-loader": "^2.0.0",
L
Luke Bennett 已提交
60
    "formdata-polyfill": "^3.0.11",
61
    "fuzzaldrin-plus": "^0.5.0",
62
    "glob": "^7.1.2",
M
Mike Greiling 已提交
63
    "imports-loader": "^0.8.0",
64
    "jed": "^1.1.1",
J
Jacob Schatz 已提交
65
    "jquery": "^3.2.1",
T
Takuya Noguchi 已提交
66
    "jquery-ujs": "1.2.2",
67
    "jquery.waitforimages": "^2.2.0",
68
    "js-cookie": "^2.1.3",
J
Jacob Schatz 已提交
69 70
    "jszip": "^3.1.3",
    "jszip-utils": "^0.0.2",
S
Stan Hu 已提交
71
    "katex": "^0.9.0",
72
    "marked": "^0.3.12",
B
blackst0ne 已提交
73
    "mermaid": "^8.0.0-rc.8",
P
Phil Hughes 已提交
74
    "monaco-editor": "^0.14.3",
75
    "monaco-editor-webpack-plugin": "^1.5.4",
76
    "mousetrap": "^1.4.6",
F
Filipa Lacerda 已提交
77
    "pikaday": "^1.6.1",
78
    "popper.js": "^1.14.3",
P
Phil Hughes 已提交
79
    "prismjs": "^1.6.0",
80
    "raphael": "^2.2.7",
81
    "raven-js": "^3.22.1",
F
Filipa Lacerda 已提交
82
    "raw-loader": "^0.5.1",
83
    "sanitize-html": "^1.16.1",
84
    "select2": "3.5.2-browserify",
F
Filipa Lacerda 已提交
85
    "sha1": "^1.1.1",
P
Phil Hughes 已提交
86
    "smooshpack": "^0.0.48",
87
    "sortablejs": "^1.7.0",
88
    "sql.js": "^0.4.0",
89
    "stickyfilljs": "^2.0.5",
M
Mike Greiling 已提交
90
    "style-loader": "^0.23.0",
91
    "svg4everybody": "2.1.9",
P
Phil Hughes 已提交
92 93 94
    "three": "^0.84.0",
    "three-orbit-controls": "^82.1.0",
    "three-stl-loader": "^1.0.4",
T
Tim Zallmann 已提交
95
    "timeago.js": "^3.0.2",
T
Tim Zallmann 已提交
96
    "underscore": "^1.9.0",
M
Mike Greiling 已提交
97
    "url-loader": "^1.1.1",
F
Filipa Lacerda 已提交
98
    "visibilityjs": "^1.2.4",
99
    "vue": "^2.5.17",
100
    "vue-loader": "^15.4.2",
T
Tim Zallmann 已提交
101
    "vue-resource": "^1.5.0",
102
    "vue-router": "^3.0.1",
103
    "vue-template-compiler": "^2.5.17",
P
Phil Hughes 已提交
104
    "vue-virtual-scroll-list": "^1.2.5",
T
Tim Zallmann 已提交
105
    "vuex": "^3.0.1",
M
Mike Greiling 已提交
106
    "webpack": "^4.19.1",
107
    "webpack-bundle-analyzer": "^3.0.2",
M
Mike Greiling 已提交
108
    "webpack-cli": "^3.1.0",
109
    "webpack-stats-plugin": "^0.2.1",
110 111
    "worker-loader": "^2.0.0",
    "xterm": "^3.5.0"
112
  },
W
winniehell 已提交
113
  "devDependencies": {
114
    "@gitlab/eslint-config": "^1.1.0",
115
    "axios-mock-adapter": "^1.15.0",
M
Mike Greiling 已提交
116
    "babel-plugin-istanbul": "^5.1.0",
M
Mike Greiling 已提交
117
    "babel-plugin-rewire": "^1.2.0",
118 119
    "babel-template": "^6.26.0",
    "babel-types": "^6.26.0",
120
    "chalk": "^2.4.1",
121
    "commander": "^2.18.0",
M
Mike Greiling 已提交
122
    "eslint": "~5.6.0",
M
Mike Greiling 已提交
123 124
    "eslint-import-resolver-webpack": "^0.10.1",
    "eslint-plugin-html": "4.0.5",
M
Mike Greiling 已提交
125
    "eslint-plugin-import": "^2.14.0",
126
    "eslint-plugin-jasmine": "^2.10.1",
127 128
    "gettext-extractor": "^3.3.2",
    "gettext-extractor-vue": "^4.0.1",
M
Mike Greiling 已提交
129
    "istanbul": "^0.4.5",
130
    "jasmine-core": "^2.9.0",
131
    "jasmine-diff": "^0.1.3",
132
    "jasmine-jquery": "^2.1.1",
L
Lukas Eipert 已提交
133
    "karma": "^3.0.0",
T
Tim Zallmann 已提交
134
    "karma-chrome-launcher": "^2.2.0",
M
Mike Greiling 已提交
135
    "karma-coverage-istanbul-reporter": "^2.0.4",
M
Mike Greiling 已提交
136
    "karma-jasmine": "^1.1.2",
137
    "karma-junit-reporter": "^1.2.0",
T
Tim Zallmann 已提交
138
    "karma-mocha-reporter": "^2.2.5",
M
Mike Greiling 已提交
139
    "karma-sourcemap-loader": "^0.3.7",
M
Mike Greiling 已提交
140
    "karma-webpack": "^4.0.0-beta.0",
141
    "nodemon": "^1.18.4",
142
    "prettier": "1.14.3",
143
    "webpack-dev-server": "^3.1.8"
W
winniehell 已提交
144 145
  }
}