-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
81 lines (81 loc) · 2.24 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
{
"name": "angularjs-1.5-components-showcase-ES6-redux-architecture",
"version": "0.0.1",
"description": "AngularJS project that implements a redux & component based architecture using ES6",
"main": "index.js",
"dependencies": {
"angular": "^1.5.8",
"angular-animate": "^1.5.5",
"angular-aria": "^1.5.5",
"angular-material": "^1.0.8",
"angular-messages": "^1.5.5",
"angular-sanitize": "^1.5.5",
"angular-ui-router": "1.0.0-beta.3",
"gulp-json-server": "0.0.7",
"gulp-json-srv": "^0.2.0",
"json-server": "^0.8.12",
"karma-sinon": "^1.0.5",
"lodash": "^3.8.0",
"ng-redux": "^3.4.0-beta.1",
"normalize.css": "^3.0.3",
"redux": "^3.6.0",
"redux-thunk": "^2.1.0",
"reselect": "^2.5.1",
"truncate": "^2.0.0"
},
"devDependencies": {
"angular-mocks": "^1.5.0",
"babel-core": "^5.4.2",
"babel-loader": "^5.0.0",
"browser-sync": "^2.11.1",
"chai": "^3.4.0",
"connect-history-api-fallback": "^1.1.0",
"css-loader": "^0.19.0",
"del": "^2.2.0",
"faker": "^3.1.0",
"fs-walk": "0.0.1",
"gulp": "^3.9.0",
"gulp-rename": "^1.2.2",
"gulp-template": "^3.0.0",
"gulp-util": "^3.0.7",
"html-webpack-plugin": "^1.7.0",
"karma": "^0.13.9",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.2.0",
"karma-mocha": "^0.2.0",
"karma-mocha-reporter": "^1.0.2",
"karma-sinon": "^1.0.5",
"karma-sourcemap-loader": "^0.3.4",
"karma-webpack": "^1.5.1",
"mocha": "^2.3.0",
"ng-annotate-loader": "0.0.10",
"node-libs-browser": "^0.5.0",
"node-sass": "^3.13.0",
"raw-loader": "^0.5.1",
"run-sequence": "^1.1.0",
"sass-loader": "^4.0.2",
"sinon": "^1.17.4",
"style-loader": "^0.12.2",
"stylus-loader": "^1.1.1",
"supports-color": "^3.1.2",
"webpack": "^1.9.5",
"webpack-dev-middleware": "^1.6.1",
"webpack-hot-middleware": "^2.6.0",
"yargs": "^3.9.0"
},
"scripts": {
"test": "karma start",
"tdd": "karma start --no-single-run --auto-watch"
},
"keywords": [
"angular",
"webpack",
"es6"
],
"repository": {
"type": "git",
"url": "https://github.com/angularclass/NG6-starter.git"
},
"author": "Pablo Hidalgo Vaquerizas",
"license": "Apache-2.0"
}