forked from ArdentZeal/angular-webpack-config
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.76 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.76 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
55
56
57
58
59
60
{
"name": "angular-webpack-config",
"version": "6.0.1",
"description": "Shared Webpack config for Angular SPA/Universal development (w/Dll Bundles, Hard Source plugins)",
"repository": {
"type": "git",
"url": "https://github.com/ng-seed/angular-webpack-config.git"
},
"keywords": [
"config",
"webpack",
"angular"
],
"author": {
"name": "Burak Tasci",
"email": "me@fulls1z3.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/ng-seed/angular-webpack-config/issues"
},
"homepage": "https://github.com/ng-seed/angular-webpack-config#readme",
"scripts": {
"ci:before": "greenkeeper-lockfile-update",
"ci:after": "greenkeeper-lockfile-upload",
"release": "standard-version"
},
"main": "./index.js",
"devDependencies": {
"standard-version": "~4.3.0"
},
"peerDependencies": {
"json-sub": "1.1.0",
"webpack": ">=4.6.0",
"webpack-merge": ">=4.1.2",
"webpack-dev-middleware": ">=3.1.2",
"webpack-hot-middleware": ">=2.22.1",
"@ngtools/webpack": ">=1.9.0",
"tslint-loader": ">=3.6.0",
"awesome-typescript-loader": ">=5.0.0",
"angular2-template-loader": "0.6.0",
"ng-router-loader": ">=2.1.0",
"to-string-loader": ">=1.1.5",
"style-loader": ">=0.21.0",
"css-loader": ">=0.28.11",
"postcss-loader": ">=2.1.4",
"stylefmt-loader": ">=1.2.3",
"sass-loader": ">=7.0.1",
"html-loader": ">=0.5.5",
"raw-loader": ">=0.5.1",
"file-loader": ">=1.1.11",
"assets-webpack-plugin": ">=3.5.1",
"html-webpack-plugin": ">=3.2.0",
"script-ext-html-webpack-plugin": ">=2.0.1",
"hard-source-webpack-plugin": ">=0.6.4",
"optimize-js-plugin": ">=0.0.4",
"uglifyjs-webpack-plugin": ">=1.2.4",
"mini-css-extract-plugin": "^0.5.0"
}
}