|
3 | 3 | "version": "17.0.0",
|
4 | 4 | "description": "Angular directive for DataTables",
|
5 | 5 | "scripts": {
|
6 |
| - "build:lib": "npm run clean && ng build angular-datatables --configuration=production && npm run schematics:build", |
| 6 | + "start": "npm run link:lib && ng serve", |
| 7 | + "build:lib": "npm run clean && ng build angular-datatables --configuration=production && npm run lib:schematics:build", |
7 | 8 | "clean": "rimraf -f lib/**/index.{d.ts,js,js.map,metadata.json} demo/**/*.{d.ts,js,map,metadata.json} bundles schematics/**/*.{d.ts,js,map}",
|
8 |
| - "demo:test": "ng test", |
9 |
| - "demo:test-ci": "ng test --karma-config=karma-ci.conf.js --no-progress", |
10 |
| - "e2e": "ng e2e", |
11 |
| - "lint": "ng lint", |
12 | 9 | "link:lib": "rimraf node_modules/angular-datatables && linklocal",
|
13 |
| - "ng": "ng", |
14 |
| - "start": "npm run link:lib && ng serve", |
15 |
| - "schematics:build": "tsc -p lib/schematics/tsconfig.json", |
16 |
| - "build:prod": "ng build --configuration production --aot --base-href /angular-datatables/", |
| 10 | + "demo:test": "ng test", |
| 11 | + "demo:test-ci": "ng test --no-progress", |
| 12 | + "lib:schematics:build": "tsc -p lib/schematics/tsconfig.json", |
| 13 | + "demo:build:prod": "ng build --configuration production --aot --base-href /angular-datatables/", |
17 | 14 | "version": "npm run build && git add -A",
|
18 | 15 | "postversion": "git push && git push --tags"
|
19 | 16 | },
|
|
34 | 31 | "license": "MIT",
|
35 | 32 | "devDependencies": {
|
36 | 33 | "@angular-devkit/build-angular": "^17.3.2",
|
37 |
| - "@angular-devkit/schematics": "^17.0.0", |
38 |
| - "@angular/animations": "^17.0.2", |
| 34 | + "@angular-devkit/schematics": "^17.3.2", |
| 35 | + "@angular/animations": "^17.3.2", |
39 | 36 | "@angular/cli": "^17.3.2",
|
40 |
| - "@angular/common": "^17.0.2", |
41 |
| - "@angular/compiler": "^17.0.2", |
42 |
| - "@angular/compiler-cli": "^17.3.0", |
43 |
| - "@angular/core": "^17.0.2", |
44 |
| - "@angular/forms": "^17.0.2", |
45 |
| - "@angular/language-service": "^17.0.2", |
46 |
| - "@angular/platform-browser": "^17.0.2", |
47 |
| - "@angular/platform-browser-dynamic": "^17.0.2", |
48 |
| - "@angular/router": "^17.0.2", |
| 37 | + "@angular/common": "^17.3.2", |
| 38 | + "@angular/compiler": "^17.3.2", |
| 39 | + "@angular/compiler-cli": "^17.3.2", |
| 40 | + "@angular/core": "^17.3.2", |
| 41 | + "@angular/forms": "^17.3.2", |
| 42 | + "@angular/language-service": "^17.3.2", |
| 43 | + "@angular/platform-browser": "^17.3.2", |
| 44 | + "@angular/platform-browser-dynamic": "^17.3.2", |
| 45 | + "@angular/router": "^17.3.2", |
49 | 46 | "@types/jasmine": "~5.1.0",
|
50 | 47 | "@types/jquery": "^3.5.29",
|
51 | 48 | "@types/node": "^20.11.16",
|
52 |
| - "canonical-path": "1.0.0", |
53 |
| - "chalk": "~4.1.2", |
54 |
| - "core-js": "^3.19.1", |
55 | 49 | "jasmine-core": "~5.1.0",
|
56 | 50 | "jasmine-spec-reporter": "~7.0.0",
|
57 | 51 | "jquery": "^3.6.0",
|
|
97 | 91 | "materialize-css": "^0.100.2",
|
98 | 92 | "prism-themes": "^1.9.0",
|
99 | 93 | "prismjs": "^1.27.0",
|
100 |
| - "rxjs": "~7.8.0", |
101 |
| - "rxjs-compat": "^6.6.7", |
| 94 | + "rxjs": "7.4.0", |
102 | 95 | "tether": "^2.0.0",
|
103 | 96 | "tslib": "^2.3.0",
|
104 | 97 | "zone.js": "~0.14.3"
|
|
0 commit comments