This repository was archived by the owner on Jun 14, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.47 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.47 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "game-jolt-frontend-lib",
"version": "0.0.1",
"dependencies": {
"@intervolga/optimize-cssnano-plugin": "1.0.6",
"cache-loader": "1.2.5",
"copy-webpack-plugin": "4.6.0",
"css-loader": "1.0.1",
"extract-loader": "3.0.0",
"file-loader": "2.0.0",
"friendly-errors-webpack-plugin": "1.7.0",
"gulp": "gulpjs/gulp#4.0",
"gulp-angular-gettext": "2.2.0",
"gulp-clean": "0.3.2",
"gulp-load-plugins": "1.5.0",
"gulp-plumber": "1.1.0",
"gulp-shell": "0.6.3",
"gulp-util": "3.0.8",
"gulp-tar": "2.0.0",
"gulp-gzip": "1.4.0",
"html-loader": "0.5.5",
"html-webpack-plugin": "3.2.0",
"imagemin-webpack-plugin": "2.3.0",
"markdown-loader": "4.0.0",
"mini-css-extract-plugin": "0.4.4",
"minimist": "1.2.0",
"null-loader": "0.1.1",
"sanitize-html": "1.19.1",
"string-replace-loader": "2.1.1",
"style-loader": "0.23.1",
"stylus": "0.54.5",
"stylus-loader": "3.0.2",
"thread-loader": "1.2.0",
"ts-loader": "5.3.0",
"undertaker-forward-reference": "1.0.2",
"url-loader": "1.1.2",
"webpack": "4.26.0",
"webpack-dev-server": "3.1.10",
"postcss-loader": "3.0.0",
"autoprefixer": "9.3.1",
"vue-loader": "15.7.1",
"vue-style-loader": "4.1.2",
"vue-template-loader": "1.0.0",
"write-file-webpack-plugin": "4.5.0",
"webpack-bundle-analyzer": "3.0.3",
"webpack-pwa-manifest": "3.7.1",
"offline-plugin": "5.0.6",
"mv": "2.1.1",
"gulp-zip": "4.0.0",
"follow-redirects": "1.4.1",
"polished": "1.9.2",
"shell-escape": "0.2.0"
}
}