-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
115 lines (115 loc) · 5.8 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
{
"name": "ngx-ui-tour",
"version": "0.0.1",
"description": "",
"keywords": [],
"author": "Isaac Mann <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/hakimio/ngx-ui-tour"
},
"license": "MIT",
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"start:lazy-tour": "ng serve lazy-tour-demo",
"build:lazy-tour": "ng build lazy-tour-demo",
"start:material-ui-demo": "ng serve material-ui-demo",
"build:material-ui-demo": "ng build material-ui-demo",
"build:lib:all": "npm run build:lib:core && npm run build:lib:console:base && npm run build:lib:md-menu:base && npm run build:lib:ionic:base && npm run build:lib:ng-bootstrap:base && npm run build:lib:ngx-bootstrap:base && npm run build:lib:tui-dropdown:base && npm run build:lib:tui-hint:base",
"build:lib:core": "ng build ngx-ui-tour-core && shx cp README.md projects/ngx-ui-tour-core/CHANGELOG.md dist/ngx-ui-tour-core/",
"build:lib:console": "npm run build:lib:core && npm run build:lib:console:base",
"build:lib:console:base": "ng build ngx-ui-tour-console && shx cp README.md projects/ngx-ui-tour-console/CHANGELOG.md dist/ngx-ui-tour-console/",
"build:lib:md-menu": "npm run build:lib:core && npm run build:lib:md-menu:base",
"build:lib:md-menu:base": "ng build ngx-ui-tour-md-menu && shx cp README.md projects/ngx-ui-tour-md-menu/CHANGELOG.md dist/ngx-ui-tour-md-menu/",
"build:lib:ionic": "npm run build:lib:core && npm run build:lib:ionic:base",
"build:lib:ionic:base": "ng build ngx-ui-tour-ionic && shx cp README.md projects/ngx-ui-tour-ionic/CHANGELOG.md dist/ngx-ui-tour-ionic/",
"build:lib:ng-bootstrap": "npm run build:lib:core && npm run build:lib:ng-bootstrap:base",
"build:lib:ng-bootstrap:base": "ng build ngx-ui-tour-ng-bootstrap && shx cp README.md projects/ngx-ui-tour-ng-bootstrap/CHANGELOG.md dist/ngx-ui-tour-ng-bootstrap/",
"build:lib:ngx-bootstrap": "npm run build:lib:core && npm run build:lib:ngx-bootstrap:base",
"build:lib:ngx-bootstrap:base": "ng build ngx-ui-tour-ngx-bootstrap && shx cp README.md projects/ngx-ui-tour-ngx-bootstrap/CHANGELOG.md dist/ngx-ui-tour-ngx-bootstrap/",
"build:lib:tui-dropdown": "npm run build:lib:core && npm run build:lib:tui-dropdown:base",
"build:lib:tui-dropdown:base": "ng build ngx-ui-tour-tui-dropdown && shx cp README.md projects/ngx-ui-tour-tui-dropdown/CHANGELOG.md dist/ngx-ui-tour-tui-dropdown/",
"build:lib:tui-hint": "npm run build:lib:core && npm run build:lib:tui-hint:base",
"build:lib:tui-hint:base": "ng build ngx-ui-tour-tui-hint && shx cp README.md projects/ngx-ui-tour-tui-hint/CHANGELOG.md dist/ngx-ui-tour-tui-hint/",
"test": "ng test",
"lint": "ng lint",
"pub": "npm run pub:lib && npm run pub:demo",
"pub:demo": "npm run build -- --base-href /ngx-ui-tour/ && gh-pages -d dist/app",
"pub:lib": "npm run build:lib:all && (npm run pub:lib:core & npm run pub:lib:console & npm run pub:lib:ng-bootstrap & npm run pub:lib:md-menu & npm run pub:lib:ionic & npm run pub:lib:ngx-bootstrap & npm run pub:lib:tui-dropdown & npm run pub:lib:tui-hint)",
"pub:lib:core": "cd dist/ngx-ui-tour-core && npm publish",
"pub:lib:console": "cd dist/ngx-ui-tour-console && npm publish",
"pub:lib:ng-bootstrap": "cd dist/ngx-ui-tour-ng-bootstrap && npm publish",
"pub:lib:ngx-bootstrap": "cd dist/ngx-ui-tour-ngx-bootstrap && npm publish",
"pub:lib:md-menu": "cd dist/ngx-ui-tour-md-menu && npm publish",
"pub:lib:ionic": "cd dist/ngx-ui-tour-ionic && npm publish",
"pub:lib:tui-dropdown": "cd dist/ngx-ui-tour-tui-dropdown && npm publish",
"pub:lib:tui-hint": "cd dist/ngx-ui-tour-tui-hint && npm publish"
},
"dependencies": {
"@angular/animations": "^18.1.2",
"@angular/cdk": "^18.1.2",
"@angular/common": "^18.1.2",
"@angular/core": "^18.1.2",
"@angular/forms": "^18.1.2",
"@angular/localize": "^18.1.2",
"@angular/material": "^18.1.2",
"@angular/platform-browser": "^18.1.2",
"@angular/platform-browser-dynamic": "^18.1.2",
"@angular/router": "^18.1.2",
"@ionic/angular": "^8.2.6",
"@ng-bootstrap/ng-bootstrap": "^17.0.0",
"@ng-web-apis/common": "~3.0.6",
"@ng-web-apis/mutation-observer": "^3.2.1",
"@ng-web-apis/resize-observer": "^3.2.1",
"@popperjs/core": "^2.11.8",
"@taiga-ui/addon-doc": "^3.87.0",
"@taiga-ui/addon-mobile": "^3.87.0",
"@taiga-ui/cdk": "^3.87.0",
"@taiga-ui/core": "^3.87.0",
"@taiga-ui/i18n": "^3.87.0",
"@taiga-ui/icons": "^3.87.0",
"@taiga-ui/kit": "^3.87.0",
"@tinkoff/ng-event-plugins": "^3.2.0",
"@tinkoff/ng-polymorpheus": "^4.3.0",
"bootstrap": "^5.3.3",
"ngx-bootstrap": "^18.0.2",
"rxjs": "^7.8.1",
"tslib": "^2.6.3",
"zone.js": "~0.14.8"
},
"devDependencies": {
"@angular-builders/jest": "^18.0.0",
"@angular-devkit/build-angular": "^18.1.2",
"@angular-devkit/core": "^18.1.2",
"@angular-devkit/schematics": "^18.1.2",
"@angular-eslint/builder": "^18.1.0",
"@angular-eslint/eslint-plugin": "^18.1.0",
"@angular-eslint/eslint-plugin-template": "^18.1.0",
"@angular-eslint/schematics": "^18.1.0",
"@angular-eslint/template-parser": "^18.1.0",
"@angular/cli": "^18.1.2",
"@angular/compiler": "^18.1.2",
"@angular/compiler-cli": "^18.1.2",
"@nx/nx-win32-x64-msvc": "^19.5.3",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.12",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0",
"@typescript-eslint/utils": "^7.17.0",
"eslint": "^8.57.0",
"gh-pages": "^6.1.1",
"jest": "^29.7.0",
"ng-packagr": "^18.1.0",
"raw-loader": "^4.0.2",
"shx": "^0.3.4",
"ts-node": "^10.9.2",
"typescript": "~5.4.5",
"webpack": "^5.93.0"
}
}