-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
43 lines (43 loc) · 1.33 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
{
"name": "@lithiumjs/ngx-virtual-scroll",
"description": "A fast and lightweight virtual scrolling solution for Angular that supports single column lists, grid lists and view caching.",
"repository": "https://github.com/lVlyke/lithium-ngx-virtual-scroll",
"version": "0.3.2",
"main": "index.js",
"author": "Mychal Thompson <mychalrthompson@gmail.com>",
"license": "MIT",
"private": false,
"type": "module",
"scripts": {
"prebuild:js": "npm run test",
"build:js": "node ./scripts/build.js",
"pretest": "node ./scripts/pretest.js",
"test": "node ./scripts/test.js"
},
"peerDependencies": {
"@angular/common": "8.x.x - 18.x.x",
"@angular/core": "8.x.x - 18.x.x",
"@lithiumjs/angular": ">=7.0.0",
"rxjs": "6.x.x - 7.x.x"
},
"devDependencies": {
"@angular/common": "^18.0.5",
"@angular/compiler": "^18.0.5",
"@angular/compiler-cli": "^18.0.5",
"@angular/core": "^18.0.5",
"@lithiumjs/angular": "^8.0.0",
"@types/jasmine": "^4.3.1",
"c8": "^10.1.2",
"detest-bdd": "^1.2.1",
"extensionless": "^1.9.6",
"fs-extra": "^11.0.1",
"istanbul-cobertura-badger": "^1.3.1",
"jasmine": "^4.6.0",
"ng-packagr": "^18.0.0",
"rxjs": "~7.4.0",
"source-map-support": "^0.5.12",
"tslib": "^2.3.0",
"typescript": "~5.4.5",
"zone.js": "~0.14.7"
}
}