-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
98 lines (98 loc) · 3.18 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "angular-enterprise-template",
"version": "1.0.0",
"scripts": {
"start": "webpack-dev-server --hot --inline --config config/webpack.dev.js --progress",
"start-aot": "webpack --config config/webpack.prod.js --progress",
"build:dev": "webpack-dev-server --config config/webpack.dev.js --progress --profile",
"lint": "tslint --noUnusedParameters -noUnusedLocals --force \"src/**/*.ts\"",
"test": "karma start",
"build": "rimraf dist && webpack --config config/webpack.prod.js --progress --profile --bail",
"sass": "node-sass -v"
},
"license": "ISC",
"description": "this template is a skeleton of what can or could be used in an enterprise level build",
"repository": {
"type": "git",
"url": "https://github.com/xtianus79/angular-enterprise-template"
},
"dependencies": {
"angular-calendar": "0.18.3",
"angular-in-memory-web-api": "0.3.2",
"angular2-material-datepicker": "0.5.0",
"core-js": "2.4.1",
"font-awesome": "4.7.0",
"hammerjs": "2.0.8",
"immutable": "3.8.1",
"jquery": "3.2.1",
"jquery-ui-dist": "1.12.1",
"moment": "2.18.1",
"multiple-date-picker-a2": "2.5.3",
"ng-semantic": "1.1.13",
"ngx-pagination": "3.0.1",
"primeng": "4.1.0-rc.3",
"ramda": "0.24.1",
"redux": "3.7.1",
"redux-thunk": "2.2.0",
"reflect-metadata": "0.1.10",
"rxjs": "5.4.2",
"semantic-ui": "2.2.10",
"zone.js": "0.8.12"
},
"devDependencies": {
"@angular/animations": "4.2.5",
"@angular/common": "4.2.5",
"@angular/compiler": "4.2.5",
"@angular/compiler-cli": "4.2.5",
"@angular/core": "4.2.5",
"@angular/forms": "4.2.5",
"@angular/http": "4.2.5",
"@angular/material": "2.0.0-beta.7",
"@angular/platform-browser": "4.2.5",
"@angular/platform-browser-dynamic": "4.2.5",
"@angular/platform-server": "4.2.5",
"@angular/router": "4.2.5",
"@angularclass/hmr": "1.2.2",
"@angularclass/hmr-loader": "3.0.2",
"@ngtools/webpack": "^1.5.0",
"@types/chai": "4.0.1",
"@types/core-js": "0.9.42",
"@types/hammerjs": "2.0.34",
"@types/jasmine": "2.5.53",
"@types/node": "8.0.5",
"@types/ramda": "0.24.0",
"@types/selenium-webdriver": "3.0.4",
"@types/source-map": "0.5.0",
"@types/uglify-js": "2.6.29",
"@types/webpack": "3.0.1",
"angular-2-local-storage": "1.0.1",
"angular2-template-loader": "0.6.2",
"awesome-typescript-loader": "3.2.1",
"codelyzer": "3.1.1",
"css-loader": "0.28.4",
"css-to-string-loader": "0.1.3",
"extract-text-webpack-plugin": "2.1.2",
"file-loader": "0.11.2",
"html-loader": "0.4.5",
"html-webpack-plugin": "2.29.0",
"isomorphic-style-loader": "2.0.0",
"jasmine-core": "2.6.4",
"karma": "1.7.0",
"karma-jasmine": "1.1.0",
"karma-sourcemap-loader": "0.3.7",
"karma-webpack": "2.0.3",
"node-sass": "4.5.3",
"null-loader": "0.1.1",
"postcss-loader": "2.0.6",
"raw-loader": "0.5.1",
"rimraf": "2.6.1",
"sass-loader": "6.0.6",
"style-loader": "0.18.2",
"tslint": "5.5.0",
"tslint-loader": "3.5.3",
"typescript": "2.4.1",
"webpack": "3.0.0",
"webpack-dev-server": "2.5.0",
"webpack-merge": "4.1.0"
}
}