package.json 4.2 KB
Newer Older
W
winniehell 已提交
1 2 3
{
  "private": true,
  "scripts": {
4
    "dev-server": "nodemon -w 'config/webpack.config.js' --exec 'webpack-dev-server --config config/webpack.config.js'",
M
Mike Greiling 已提交
5 6 7
    "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 .",
8
    "karma": "karma start config/karma.config.js --single-run",
9
    "karma-coverage": "BABEL_ENV=coverage karma start config/karma.config.js --single-run",
M
Mike Greiling 已提交
10
    "karma-start": "karma start config/karma.config.js",
11 12 13 14
    "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 已提交
15
    "webpack": "webpack --config config/webpack.config.js",
16
    "webpack-prod": "NODE_ENV=production webpack --config config/webpack.config.js"
W
winniehell 已提交
17
  },
18
  "dependencies": {
P
Phil Hughes 已提交
19
    "@gitlab-org/gitlab-svgs": "^1.17.0",
20
    "autosize": "^4.0.0",
T
Tim Zallmann 已提交
21
    "axios": "^0.17.1",
T
Tim Zallmann 已提交
22 23 24 25 26
    "babel-core": "^6.26.0",
    "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",
27
    "blackst0ne-mermaid": "^7.1.0-fixed",
28
    "bootstrap-sass": "^3.3.6",
29
    "brace-expansion": "^1.1.8",
J
Jacob Schatz 已提交
30
    "chart.js": "1.0.2",
31
    "classlist-polyfill": "^1.2.0",
32
    "clipboard": "^1.7.1",
M
Mike Greiling 已提交
33 34
    "compression-webpack-plugin": "^1.1.7",
    "copy-webpack-plugin": "^4.4.1",
35
    "core-js": "^2.4.1",
36
    "cropper": "^2.3.0",
M
Mike Greiling 已提交
37
    "css-loader": "^0.28.9",
38 39 40 41 42 43 44 45
    "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 已提交
46
    "deckar01-task_list": "^2.0.0",
P
Phil Hughes 已提交
47
    "diff": "^3.4.0",
48
    "document-register-element": "1.3.0",
49
    "dropzone": "^4.2.0",
E
Eric Eastwood 已提交
50
    "emoji-unicode-version": "^0.2.1",
M
Mike Greiling 已提交
51 52
    "exports-loader": "^0.7.0",
    "file-loader": "^1.1.8",
53
    "fuzzaldrin-plus": "^0.5.0",
54
    "glob": "^7.1.2",
M
Mike Greiling 已提交
55
    "imports-loader": "^0.8.0",
56
    "jed": "^1.1.1",
J
Jacob Schatz 已提交
57
    "jquery": "^3.2.1",
T
Takuya Noguchi 已提交
58
    "jquery-ujs": "1.2.2",
59
    "jquery.waitforimages": "^2.2.0",
60
    "js-cookie": "^2.1.3",
J
Jacob Schatz 已提交
61 62
    "jszip": "^3.1.3",
    "jszip-utils": "^0.0.2",
J
Jose Ivan Vargas 已提交
63
    "katex": "^0.8.3",
64
    "marked": "^0.3.12",
T
Tim Zallmann 已提交
65
    "monaco-editor": "0.10.0",
66
    "mousetrap": "^1.4.6",
67
    "name-all-modules-plugin": "^1.0.1",
F
Filipa Lacerda 已提交
68
    "pikaday": "^1.6.1",
P
Phil Hughes 已提交
69
    "prismjs": "^1.6.0",
70
    "raphael": "^2.2.7",
71
    "raven-js": "^3.22.1",
F
Filipa Lacerda 已提交
72
    "raw-loader": "^0.5.1",
M
Mike Greiling 已提交
73
    "react-dev-utils": "^5.0.0",
74
    "sanitize-html": "^1.16.1",
75
    "select2": "3.5.2-browserify",
76
    "sql.js": "^0.4.0",
M
Mike Greiling 已提交
77
    "style-loader": "^0.20.2",
78
    "svg4everybody": "2.1.9",
P
Phil Hughes 已提交
79 80 81
    "three": "^0.84.0",
    "three-orbit-controls": "^82.1.0",
    "three-stl-loader": "^1.0.4",
T
Tim Zallmann 已提交
82
    "timeago.js": "^3.0.2",
83
    "underscore": "^1.8.3",
M
Mike Greiling 已提交
84
    "url-loader": "^0.6.2",
F
Filipa Lacerda 已提交
85
    "visibilityjs": "^1.2.4",
T
Tim Zallmann 已提交
86
    "vue": "^2.5.13",
M
Mike Greiling 已提交
87
    "vue-loader": "^14.1.1",
T
Tim Zallmann 已提交
88
    "vue-resource": "^1.3.5",
89
    "vue-router": "^3.0.1",
T
Tim Zallmann 已提交
90
    "vue-template-compiler": "^2.5.13",
T
Tim Zallmann 已提交
91
    "vuex": "^3.0.1",
92
    "webpack": "^3.11.0",
M
Mike Greiling 已提交
93
    "webpack-bundle-analyzer": "^2.10.0",
P
Phil Hughes 已提交
94 95
    "webpack-stats-plugin": "^0.1.5",
    "worker-loader": "^1.1.0"
96
  },
W
winniehell 已提交
97
  "devDependencies": {
98
    "axios-mock-adapter": "^1.10.0",
99
    "babel-eslint": "^8.0.2",
T
Tim Zallmann 已提交
100
    "babel-plugin-istanbul": "^4.1.5",
F
Filipa Lacerda 已提交
101
    "eslint": "^3.18.0",
102
    "eslint-config-airbnb-base": "^10.0.1",
103
    "eslint-import-resolver-webpack": "^0.8.3",
104
    "eslint-plugin-filenames": "^1.1.0",
F
Filipa Lacerda 已提交
105
    "eslint-plugin-html": "2.0.1",
106 107
    "eslint-plugin-import": "^2.2.0",
    "eslint-plugin-jasmine": "^2.1.0",
108
    "eslint-plugin-promise": "^3.5.0",
109
    "eslint-plugin-vue": "^4.0.1",
110
    "ignore": "^3.3.7",
M
Mike Greiling 已提交
111
    "istanbul": "^0.4.5",
112
    "jasmine-core": "^2.9.0",
113
    "jasmine-jquery": "^2.1.1",
T
Tim Zallmann 已提交
114 115
    "karma": "^2.0.0",
    "karma-chrome-launcher": "^2.2.0",
M
Mike Greiling 已提交
116
    "karma-coverage-istanbul-reporter": "^1.4.1",
T
Tim Zallmann 已提交
117 118
    "karma-jasmine": "^1.1.1",
    "karma-mocha-reporter": "^2.2.5",
M
Mike Greiling 已提交
119
    "karma-sourcemap-loader": "^0.3.7",
T
Tim Zallmann 已提交
120
    "karma-webpack": "2.0.7",
M
Mike Greiling 已提交
121
    "nodemon": "^1.15.1",
122
    "prettier": "1.11.1",
123
    "webpack-dev-server": "^2.11.2"
W
winniehell 已提交
124 125
  }
}