forked from mrin9/Angular-SpringBoot-REST-JWT
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1020 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 1020 Bytes
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
{
"name": "cli-ng-msw",
"version": "0.0.0",
"license": "MIT",
"angular-cli": {},
"scripts": {
"start": "ws"
},
"private": true,
"dependencies": {
"@angular/common": "2.3.0",
"@angular/compiler": "2.3.0",
"@angular/core": "2.3.0",
"@angular/forms": "2.3.0",
"@angular/http": "2.3.0",
"@angular/platform-browser": "2.3.0",
"@angular/platform-browser-dynamic": "2.3.0",
"@angular/material": "2.0.0-alpha.11",
"@angular/router": "~3.3.0",
"core-js": "^2.4.1",
"hammerjs": "^2.0.8",
"rxjs": "5.0.0-rc.5",
"ts-helpers": "^1.1.1",
"zone.js": "^0.7.2"
},
"devDependencies": {
"@angular/compiler-cli": "2.2.3",
"@types/hammerjs": "^2.0.33",
"@types/node": "^6.0.42",
"angular-cli": "1.0.0-beta.21",
"awesome-typescript-loader": "^3.0.0-beta.9",
"codelyzer": "~2.0.0-beta.1",
"local-web-server": "^1.2.6",
"ts-node": "1.2.1",
"tslint": "^4.0.2",
"typescript": "^2.1.4",
"webdriver-manager": "10.2.5"
}
}