-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
54 lines (54 loc) · 1.55 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
{
"name": "@regru/webpack-config",
"version": "4.2.0",
"description": "Basic config for webpack projects",
"main": "webpack-base.config.js",
"scripts": {
"test": "mocha",
"lint": "eslint"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/regru/webpack-config.git"
},
"author": "Andrey Makarychev <[email protected]>",
"license": "MIT",
"keywords": [
"webpack"
],
"peerDependencies": {
"@regru/bem-loader": "^1.1.1",
"@regru/dict-loader": "^1.0.4",
"@regru/img-loader": "^2.0.1-regru",
"@regru/webpack-stats-plugin": "^0.2.2",
"compression-webpack-plugin": "^1.0.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"mini-css-extract-plugin": "^0.5.0",
"glob": "^7.0.0",
"read-yaml": "^1.0.0",
"webpack": "^4.29.5",
"webpack-cli": "^3.2.3",
"svg-url-loader": "^2.3.2",
"file-loader": "^1.1.11",
"terser-webpack-plugin": "^1.2.2"
},
"devDependencies": {
"@regru/bem-loader": "^1.1.1",
"@regru/dict-loader": "^1.0.4",
"@regru/eslint-config-regru-light": "^2.0.1",
"@regru/img-loader": "^2.0.1-regru",
"@regru/webpack-stats-plugin": "^0.2.0-regru",
"compression-webpack-plugin": "^1.0.0",
"eslint": "^4.19.1",
"file-loader": "^1.1.11",
"glob": "^7.0.0",
"mini-css-extract-plugin": "^0.5.0",
"mocha": "^5.1.1",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"read-yaml": "^1.0.0",
"svg-url-loader": "^2.3.2",
"terser-webpack-plugin": "^1.2.2",
"webpack": "^4.29.5",
"webpack-cli": "^3.2.3"
}
}