-
Notifications
You must be signed in to change notification settings - Fork 1.7k
/
package.json
136 lines (136 loc) · 4.42 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
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
{
"name": "ngx-bootstrap-base",
"version": "18.1.3",
"license": "MIT",
"author": "Dmitriy Shekhovtsov <[email protected]>",
"schematics": "./schematics/src/collection.json",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/valor-software/ngx-bootstrap.git"
},
"bugs": {
"url": "https://github.com/valor-software/ngx-bootstrap/issues"
},
"homepage": "https://github.com/valor-software/ngx-bootstrap#readme",
"scripts": {
"ng": "nx",
"postinstall": "node ./decorate-angular-cli.js",
"nx": "nx",
"start": "ng serve",
"build": "ng build",
"test": "nx run-many --all --target=test",
"test:detectOpenHandles": "nx run-many --all --target=test --detectOpenHandles",
"lint": "nx run-many --all --target=lint",
"e2e": "ng e2e",
"affected:apps": "nx affected:apps",
"affected:libs": "nx affected:libs",
"affected:build": "nx affected:build",
"affected:e2e": "nx affected:e2e",
"affected:test": "nx affected:test",
"affected:lint": "nx affected:lint",
"affected:dep-graph": "nx affected:dep-graph",
"affected": "nx affected",
"format": "nx format:write",
"format:write": "nx format:write",
"format:check": "nx format:check",
"update": "nx migrate latest",
"workspace-generator": "nx workspace-generator",
"dep-graph": "nx dep-graph",
"help": "nx help",
"pw:run:smoke": "nx run ngx-bootstrap-docs-e2e:e2e --pwProject=chromium-integration --headed",
"pw:run:full": "nx run ngx-bootstrap-docs-e2e:e2e --pwProject=chromium-full --headed",
"pw:run:all": "nx run ngx-bootstrap-docs-e2e:e2e --pwProject=chromium-all --headed",
"pw:show-report": "npx playwright show-report apps/ngx-bootstrap-docs-e2e/playwright-report",
"scully": "scully",
"scully:serve": "scully serve",
"prepare": "husky install",
"version": "npx ts-node ./scripts/set-version.ts",
"release": "release-it"
},
"private": true,
"keywords": [
"angular",
"bootstrap",
"ng",
"ng2",
"angular2",
"twitter-bootstrap"
],
"dependencies": {
"@angular-devkit/core": "18.0.2",
"@angular-devkit/schematics": "18.0.2",
"@angular-devkit/schematics-cli": "18.0.2",
"@angular/animations": "18.0.1",
"@angular/common": "18.0.1",
"@angular/compiler": "18.0.1",
"@angular/core": "18.0.1",
"@angular/forms": "18.0.1",
"@angular/platform-browser": "18.0.1",
"@angular/platform-browser-dynamic": "18.0.1",
"@angular/platform-server": "18.0.1",
"@angular/router": "18.0.1",
"@angular/service-worker": "18.0.1",
"@nx/angular": "19.1.1",
"@nx/node": "19.1.1",
"@playwright/test": "1.35.1",
"@schematics/angular": "18.0.2",
"@stackblitz/sdk": "1.8.0",
"ajv": "8.11.0",
"raw-loader": "4.0.2",
"rxjs": "7.8.1",
"tslib": "^2.3.0",
"zone.js": "0.14.6"
},
"devDependencies": {
"@angular-devkit/build-angular": "18.0.2",
"@angular-eslint/eslint-plugin": "18.0.1",
"@angular-eslint/eslint-plugin-template": "18.0.1",
"@angular-eslint/template-parser": "18.0.1",
"@angular/cli": "~18.0.0",
"@angular/compiler-cli": "18.0.1",
"@angular/language-service": "18.0.1",
"@ngneat/spectator": "11.1.0",
"@nx/cypress": "19.1.1",
"@nx/devkit": "19.1.1",
"@nx/eslint": "19.1.1",
"@nx/eslint-plugin": "19.1.1",
"@nx/jest": "19.1.1",
"@nx/js": "19.1.1",
"@nx/workspace": "19.1.1",
"@nxkit/playwright": "3.0.2",
"@release-it/conventional-changelog": "7.0.0",
"@types/fs-extra": "9.0.13",
"@types/glob": "7.2.0",
"@types/jest": "29.5.2",
"@types/moment": "2.13.0",
"@types/node": "^18.16.9",
"@typescript-eslint/eslint-plugin": "7.11.0",
"@typescript-eslint/parser": "7.11.0",
"autoprefixer": "^10.4.0",
"dotenv": "16.0.1",
"eslint": "8.57.0",
"eslint-config-prettier": "9.0.0",
"fs-extra": "10.1.0",
"glob": "8.0.3",
"husky": "8.0.1",
"jest": "29.6.1",
"jest-createspyobj": "2.0.0",
"jest-environment-jsdom": "29.6.1",
"jest-preset-angular": "14.1.0",
"marked": "4.0.18",
"moment": "2.29.4",
"ng-packagr": "18.0.0",
"nx": "19.1.1",
"nx-cloud": "19.0.0",
"postcss": "8.4.14",
"postcss-import": "14.1.0",
"postcss-preset-env": "7.7.2",
"postcss-url": "10.1.3",
"prettier": "3.2.5",
"release-it": "16.1.0",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"typescript": "5.4.5",
"webpack-bundle-analyzer": "4.5.0"
}
}