This repository has been archived by the owner on Jan 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
121 lines (121 loc) · 3.5 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
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"name": "ngforage",
"description": "localForage bindings for Angular",
"version": "11.0.0",
"private": true,
"scripts": {
"ng": "ng",
"sync": "node build/sync-pkg.js",
"prestart": "npm --scripts-prepend-node-path=auto run sync",
"prebuild:demo": "npm --scripts-prepend-node-path=auto run sync && rimraf dist/demo",
"prebuild:lib": "npm --scripts-prepend-node-path=auto run sync && rimraf dist/ngforage",
"pretest": "npm --scripts-prepend-node-path=auto run sync && rimraf coverage",
"start": "ng serve demo",
"build:demo": "ng build demo",
"build:demo:prod": "npm --scripts-prepend-node-path=auto run build:demo -- --configuration production",
"build:lib": "ng build ngforage",
"watch:lib": "npm run build:lib -- --watch",
"test": "node --no-deprecation ./node_modules/.bin/ng test ngforage --code-coverage",
"precompodoc": "rimraf dist/demo/docs",
"release": "semantic-release",
"compodoc": "compodoc -c ./.compodocrc.yml"
},
"keywords": [
"localforage",
"binding",
"angular",
"indexeddb",
"indexed",
"db",
"websql",
"web",
"sql",
"local",
"session",
"storage",
"localstorage",
"sessionstorage",
"pwa",
"offline",
"progressive",
"web",
"app"
],
"peerDependencies": {
"@angular/common": "^17.0.0",
"@angular/core": "^17.0.0",
"localforage": "^1.10.0",
"tslib": "^2.4.0"
},
"devDependencies": {
"@alorel-personal/conventional-changelog-alorel": "3.0.0",
"@angular-devkit/build-angular": "^17.0.7",
"@angular/cli": "^17.0.7",
"@angular/common": "^17.0.8",
"@angular/compiler": "^17.0.8",
"@angular/compiler-cli": "^17.0.8",
"@angular/core": "^17.0.8",
"@angular/forms": "^17.0.8",
"@angular/platform-browser": "^17.0.8",
"@angular/platform-browser-dynamic": "^17.0.8",
"@compodoc/compodoc": "^1.1.21",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/npm": "^11.0.0",
"@types/jasmine": "~5.1.0",
"@types/jasminewd2": "^2.0.10",
"@types/lodash-es": "^4.17.8",
"@types/node": "^20.5.9",
"@types/uuid": "^9.0.2",
"bluebird": "^3.7.2",
"bootstrap-material-design": "^4.1.3",
"doctoc": "^2.2.1",
"glob": "^10.3.3",
"jasmine-core": "~5.1.1",
"jasmine-spec-reporter": "^7.0.0",
"karma": "~6.4.2",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.1",
"karma-coverage-istanbul-reporter": "^3.0.3",
"karma-firefox-launcher": "^2.1.2",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"lazy-get-decorator": "^2.2.1",
"localforage": "^1.10.0",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"ng-packagr": "^17.0.3",
"rimraf": "^5.0.1",
"rxjs": "^7.8.1",
"semantic-release": "^22.0.5",
"ts-node": "^10.9.1",
"tslib": "^2.6.0",
"typescript": "~5.2.2",
"uuid": "^9.0.0",
"zone.js": "~0.14.2"
},
"author": {
"name": "Arturas Molcanovas",
"url": "https://alorel.github.io",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Alorel/ngforage.git"
},
"homepage": "https://alorel.github.io/ngforage/",
"bugs": {
"url": "https://github.com/Alorel/ngforage/issues"
},
"license": "MIT",
"publishConfig": {
"access": "public"
},
"contributors": [
{
"name": "patrykp57",
"url": "https://github.com/patrykp57"
}
]
}