-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.99 KB
/
package.json
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "gemstone-config-webpack",
"homepage": "http://github.com/gemstonejs/gemstone-config-webpack",
"description": "Webpack Bundling Configuration for Gemstone JavaScript Technology Stack",
"version": "0.9.86",
"license": "Apache-2.0",
"author": {
"name": "Gemstone Project",
"url": "http://gemstonejs.com"
},
"keywords": [
"gemstone", "webpack", "config"
],
"repository": {
"type": "git",
"url": "git://github.com/gemstonejs/gemstone-config-webpack.git"
},
"bugs": {
"url": "http://github.com/gemstonejs/gemstone-config-webpack/issues"
},
"devDependencies": {
"eslint": "6.8.0",
"eslint-config-standard": "14.1.0",
"eslint-plugin-standard": "4.0.1",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-import": "2.19.1",
"eslint-plugin-node": "10.0.0",
"babel-eslint": "10.0.3"
},
"dependencies" : {
"gemstone-config": "0.9.48",
"gemstone-loader-ucid": "0.9.26",
"gemstone-loader-js": "0.9.30",
"gemstone-loader-ts": "0.9.31",
"gemstone-loader-css": "0.9.47",
"gemstone-loader-html": "0.9.46",
"gemstone-loader-yaml": "0.9.30",
"gemstone-loader-nostrict": "0.9.26",
"webpack": "4.41.4",
"webpack-bundle-analyzer": "3.6.0",
"extract-text-webpack-plugin": "4.0.0-beta.0",
"mini-css-extract-plugin": "0.9.0",
"html-webpack-plugin": "3.2.0",
"favicons-webpack-plugin": "0.0.9",
"compression-webpack-plugin": "3.0.1",
"brotli-webpack-plugin": "1.1.0",
"imports-loader": "0.8.0",
"exports-loader": "0.7.0",
"expose-loader": "0.7.5",
"file-loader": "5.0.2",
"raw-loader": "4.0.0",
"url-loader": "3.0.0",
"style-loader": "1.1.1",
"css-loader": "3.4.0",
"uglifyjs-webpack-plugin": "2.2.0",
"uglify-js": "3.7.2",
"js-beautify": "1.10.2",
"progress": "2.0.3",
"mz": "2.7.0",
"strip-indent": "3.0.0",
"rimraf": "3.0.0",
"moment": "2.24.0",
"hash-files": "1.1.1"
},
"engines": {
"node": ">=8.0.0"
},
"scripts": {
"prepublishOnly": "eslint --config eslint.yaml gemstone-config-webpack.js"
},
"upd": "!favicons-webpack-plugin",
"main": "./gemstone-config-webpack.js"
}