forked from hristozov/angular2-jsonapi
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.33 KB
/
package.json
File metadata and controls
84 lines (84 loc) · 2.33 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
{
"name": "@asteasolutions/angular2-jsonapi",
"version": "8.0.1",
"description": "A lightweight Angular adapter for JSON API",
"scripts": {},
"repository": {
"type": "git",
"url": "https://github.com/asteasolutions/angular2-jsonapi"
},
"keywords": [
"angular",
"angular2",
"json",
"jsonapi",
"api"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/asteasolutions/angular2-jsonapi/issues"
},
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"dependencies": {
"@angular/animations": "^8.0.1",
"@angular/common": "^8.0.1",
"@angular/core": "^8.0.1",
"@angular/platform-browser": "^8.0.1",
"@angular/platform-browser-dynamic": "^8.0.1",
"@angular/platform-server": "^8.0.1",
"date-fns": "^1.29.0",
"html-webpack-plugin": "^3.2.0",
"lodash": "^4.17.11",
"qs": "^6.5.1",
"rxjs": "6.5.2",
"tslib": "^1.10.0"
},
"optionalDependencies": {
"fsevents": "*"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.800.3",
"@angular-devkit/build-ng-packagr": "^0.800.3",
"@angular/cli": "^8.0.3",
"@angular/compiler": "^8.0.1",
"@angular/compiler-cli": "^8.0.1",
"@types/date-fns": "^2.6.0",
"@types/jasmine": "2.5.43",
"@types/lodash": "4.14.108",
"@types/qs": "^6.5.0",
"@types/reflect-metadata": "0.0.5",
"@types/selenium-webdriver": "^3.0.7",
"codelyzer": "^4.5.0",
"core-js": "^2.5.7",
"coveralls": "^3.0.3",
"ignore-loader": "^0.1.2",
"jasmine-core": "^3.4.0",
"karma": "^4.0.1",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.2",
"karma-coverage-istanbul-reporter": "^2.0.5",
"karma-jasmine": "^2.0.1",
"karma-jasmine-html-reporter": "^1.4.2",
"karma-phantomjs-launcher": "^1.0.2",
"karma-remap-istanbul": "^0.6.0",
"karma-sourcemap-loader": "0.3.7",
"karma-spec-reporter": "^0.0.30",
"karma-webpack": "^3.0.5",
"ng-packagr": "^5.3.0",
"reflect-metadata": "^0.1.3",
"rimraf": "^2.6.2",
"rxjs-tslint": "^0.1.4",
"sourcemap-istanbul-instrumenter-loader": "^0.2.0",
"ts-loader": "^2.3.7",
"tsickle": ">=0.34.0",
"tslint": "^5.10.0",
"tslint-config-airbnb": "^5.3.0",
"typescript": "3.4.5",
"webpack": "^4.33.0",
"zone.js": "^0.9.1"
},
"engines": {
"node": ">=0.8.0"
}
}