-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
74 lines (74 loc) · 2.3 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
{
"name": "ngx-tour-wizard-repo",
"version": "16.0.1",
"build": 3,
"scripts": {
"ng": "ng",
"start": "ng serve",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"build": "ng build ngx-tour-wizard && gulp postBuild",
"build:demo": "ng build ngx-tour-wizard-repo --configuration=production",
"sass:lib": "gulp build:scss",
"pack:lib": "gulp pack",
"publish": "npm publish ./dist/ngx-tour-wizard",
"publish:beta": "npm publish ./dist/ngx-tour-wizard --tag beta"
},
"keywords": [
"Angular 16",
"Angular",
"UI Tour",
"Intro.js",
"ngx-tour",
"Tour Wizard"
],
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/tonysamperi/ngx-tour-wizard"
},
"homepage": "https://tonysamperi.github.io/ngx-tour-wizard",
"author": {
"name": "Tony Samperi",
"email": "[email protected]",
"url": "https://tonysamperi.github.io"
},
"dependencies": {
"@angular/animations": "^16.0.0",
"@angular/common": "^16.0.0",
"@angular/compiler": "^16.0.0",
"@angular/core": "^16.0.0",
"@angular/forms": "^16.0.0",
"@angular/platform-browser": "^16.0.0",
"@angular/platform-browser-dynamic": "^16.0.0",
"@angular/router": "^16.0.0",
"@ngx-tonysamperi/dom": "^16.0.0",
"@popperjs/core": "^2.11.0",
"js-viewport-utils": "^3.0.2",
"ngx-popperjs": "^16.0.0",
"rxjs": "^7.5.1",
"tslib": "^2.3.1",
"typewriter-effect": "^2.19.0",
"zone.js": "~0.13.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^19.1.3",
"@angular-devkit/build-ng-packagr": "^0.1002.0",
"@angular/cli": "^16.0.0",
"@angular/compiler-cli": "^16.0.0",
"@angular/language-service": "^16.0.0",
"@types/node": "^14.18.1",
"gulp": "^5.0.0",
"ng-packagr": "^16.0.0",
"plugin-log": "^0.1.0",
"semver": "^7.3.8",
"through2": "^4.0.2",
"tslint": "^6.1.2",
"tslint-consistent-codestyle": "^1.16.0",
"typescript": "~5.0.0"
},
"optionalDependencies": {
"@tonysamperi/ts-autoexports": "^1.0.5"
}
}