This repository has been archived by the owner on Nov 7, 2023. It is now read-only.
forked from valor-software/ngx-bootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
134 lines (134 loc) · 4.34 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
{
"name": "ngx-bootstrap-base",
"version": "8.0.0-RC.5",
"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 es2015 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": "13.1.2",
"@angular-devkit/schematics": "13.1.2",
"@angular-devkit/schematics-cli": "13.1.2",
"@angular/animations": "13.1.1",
"@angular/common": "13.1.1",
"@angular/compiler": "13.1.1",
"@angular/core": "13.1.1",
"@angular/forms": "13.1.1",
"@angular/platform-browser": "13.1.1",
"@angular/platform-browser-dynamic": "13.1.1",
"@angular/platform-server": "13.1.1",
"@angular/router": "13.1.1",
"@angular/service-worker": "13.1.1",
"@nrwl/angular": "13.3.6",
"@nrwl/node": "13.3.6",
"@schematics/angular": "13.1.2",
"@stackblitz/sdk": "1.5.3",
"ajv": "8.6.3",
"raw-loader": "4.0.2",
"rxjs": "7.4.0",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "13.1.2",
"@angular-eslint/eslint-plugin": "13.0.1",
"@angular-eslint/eslint-plugin-template": "13.0.1",
"@angular-eslint/template-parser": "13.0.1",
"@angular/cli": "13.1.2",
"@angular/compiler-cli": "13.1.1",
"@angular/language-service": "13.1.1",
"@applitools/eyes.cypress": "3.4.11",
"@ngneat/spectator": "9.0.0",
"@nrwl/cli": "13.3.6",
"@nrwl/cypress": "13.3.6",
"@nrwl/devkit": "13.3.6",
"@nrwl/eslint-plugin-nx": "13.3.6",
"@nrwl/jest": "13.3.6",
"@nrwl/linter": "13.3.6",
"@nrwl/nx-cloud": "13.0.0",
"@nrwl/tao": "13.3.6",
"@nrwl/workspace": "13.3.6",
"@types/fs-extra": "9.0.13",
"@types/glob": "7.2.0",
"@types/jest": "27.0.3",
"@types/moment": "2.13.0",
"@types/node": "17.0.0",
"@typescript-eslint/eslint-plugin": "5.7.0",
"@typescript-eslint/parser": "5.7.0",
"conventional-changelog-cli": "2.1.1",
"conventional-github-releaser": "3.1.5",
"cypress": "^8.3.0",
"dotenv": "10.0.0",
"eslint": "8.4.1",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-cypress": "2.12.1",
"fs-extra": "10.0.0",
"glob": "7.2.0",
"husky": "7.0.4",
"jest": "27.2.3",
"jest-createspyobj": "2.0.0",
"jest-preset-angular": "11.0.1",
"marked": "4.0.8",
"moment": "2.29.1",
"ng-packagr": "13.1.2",
"postcss": "8.4.5",
"postcss-import": "^14.0.2",
"postcss-preset-env": "7.0.2",
"postcss-url": "^10.1.1",
"prettier": "2.5.1",
"ts-jest": "27.1.1",
"ts-node": "10.4.0",
"typescript": "4.5.4",
"webpack-bundle-analyzer": "4.5.0"
}
}