|
19 | 19 | },
|
20 | 20 | "private": true,
|
21 | 21 | "devDependencies": {
|
| 22 | + "@angular-devkit/build-angular": "^15.0.0", |
22 | 23 | "@angular/animations": "^15.0.0",
|
23 | 24 | "@angular/common": "^15.0.0",
|
24 | 25 | "@angular/compiler": "^15.0.0",
|
|
43 | 44 | "@types/jest": "28.1.8",
|
44 | 45 | "@types/react": "npm:types-react-without-jsx-intrinsics@^16.14.30",
|
45 | 46 | "@types/socket.io": "^3.0.2",
|
| 47 | + "@valor/nativescript-websockets": "^1.0.3", |
46 | 48 | "body-parser": "^1.19.0",
|
47 | 49 | "cors": "^2.8.5",
|
48 | 50 | "date-fns": "^2.21.3",
|
49 | 51 | "express": "^4.17.1",
|
50 |
| - "nativescript-videoplayer": "^5.0.1", |
51 |
| - "pusher": "^5.0.0", |
52 |
| - "socket.io": "^4.1.1", |
53 |
| - "tslib": "^2.0.0", |
54 | 52 | "husky": "^8.0.0",
|
55 | 53 | "jest": "28.1.3",
|
| 54 | + "nativescript-permissions": "1.3.11", |
| 55 | + "nativescript-videoplayer": "^5.0.1", |
56 | 56 | "nativescript-vue": "~2.9.0",
|
57 | 57 | "nativescript-vue-template-compiler": "~2.9.0",
|
58 | 58 | "ng-packagr": "^15.0.0",
|
| 59 | + "pusher": "^5.0.0", |
59 | 60 | "react": "^16.14.0",
|
60 | 61 | "react-nativescript": "^4.0.0",
|
61 | 62 | "react-nativescript-navigation": "^4.0.0",
|
62 | 63 | "rxjs": "~7.5.0",
|
| 64 | + "socket.io": "^4.1.1", |
63 | 65 | "svelte": "3.24.1",
|
64 | 66 | "svelte-native": "~1.0.4",
|
65 | 67 | "ts-jest": "28.0.8",
|
| 68 | + "tslib": "^2.0.0", |
66 | 69 | "typescript": "~4.8.0",
|
67 | 70 | "vuepress": "^1.5.3",
|
68 | 71 | "whatwg-url": "11.0.0",
|
69 |
| - "zone.js": "~0.11.1", |
70 |
| - "@angular-devkit/build-angular": "^15.0.0", |
71 |
| - "nativescript-permissions": "1.3.11", |
72 |
| - "@valor/nativescript-websockets": "^1.0.3" |
| 72 | + "zone.js": "~0.11.1" |
73 | 73 | },
|
74 | 74 | "lint-staged": {
|
75 | 75 | "**/*.{js,ts,scss,json,html}": [
|
76 | 76 | "npx prettier --write"
|
77 | 77 | ]
|
| 78 | + }, |
| 79 | + "dependencies": { |
| 80 | + "postcss-import": "^15.1.0" |
78 | 81 | }
|
79 | 82 | }
|
0 commit comments