forked from valor-software/ngx-bootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
136 lines (136 loc) · 4.4 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": "9.0.0",
"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 && ngcc --properties es2020 browser module main",
"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",
"version": "nx run ngx-bootstrap:version",
"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",
"cy:watch": "ng e2e --with-deps --watch",
"cy:run:smoke": "nx e2e --config integrationFolder=cypress/integration",
"cy:run:full": "nx e2e --config integrationFolder=cypress/full",
"cy:run:all": "nx e2e --config integrationFolder=cypress --spec '**/*_spec.ts'",
"scully": "scully",
"scully:serve": "scully serve",
"prepare": "husky install"
},
"private": true,
"keywords": [
"angular",
"bootstrap",
"ng",
"ng2",
"angular2",
"twitter-bootstrap"
],
"dependencies": {
"@angular-devkit/core": "14.0.6",
"@angular-devkit/schematics": "14.0.6",
"@angular-devkit/schematics-cli": "14.0.6",
"@angular/animations": "14.0.6",
"@angular/common": "14.0.6",
"@angular/compiler": "14.0.6",
"@angular/core": "14.0.6",
"@angular/forms": "14.0.6",
"@angular/platform-browser": "14.0.6",
"@angular/platform-browser-dynamic": "14.0.6",
"@angular/platform-server": "14.0.6",
"@angular/router": "14.0.6",
"@angular/service-worker": "14.0.6",
"@nrwl/angular": "14.4.3",
"@nrwl/node": "14.4.3",
"@schematics/angular": "14.0.6",
"@stackblitz/sdk": "1.8.0",
"ajv": "8.11.0",
"raw-loader": "4.0.2",
"rxjs": "7.5.6",
"tslib": "^2.3.0",
"zone.js": "0.11.6"
},
"devDependencies": {
"@angular-devkit/build-angular": "14.0.6",
"@angular-eslint/eslint-plugin": "14.0.2",
"@angular-eslint/eslint-plugin-template": "14.0.2",
"@angular-eslint/template-parser": "14.0.2",
"@angular/cli": "14.0.6",
"@angular/compiler-cli": "14.0.6",
"@angular/language-service": "14.0.6",
"@applitools/eyes.cypress": "3.4.11",
"@ngneat/spectator": "11.1.0",
"@nrwl/cli": "14.4.3",
"@nrwl/cypress": "14.4.3",
"@nrwl/devkit": "14.4.3",
"@nrwl/eslint-plugin-nx": "14.4.3",
"@nrwl/jest": "14.4.3",
"@nrwl/js": "14.4.3",
"@nrwl/linter": "14.4.3",
"@nrwl/nx-cloud": "14.2.0",
"@nrwl/workspace": "14.4.3",
"@types/fs-extra": "9.0.13",
"@types/glob": "7.2.0",
"@types/jest": "28.1.6",
"@types/moment": "2.13.0",
"@types/node": "18.0.6",
"@typescript-eslint/eslint-plugin": "5.30.7",
"@typescript-eslint/parser": "5.30.7",
"conventional-changelog-cli": "2.2.2",
"conventional-github-releaser": "3.1.5",
"cypress": "9.7.0",
"dotenv": "16.0.1",
"eslint": "8.20.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-cypress": "2.12.1",
"fs-extra": "10.1.0",
"glob": "8.0.3",
"husky": "8.0.1",
"jest": "28.1.3",
"jest-createspyobj": "2.0.0",
"jest-environment-jsdom": "28.1.3",
"jest-preset-angular": "12.2.0",
"marked": "4.0.18",
"moment": "2.29.4",
"ng-packagr": "14.0.3",
"nx": "14.4.3",
"postcss": "8.4.14",
"postcss-import": "14.1.0",
"postcss-preset-env": "7.7.2",
"postcss-url": "10.1.3",
"prettier": "2.7.1",
"ts-jest": "28.0.7",
"ts-node": "10.9.1",
"typescript": "4.7.4",
"webpack-bundle-analyzer": "4.5.0"
}
}