forked from rintoj/ngx-virtual-scroller
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.19 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
{
"name": "ngx-virtual-scroller",
"version": "4.0.7",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "npm run clean:dist && ng build @talentia/ngx-virtual-scroller --configuration production && npm run copy:files",
"watch": "ng build --watch --configuration development",
"clean:dist": "rimraf dist",
"copy:files": "cp ./README.md ./dist/ngx-virtual-scroller && cp ./LICENSE ./dist/ngx-virtual-scroller && cp ./CHANGELOG.md ./dist/ngx-virtual-scroller"
},
"private": true,
"dependencies": {
"@angular/animations": "17.3.12",
"@angular/common": "17.3.12",
"@angular/compiler": "17.3.12",
"@angular/core": "17.3.12",
"@angular/forms": "17.3.12",
"@angular/platform-browser": "17.3.12",
"@angular/platform-browser-dynamic": "17.3.12",
"@angular/router": "17.3.12",
"@tweenjs/tween.js": "17.4.0",
"rxjs": "7.8.1",
"tslib": "2.6.2",
"zone.js": "0.14.10"
},
"devDependencies": {
"@angular-devkit/build-angular": "17.3.11",
"@angular/cli": "17.3.11",
"@angular/compiler-cli": "17.3.12",
"@types/tween.js": "17.2.0",
"cp": "0.2.0",
"ng-packagr": "17.3.0",
"rimraf": "5.0.5",
"typescript": "5.4.5"
}
}