-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
124 lines (124 loc) · 4.31 KB
/
Copy pathpackage.json
File metadata and controls
124 lines (124 loc) · 4.31 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"name": "rootAir-ng2",
"version": "1.0.0",
"description": "Starter rootAir-ng2",
"main": "server/app.js",
"license": "MIT",
"scripts": {
"start": "concurrently --kill-others \"npm run _server:run\" \"ng serve --aot --progress=false --proxy-config proxy.conf.json\"",
"lint:client": "ng lint",
"lint:server": "tslint './server/**/*.ts' -c ./server/tslint.json --fix",
"test:client": "ng test",
"e2e:client": "ng e2e",
"build": "ng build --prod --sm=false --aot --output-path=dist/client && npm run _server:build",
"_server:run": "tsc -p ./server && concurrently \"tsc -w -p ./server\" \"nodemon --delay 5 dist/server/bin/www.js\" ",
"_server:build": "tsc -p ./server",
"postinstall": "npm run build"
},
"author": "rootair",
"repository": {
"url": "https://github.com/rootair/rootair-ng2"
},
"private": true,
"dependencies": {
"@agm/core": "1.0.0-beta.0",
"@angular/animations": "4.3.2",
"@angular/cli": "^1.2.4",
"@angular/common": "^4.3.2",
"@angular/compiler": "^4.3.2",
"@angular/compiler-cli": "^4.3.2",
"@angular/core": "^4.3.2",
"@angular/forms": "^4.3.2",
"@angular/http": "^4.3.2",
"@angular/platform-browser": "^4.3.2",
"@angular/platform-browser-dynamic": "^4.3.2",
"@angular/router": "^4.3.2",
"@asymmetrik/angular2-leaflet": "2.1.4",
"@nebular/auth": "2.0.0-rc.2",
"@nebular/theme": "2.0.0-rc.2",
"@ng-bootstrap/ng-bootstrap": "1.0.0-alpha.26",
"@ngrx/effects": "^4.0.5",
"@ngrx/store": "^4.0.3",
"@ngrx/store-devtools": "^4.0.0",
"@swimlane/ngx-charts": "5.2.0",
"@types/body-parser": "^1.16.3",
"@types/compression": "^0.0.33",
"@types/cors": "^2.8.1",
"@types/express": "^4.0.35",
"@types/jasmine": "2.5.38",
"@types/jsonwebtoken": "^7.2.0",
"@types/node": "~6.0.60",
"@types/uuid": "^2.0.29",
"angular2-chartjs": "^0.3.0",
"angular2-toaster": "4.0.0",
"body-parser": "~1.17.1",
"bootstrap": "^4.0.0-alpha.6",
"chart.js": "2.5.0",
"ckeditor": "4.6.2",
"classlist.js": "1.1.20150312",
"compression": "^1.6.2",
"cookie-parser": "~1.3.5",
"core-js": "^2.4.1",
"d3": "4.8.0",
"express": "^4.15.2",
"express-jwt": "^5.1.0",
"font-awesome": "4.7.0",
"gulp": "^3.9.1",
"intl": "1.2.5",
"ionicons": "2.0.1",
"jsonwebtoken": "^7.3.0",
"nebular-icons": "1.0.6",
"ng2-ckeditor": "1.1.6",
"ng2-smart-table": "1.1.0",
"ng2-tree": "2.0.0-alpha.5",
"ngrx-store-freeze": "^0.1.9",
"ngx-echarts": "1.2.2",
"normalize.css": "6.0.0",
"pace-js": "^1.0.2",
"path": "^0.12.7",
"roboto-fontface": "0.8.0",
"rxjs": "^5.4.2",
"socicon": "^3.0.5",
"tether": "1.4.0",
"tinymce": "4.5.7",
"ts-helpers": "^1.1.2",
"ts-node": "~3.3.0",
"tslint": "^4.5.1",
"typeface-exo": "0.0.22",
"typescript": "^2.3.4",
"uuid": "^3.0.1",
"web-animations-js": "2.2.5",
"zone.js": "^0.8.14"
},
"devDependencies": {
"codelyzer": "~3.1.2",
"concurrently": "^3.5.0",
"jasmine-core": "2.6.2",
"jasmine-spec-reporter": "4.1.0",
"karma": "~1.5.0",
"karma-chrome-launcher": "~2.0.0",
"karma-cli": "~1.0.1",
"karma-coverage-istanbul-reporter": "^0.2.0",
"karma-jasmine": "~1.1.0",
"karma-jasmine-html-reporter": "^0.2.2",
"karma-remap-istanbul": "^0.2.1",
"nodemon": "^1.11.0",
"protractor": "~5.1.0",
"webdriver-manager": "10.2.5",
"tslint": "5.4.2",
"tslint-language-service": "0.9.6",
"@angular/cli": "1.2.6",
"@angular/compiler-cli": "4.3.2",
"@angular/language-service": "4.3.2",
"@compodoc/compodoc": "^1.0.1",
"@types/d3-color": "1.0.4",
"@types/node": "6.0.74",
"angular-cli-ghpages": "0.5.0",
"husky": "0.13.3",
"npm-run-all": "4.0.2",
"rimraf": "2.6.1",
"stylelint": "7.13.0",
"ts-node": "3.0.4",
"typescript": "2.3.4"
}
}