-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.35 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.35 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
{
"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": "1.0.0",
"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": "21.x.x",
"@angular/core": "21.x.x",
"@lithiumjs/angular": ">=8.0.0",
"rxjs": "6.x.x - 7.x.x"
},
"devDependencies": {
"@angular/common": "^21.1.0",
"@angular/compiler": "^21.1.0",
"@angular/compiler-cli": "^21.1.0",
"@angular/core": "^21.1.0",
"@angular/platform-browser": "^21.1.0",
"@lithiumjs/angular": "^9.0.0",
"@types/jasmine": "^5.1.15",
"c8": "^10.1.3",
"detest-bdd": "^1.2.1",
"extensionless": "^2.0.6",
"fs-extra": "^11.3.3",
"istanbul-cobertura-badger": "^1.3.1",
"jasmine": "^5.8.0",
"ng-packagr": "^21.1.0",
"rxjs": "~7.8.2",
"source-map-support": "^0.5.21",
"tslib": "^2.3.0",
"typescript": "~5.9.3",
"zone.js": "~0.16.0"
}
}