-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
57 lines (57 loc) · 1.71 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
{
"name": "webpack-angularity-solution",
"version": "1.6.1",
"description": "Requisite configuration and modules to build Angularity projects with Webpack",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/angularity/webpack-angularity-solution.git"
},
"keywords": [
"webpack",
"solution",
"angularity"
],
"author": "bholloway",
"license": "MIT",
"bugs": {
"url": "https://github.com/angularity/webpack-angularity-solution/issues"
},
"homepage": "https://github.com/angularity/webpack-angularity-solution",
"dependencies": {
"adjust-sourcemap-loader": "~1.0.0",
"babel-core": "~6.4.5",
"babel-loader": "~6.2.1",
"bower-webpack-plugin": "~0.1.9",
"browser-sync": "~2.11.1",
"browser-sync-webpack-plugin": "~1.0.1",
"camelcase": "~2.1.0",
"chunk-manifest-webpack-plugin": "0.0.1",
"clean-webpack-plugin": "~0.1.7",
"cross-env": "~1.0.7",
"css-loader": "~0.23.1",
"entry-generator-webpack-plugin": "~0.2.1",
"esmangle-webpack-plugin": "~0.0.1",
"exports-loader": "~0.6.2",
"extract-text-webpack-plugin": "~1.0.1",
"file-loader": "~0.8.5",
"glob": "~6.0.4",
"html-loader": "~0.4.0",
"html-webpack-plugin": "^2.15.0",
"image-webpack-loader": "~1.6.3",
"jshint": "~2.9.1",
"jshint-loader": "~0.8.3",
"json-loader": "~0.5.4",
"lodash.assign": "^4.0.7",
"md5": "~2.1.0",
"ng-annotate-loader": "~0.1.0",
"nginject-loader": "~2.1.0",
"node-sass": "~3.4.2",
"omit-tilde-webpack-plugin": "~0.1.1",
"resolve-url-loader": "~1.4.3",
"sass-loader": "~3.1.2",
"url-loader": "~0.5.7",
"webpack": "~1.12.12",
"webpack-multi-configurator": "~1.1.0"
}
}