-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
84 lines (84 loc) · 2.43 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
74
75
76
77
78
79
80
81
82
83
84
{
"name": "angularjs-webpack-complex-example",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"gulp": "gulp"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/angular": "^1.5.16",
"@types/angular-mocks": "^1.5.5",
"@types/jasmine": "^2.2.34",
"@types/jquery": "^2.0.32",
"@types/lodash": "^4.14.36",
"angular": "1.5.8",
"angular-mocks": "1.5.8",
"angular-route": "1.5.8",
"angular-sanitize": "1.5.8",
"autoprefixer": "6.4.1",
"awesome-typescript-loader": "2.2.4",
"babel-core": "6.14.0",
"babel-loader": "6.2.5",
"babel-preset-es2015": "6.14.0",
"babel-register": "6.14.0",
"bootstrap-sass": "3.3.7",
"browser-sync": "2.16.0",
"browser-sync-webpack-plugin": "1.1.3",
"clean-webpack-plugin": "0.1.10",
"css-loader": "0.25.0",
"eslint": "^3.6.1",
"eslint-loader": "1.5.0",
"eslint-plugin-angular": "1.4.1",
"expose-loader": "0.7.1",
"extract-text-webpack-plugin": "1.0.1",
"file-loader": "0.9.0",
"git-guppy": "1.2.1",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-awspublish": "3.3.0",
"gulp-hub": "github:frankwallis/gulp-hub#registry-init",
"gulp-rename": "1.2.2",
"gulp-shell": "0.5.2",
"guppy-commit-msg": "0.2.0",
"guppy-pre-commit": "0.4.0",
"html-loader": "0.4.4",
"html-webpack-plugin": "2.22.0",
"istanbul-instrumenter-loader": "0.2.0",
"jasmine-core": "2.5.2",
"jquery": "3.1.1",
"json-loader": "0.5.4",
"karma": "1.3.0",
"karma-chrome-launcher": "2.0.0",
"karma-coverage": "1.1.1",
"karma-firefox-launcher": "1.0.0",
"karma-jasmine": "1.0.2",
"karma-mocha-reporter": "2.2.0",
"karma-phantomjs-launcher": "1.0.2",
"karma-sourcemap-loader": "0.3.7",
"karma-webpack": "1.8.0",
"lodash": "4.16.2",
"moment": "2.15.1",
"ng-annotate-loader": "0.1.1",
"postcss-loader": "0.13.0",
"sass-lint": "1.9.1",
"sass-loader": "4.0.2",
"sasslint-webpack-plugin": "1.0.4",
"style-loader": "0.13.1",
"toastr": "2.1.2",
"tslint": "3.15.1",
"tslint-loader": "2.1.5",
"typescript": "2.0.3",
"typings": "1.4.0",
"unparse-args": "1.1.0",
"url-loader": "0.5.7",
"webpack": "1.13.2",
"webpack-dev-server": "1.16.1",
"webpack-merge": "0.14.1",
"webpack-validator": "2.2.7",
"yargs": "5.0.0"
}
}