forked from ng-bootstrap/ng-bootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
144 lines (144 loc) · 6.08 KB
/
package.json
File metadata and controls
144 lines (144 loc) · 6.08 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
{
"name": "@ng-bootstrap/ng-bootstrap",
"version": "20.0.0",
"description": "Angular powered Bootstrap",
"author": "https://github.com/ng-bootstrap/ng-bootstrap/graphs/contributors",
"engines": {
"node": ">=24.11.1",
"npm": "Please use Yarn to install dependencies"
},
"packageManager": "yarn@4.12.0",
"scripts": {
"prepare": "is-ci || husky install .husky",
"build": "yarn ngb:build && yarn demo:build",
"test": "yarn ngb:lint && yarn ngb:test && yarn schematics:test",
"tdd": "yarn ngb:tdd",
"e2e": "yarn e2e-app:lint && yarn ngb:e2e && yarn demo:e2e",
"demo": "yarn demo:docs && yarn demo:sources && yarn demo:stackblitzes && yarn demo:serve",
"ssr": "yarn ssr-app:lint && yarn ssr-app:build && yarn ssr-app:e2e",
"changelog": "conventional-changelog --preset angular --infile CHANGELOG.md --same-file --release-count 1",
"changelog:patch": "git add CHANGELOG.md && git commit --amend --no-edit && git tag -f $npm_package_version",
"check-format": "prettier -c .",
"format": "prettier -w .",
"scripts:tdd": "node --import tsx --test --watch misc/*.spec.ts",
"scripts:test": "node --import tsx --test misc/*.spec.ts",
"e2e-app:serve": "ng serve e2e-app",
"e2e-app:lint": "ng lint e2e-app",
"ngb:static": "ts-node --project misc/tsconfig.json misc/copy-static-files.ts",
"ngb:lint": "ng lint ng-bootstrap",
"ngb:test": "ng test -c other-browsers --watch=false && ng test -c zone-other-browsers --watch=false && ng test -c zone --watch=false && ng test ng-bootstrap --coverage --watch=false",
"ngb:tdd": "ng test ng-bootstrap",
"ngb:e2e": "playwright test -c e2e-app",
"ngb:build": "ng build ng-bootstrap -c production && node misc/unexposeUtils.mjs && yarn schematics:build && yarn ngb:static",
"demo:serve": "ng serve demo",
"demo:docs": "ts-node --project misc/tsconfig.json misc/generate-docs.ts",
"demo:stackblitzes": "ts-node --project misc/tsconfig.json misc/generate-stackblitzes.ts",
"demo:sources": "ts-node --project misc/tsconfig.json misc/extract-demo-sources.ts",
"demo:lint": "ng lint demo",
"demo:build": "yarn demo:lint && yarn demo:docs && yarn demo:sources && yarn demo:stackblitzes && ng build demo",
"demo:publish": "gh-pages --dist demo/dist/browser --branch master --repo https://github.com/ng-bootstrap/ng-bootstrap.github.io.git",
"demo:release-snapshot": "ts-node --project misc/tsconfig.json misc/demo-release-snapshot.ts",
"demo:e2e": "yarn demo:docs && playwright test -c demo",
"ssr-app:lint": "ng lint ssr-app",
"ssr-app:serve": "ng serve ssr-app",
"ssr-app:serve-express": "node ssr-app/dist/server/server.mjs",
"ssr-app:e2e": "playwright test -c ssr-app",
"ssr-app:build": "ng build ssr-app",
"test-app:serve": "ng serve test-app",
"test-app:build": "ng build test-app",
"schematics:build": "rollup --failAfterWarnings -c schematics/rollup.config.js",
"schematics:tdd": "node --import tsx --test --watch \"schematics/**/*.spec.ts\"",
"schematics:test": "node --import tsx --test \"schematics/**/*.spec.ts\"",
"ci": "yarn check-format && yarn test && yarn e2e && yarn build -c ci && yarn ssr",
"prepare-release": "yarn changelog && git add CHANGELOG.md && yarn build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ng-bootstrap/ng-bootstrap.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/ng-bootstrap/ng-bootstrap/issues"
},
"homepage": "https://github.com/ng-bootstrap/ng-bootstrap#readme",
"dependencies": {
"tslib": "^2.3.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "~21.0.0",
"@angular-devkit/core": "~21.0.0",
"@angular-devkit/schematics": "~21.0.0",
"@angular-eslint/builder": "^19.0.1",
"@angular-eslint/eslint-plugin": "^19.0.1",
"@angular-eslint/eslint-plugin-template": "^19.0.1",
"@angular-eslint/schematics": "^19.0.1",
"@angular-eslint/template-parser": "^19.0.1",
"@angular/animations": "~21.0.0",
"@angular/build": "^21.0.0",
"@angular/cli": "~21.0.0",
"@angular/common": "~21.0.0",
"@angular/compiler": "~21.0.0",
"@angular/compiler-cli": "~21.0.0",
"@angular/core": "~21.0.0",
"@angular/forms": "~21.0.0",
"@angular/localize": "~21.0.0",
"@angular/platform-browser": "~21.0.0",
"@angular/platform-browser-dynamic": "~21.0.0",
"@angular/platform-server": "~21.0.0",
"@angular/router": "~21.0.0",
"@angular/ssr": "~21.0.0",
"@axe-core/playwright": "^4.8.1",
"@commitlint/cli": "12.1.4",
"@commitlint/config-angular": "12.1.4",
"@playwright/test": "^1.39.0",
"@popperjs/core": "2.11.8",
"@rollup/plugin-replace": "^5.0.4",
"@rollup/plugin-typescript": "^11.1.5",
"@schematics/angular": "~18.0.0",
"@types/express": "^4.17.17",
"@types/fs-extra": "^9.0.3",
"@types/glob": "^7.1.1",
"@types/he": "^1.1.0",
"@types/intl": "^1.2.2",
"@types/node": "^22.10.1",
"@types/prismjs": "1.26.2",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@typescript-eslint/utils": "^7.2.0",
"@vitest/browser-playwright": "^4.0.14",
"@vitest/coverage-v8": "^4.0.15",
"@vitest/ui": "^4.0.14",
"bootstrap": "5.3.8",
"bootstrap-icons": "1.13.1",
"conventional-changelog-cli": "^2.0.12",
"ejs": "3.1.10",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-deprecation": "^2.0.0",
"eslint-plugin-playwright": "^0.18.0",
"eslint-plugin-unused-imports": "^3.2.0",
"express": "^4.18.2",
"fs-extra": "^9.0.1",
"gh-pages": "^6.3.0",
"glob": "^7.1.1",
"husky": "^7.0.4",
"is-ci": "^3.0.1",
"lint-staged": "^15.1.0",
"marked": "^9.1.2",
"ng-packagr": "~21.0.0",
"playwright-core": "^1.39.0",
"prettier": "3.1.0",
"prismjs": "1.30.0",
"rollup": "^4.1.4",
"rxjs": "~7.5.5",
"ts-node": "^10.9.1",
"ts-node-dev": "^2.0.0",
"tsx": "^4.20.6",
"typescript": "~5.9.3",
"vitest": "^4.0.14",
"zone.js": "~0.15.0"
},
"lint-staged": {
"*.{js,ts,css,scss,html,md}": "prettier --write"
}
}