forked from MurhafSousli/ngx-scrollbar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 2.1 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
{
"name": "ngx-scrollbar-project",
"version": "5.0.0",
"scripts": {
"start": "ng serve ngx-scrollbar-demo",
"build-demo": "ng build ngx-scrollbar-demo --configuration production",
"build-lib": "ng build ngx-scrollbar --configuration production",
"test-lib": "ng test ngx-scrollbar",
"test-lib-headless": "ng test ngx-scrollbar --watch=false --no-progress --browsers=ChromeHeadless",
"link-lib": "npm link dist/ngx-scrollbar && npm link ngx-scrollbar",
"publish-lib": "npm publish dist/ngx-scrollbar",
"prerender": "ng run ngx-scrollbar-demo:prerender",
"dev:ssr": "ng run ngx-scrollbar-demo:serve-ssr",
"serve:ssr": "node dist/ngx-scrollbar-demo/server/main.js",
"build:ssr": "npm run build-demo && ng run ngx-scrollbar-demo:server"
},
"repository": {
"type": "git",
"url": "https://github.com/MurhafSousli/ngx-scrollbar"
},
"dependencies": {
"@angular/animations": "^16.0.2",
"@angular/cdk": "^16.0.1",
"@angular/common": "^16.0.2",
"@angular/compiler": "^16.0.2",
"@angular/core": "^16.0.2",
"@angular/forms": "^16.0.2",
"@angular/material": "^16.0.1",
"@angular/platform-browser": "^16.0.2",
"@angular/platform-browser-dynamic": "^16.0.2",
"@angular/platform-server": "^16.0.2",
"@angular/router": "^16.0.2",
"@nguniversal/express-engine": "^16.0.2",
"chance": "^1.1.11",
"express": "^4.15.2",
"ngx-color-picker": "^14.0.0",
"ngx-infinite-scroll": "^16.0.0",
"rxjs": "^7.4.0",
"tslib": "^2.3.1",
"zone.js": "~0.13.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.0.2",
"@angular/cli": "^16.0.2",
"@angular/compiler-cli": "^16.0.2",
"@nguniversal/builders": "^16.0.2",
"@types/bezier-easing": "^2.1.2",
"@types/chance": "^1.1.3",
"@types/express": "^4.17.13",
"@types/jasmine": "~3.6.0",
"jasmine-core": "~4.0.1",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~6.3.14",
"karma-chrome-launcher": "~3.1.0",
"karma-jasmine": "~5.0.0",
"karma-jasmine-html-reporter": "~1.7.0",
"ng-packagr": "^16.0.1",
"typescript": "~4.9.5"
}
}