-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.95 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 1.95 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
{
"name": "omf",
"version": "0.0.0",
"scripts": {
"start": "npm run grunt && concurrently \"grunt watch\" \"lite-server\" \"node ./backend/bin/www\" ",
"grunt": "grunt",
"test": "mocha backend/dist/test"
},
"licenses": [
{}
],
"dependencies": {
"@angular/common": "~4.3.6",
"@angular/compiler": "~4.3.6",
"@angular/core": "~4.3.6",
"@angular/forms": "~4.3.6",
"@angular/http": "~4.3.6",
"@angular/platform-browser": "~4.3.6",
"@angular/platform-browser-dynamic": "~4.3.6",
"@angular/router": "~4.3.6",
"@angular/upgrade": "~4.3.6",
"angular-in-memory-web-api": "~0.3.2",
"body-parser": "^1.17.2",
"bootstrap": "^3.3.7",
"cookie-parser": "^1.4.3",
"core-js": "^2.5.0",
"errorhandler": "^1.5.0",
"express": "^4.15.4",
"jquery": "^3.2.1",
"jquery-parallax": "^1.0.1",
"masonry-layout": "^4.2",
"method-override": "^2.3.9",
"mongoose": "^4.11.8",
"morgan": "^1.8.2",
"q": "^1.5.0",
"reflect-metadata": "^0.1.10",
"rxjs": "5.4.3",
"systemjs": "0.20.18",
"zone.js": "^0.8.17"
},
"devDependencies": {
"@types/body-parser": "1.16.5",
"@types/chai": "^4.0.4",
"@types/cookie-parser": "^1.4.1",
"@types/core-js": "^0.9.43",
"@types/errorhandler": "0.0.31",
"@types/jquery": "^3.2.12",
"@types/masonry-layout": "^4.0.5",
"@types/method-override": "0.0.30",
"@types/mocha": "^2.2.42",
"@types/mongodb": "^2.2.10",
"@types/mongoose": "^4.7.21",
"@types/morgan": "^1.7.32",
"@types/node": "^8.0.25",
"chai": "^4.1.1",
"concurrently": "^3.5.0",
"cors": "^2.8.4",
"csurf": "^1.9.0",
"grunt": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-reload": "^0.2.0",
"grunt-ts": "^6.0.0-beta.16",
"http-proxy-middleware": "^0.17.4",
"lite-server": "^2.3.0",
"mocha": "^3.5.0",
"mocha-typescript": "^1.1.7",
"typescript": "^2.4.2"
}
}