-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) 路 1.61 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) 路 1.61 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
45
46
47
48
49
50
51
{
"name": "ngx-infinite-scroll-workspace",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build:lib": "npm run clean && ng build @robingenz/ngx-infinite-scroll && cp -r README.md dist/robingenz/ngx-infinite-scroll",
"test": "ng test",
"test:lib": "ng test @robingenz/ngx-infinite-scroll",
"watch": "ng build --watch --configuration development",
"fmt": "prettier --write \"**/*.{css,html,ts,js,java}\"",
"lint": "prettier --check \"**/*.{css,html,ts,js,java}\"",
"clean": "rimraf ./dist",
"release:lib": "cd projects/robingenz/ngx-infinite-scroll && standard-version --infile ../../../CHANGELOG.md"
},
"private": true,
"packageManager": "npm@10.9.4",
"dependencies": {
"@angular/common": "^21.2.0",
"@angular/compiler": "^21.2.0",
"@angular/core": "^21.2.0",
"@angular/forms": "^21.2.0",
"@angular/platform-browser": "^21.2.0",
"@angular/router": "^21.2.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0"
},
"devDependencies": {
"@angular/build": "^21.2.10",
"@angular/cli": "^21.2.10",
"@angular/compiler-cli": "^21.2.0",
"@robingenz/prettier-config": "^0.1.0",
"jsdom": "^28.0.0",
"ng-packagr": "^21.2.0",
"prettier": "^2.8.8",
"rimraf": "^6.1.3",
"standard-version": "^9.5.0",
"typescript": "~5.9.2",
"vitest": "^4.0.8"
},
"prettier": "@robingenz/prettier-config",
"standard-version": {
"packageFiles": [
"projects/robingenz/ngx-infinite-scroll/package.json"
],
"bumpFiles": [
"projects/robingenz/ngx-infinite-scroll/package.json"
]
}
}