package.json 3.8 KB
Newer Older
W
winniehell 已提交
1 2 3
{
  "private": true,
  "scripts": {
4
    "dev-server": "nodemon --watch config/webpack.config.js -- ./node_modules/.bin/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
    "svg": "node config/svg.config.js",
M
Mike Greiling 已提交
12
    "webpack": "webpack --config config/webpack.config.js",
13
    "webpack-prod": "NODE_ENV=production webpack --config config/webpack.config.js"
W
winniehell 已提交
14
  },
15
  "dependencies": {
16
    "autosize": "^4.0.0",
T
Tim Zallmann 已提交
17
    "axios": "^0.17.1",
T
Tim Zallmann 已提交
18 19 20 21 22 23
    "babel-core": "^6.26.0",
    "babel-eslint": "^8.0.2",
    "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",
24
    "blackst0ne-mermaid": "^7.1.0-fixed",
25
    "bootstrap-sass": "^3.3.6",
26
    "brace-expansion": "^1.1.8",
27
    "classlist-polyfill": "^1.2.0",
28
    "clipboard": "^1.7.1",
29
    "compression-webpack-plugin": "^1.0.0",
30
    "copy-webpack-plugin": "^4.0.1",
31
    "core-js": "^2.4.1",
32
    "cropper": "^2.3.0",
33
    "css-loader": "^0.28.0",
34 35 36 37 38 39 40 41
    "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 已提交
42
    "deckar01-task_list": "^2.0.0",
P
Phil Hughes 已提交
43
    "diff": "^3.4.0",
44
    "document-register-element": "1.3.0",
45
    "dropzone": "^4.2.0",
E
Eric Eastwood 已提交
46
    "emoji-unicode-version": "^0.2.1",
47
    "exports-loader": "^0.6.4",
S
Sam Rose 已提交
48
    "file-loader": "^0.11.1",
49
    "fuzzaldrin-plus": "^0.5.0",
50
    "imports-loader": "^0.7.1",
51
    "jed": "^1.1.1",
T
Takuya Noguchi 已提交
52 53
    "jquery": "^2.2.4",
    "jquery-ujs": "1.2.2",
54
    "js-cookie": "^2.1.3",
J
Jacob Schatz 已提交
55 56
    "jszip": "^3.1.3",
    "jszip-utils": "^0.0.2",
57
    "marked": "^0.3.12",
T
Tim Zallmann 已提交
58
    "monaco-editor": "0.10.0",
59
    "mousetrap": "^1.4.6",
60
    "name-all-modules-plugin": "^1.0.1",
F
Filipa Lacerda 已提交
61
    "pikaday": "^1.6.1",
P
Phil Hughes 已提交
62
    "prismjs": "^1.6.0",
63
    "raphael": "^2.2.7",
64
    "raven-js": "^3.14.0",
F
Filipa Lacerda 已提交
65
    "raw-loader": "^0.5.1",
66
    "react-dev-utils": "^0.5.2",
67
    "sanitize-html": "^1.16.1",
68
    "select2": "3.5.2-browserify",
69
    "sql.js": "^0.4.0",
70
    "svg4everybody": "2.1.9",
P
Phil Hughes 已提交
71 72 73
    "three": "^0.84.0",
    "three-orbit-controls": "^82.1.0",
    "three-stl-loader": "^1.0.4",
T
Tim Zallmann 已提交
74
    "timeago.js": "^3.0.2",
75
    "underscore": "^1.8.3",
S
Sam Rose 已提交
76
    "url-loader": "^0.5.8",
F
Filipa Lacerda 已提交
77
    "visibilityjs": "^1.2.4",
T
Tim Zallmann 已提交
78 79
    "vue": "^2.5.8",
    "vue-loader": "^13.5.0",
F
Filipa Lacerda 已提交
80
    "vue-resource": "^1.3.4",
81
    "vue-router": "^3.0.1",
T
Tim Zallmann 已提交
82 83
    "vue-template-compiler": "^2.5.8",
    "vuex": "^3.0.1",
84
    "webpack": "^3.5.5",
85
    "webpack-bundle-analyzer": "^2.8.2",
P
Phil Hughes 已提交
86 87
    "webpack-stats-plugin": "^0.1.5",
    "worker-loader": "^1.1.0"
88
  },
W
winniehell 已提交
89
  "devDependencies": {
90
    "@gitlab-org/gitlab-svgs": "^1.5.0",
91
    "axios-mock-adapter": "^1.10.0",
T
Tim Zallmann 已提交
92
    "babel-plugin-istanbul": "^4.1.5",
F
Filipa Lacerda 已提交
93
    "eslint": "^3.18.0",
94
    "eslint-config-airbnb-base": "^10.0.1",
95
    "eslint-import-resolver-webpack": "^0.8.3",
96
    "eslint-plugin-filenames": "^1.1.0",
F
Filipa Lacerda 已提交
97
    "eslint-plugin-html": "2.0.1",
98 99
    "eslint-plugin-import": "^2.2.0",
    "eslint-plugin-jasmine": "^2.1.0",
100
    "eslint-plugin-promise": "^3.5.0",
101
    "eslint-plugin-vue": "^4.0.1",
M
Mike Greiling 已提交
102
    "istanbul": "^0.4.5",
103
    "jasmine-core": "^2.6.3",
104
    "jasmine-jquery": "^2.1.1",
M
Mike Greiling 已提交
105
    "karma": "^1.7.0",
106
    "karma-chrome-launcher": "^2.1.1",
107
    "karma-coverage-istanbul-reporter": "^0.2.0",
108
    "karma-jasmine": "^1.1.0",
109
    "karma-mocha-reporter": "^2.2.2",
M
Mike Greiling 已提交
110
    "karma-sourcemap-loader": "^0.3.7",
M
Mike Greiling 已提交
111
    "karma-webpack": "^2.0.4",
112
    "nodemon": "^1.11.0",
J
Jacob Schatz 已提交
113
    "prettier": "1.9.2",
P
Phil Hughes 已提交
114
    "webpack-dev-server": "^2.6.1"
W
winniehell 已提交
115 116
  }
}