-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
82 lines (82 loc) · 2.56 KB
/
package.json
File metadata and controls
82 lines (82 loc) · 2.56 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "wt-angularjs-boilerplate",
"version": "0.0.0",
"scripts": {
"postinstall": "typings install"
},
"dependencies": {
"angular": "1.5.5",
"angular-animate": "1.5.5",
"angular-aria": "1.5.5",
"angular-material": "1.0.7",
"angular-mocks": "1.5.5",
"awesome-typescript-loader": "0.17.0",
"babel-core": "6.7.7",
"babel-loader": "6.2.4",
"babel-preset-es2015": "6.6.0",
"babel-preset-stage-0": "6.5.0",
"clean-webpack-plugin": "0.1.8",
"copy-webpack-plugin": "2.1.3",
"core-js": "2.4.0",
"css-loader": "0.23.1",
"es6-promise": "3.1.2",
"es6-promise-loader": "1.0.1",
"es6-shim": "0.35.0",
"es7-reflect-metadata": "1.5.5",
"file-loader": "0.8.5",
"gulp": "gulpjs/gulp.git#4.0",
"gulp-debug": "2.1.2",
"gulp-empty": "0.1.1",
"gulp-load-plugins": "1.2.2",
"gulp-manifest": "0.1.1",
"html-webpack-plugin": "2.16.0",
"jquery": "3.1.0",
"less": "2.7.1",
"less-loader": "2.2.3",
"lodash": "4.11.1",
"minimist": "1.2.0",
"moment": "2.13.0",
"named-parameters": "0.0.3",
"ng-annotate-loader": "0.1.0",
"node-sass": "3.9.3",
"node.extend": "1.1.5",
"raw-loader": "0.5.1",
"reflect-metadata": "0.1.3",
"require-dir": "0.3.0",
"rxjs": "5.0.0-beta.6",
"sass-loader": "4.0.2",
"source-map-loader": "0.1.5",
"style-loader": "0.13.1",
"ts-loader": "0.8.2",
"typescript": "1.8.10",
"typings": "1.3.2",
"underscore": "1.8.3",
"webpack": "1.13.0",
"webpack-livereload-plugin": "0.8.1",
"webpack-merge": "0.13.0",
"webpack-split-by-path": "0.0.8",
"zone.js": "0.6.12"
},
"devDependencies": {
"babel-polyfill": "6.7.4",
"gulp-bump": "2.1.0",
"http-server": "0.9.0",
"istanbul-instrumenter-loader": "0.2.0",
"jasmine-core": "2.4.1",
"karma": "0.13.22",
"karma-chrome-launcher": "1.0.1",
"karma-coverage": "1.0.0",
"karma-jasmine": "1.0.2",
"karma-ng-html2js-preprocessor": "1.0.0",
"karma-phantomjs-launcher": "1.0.0",
"karma-sourcemap-loader": "0.3.7",
"karma-webpack": "1.7.0",
"phantomjs-polyfill": "0.0.2",
"phantomjs-prebuilt": "2.1.7",
"wt-protractor-runner": "0.4.0",
"wt-protractor-utils": "1.0.0"
},
"engines": {
"node": "6.2.1"
}
}