forked from natural-apptitude/ngrx-store-ionic-storage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.26 KB
/
package.json
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
{
"name": "ngrx-store-ionic-storage",
"version": "4.2.0",
"description": "Simple storage syncing between @ngrx/store and @ionic/storage.",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"scripts": {
"build": "rimraf dist && ngc",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/natural-apptitude/ngrx-store-ionic-storage.git"
},
"keywords": [
"redux",
"ngrx",
"store",
"ionic",
"angular"
],
"author": "Natural Apptitude Ltd.",
"license": "MIT",
"bugs": {
"url": "https://github.com/natural-apptitude/ngrx-store-ionic-storage/issues"
},
"homepage": "https://github.com/natural-apptitude/ngrx-store-ionic-storage#readme",
"files": [
"dist"
],
"devDependencies": {
"@angular/compiler": "5.0.5",
"@angular/compiler-cli": "5.0.5",
"@angular/core": "5.0.5",
"@ionic/storage": "2.1.3",
"@ngrx/effects": "^4.1.1",
"@ngrx/store": "^4.1.1",
"rimraf": "latest",
"rxjs": "^5.5.2",
"typescript": "2.4.2",
"zone.js": "0.8.18"
},
"peerDependencies": {
"@angular/core": "^2.4.8 || ^4.0.0 || ^5.0.0",
"@ionic/storage": "^2.0.1",
"@ngrx/effects": "^4.1.1",
"@ngrx/store": "^4.1.1",
"rxjs": "^5.5.2"
}
}