-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.81 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.81 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
{
"name": "wire-up",
"description": "Wiring up the teams, projects, clients at one place",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "https://github.com/14Muhammad/wire-up.git"
},
"scripts": {
"start": "tsc && concurrently \"npm run tsc:w\" \"npm run lite\" \"node server/app.js\"",
"lite": "lite-server",
"tsc": "tsc",
"tsc:w": "tsc -w"
},
"license": "ISC",
"dependencies": {
"@angular/common": "~2.2.0",
"@angular/compiler": "~2.2.0",
"@angular/core": "~2.2.0",
"@angular/forms": "~2.2.0",
"@angular/http": "~2.2.0",
"@angular/material": "2.0.0-alpha.10",
"@angular/platform-browser": "~2.2.0",
"@angular/platform-browser-dynamic": "~2.2.0",
"@angular/router": "~3.2.0",
"@angular/upgrade": "~2.2.0",
"angular2-highcharts": "0.3.2",
"angular2-in-memory-web-api": "~0.0.21",
"angular2-material-datepicker": "^0.5.0",
"angular2-notifications": "^0.4.46",
"animate.css": "^3.5.2",
"body-parser": "^1.15.2",
"bootstrap": "4.0.0-alpha.4",
"cookie-parser": "^1.4.3",
"core-js": "^2.4.1",
"cors": "^2.7.1",
"devextreme-angular2": "16.1.7",
"express": "^4.14.0",
"font-awesome": "^4.6.3",
"hammerjs": "^2.0.8",
"highcharts": "^4.2.7",
"jquery": "^2.2.3",
"moment": "2.15.1",
"mongodb": "^2.2.5",
"mongoose": "^4.5.8",
"mongoose-double": "0.0.1",
"mpromise": "^0.5.5",
"multer": "^1.1.0",
"ng2-bootstrap": "1.1.16",
"reflect-metadata": "^0.1.8",
"rxjs": "5.0.0-beta.12",
"systemjs": "0.19.39",
"web-animations-js": "^2.2.2",
"zone.js": "^0.6.25"
},
"devDependencies": {
"@types/core-js": "^0.9.34",
"@types/node": "^6.0.45",
"concurrently": "^3.0.0",
"lite-server": "^2.2.2",
"typescript": "^2.0.3",
"typings": "^1.4.0"
}
}