-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
95 lines (95 loc) · 3.12 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
{
"name": "yardbird",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"start": "nx serve",
"build": "nx build web-yardbird",
"test": "nx test",
"clean": "npx rimraf hooks node_modules package-lock.json yarn.lock && yarn",
"web": "nx serve web-yardbird",
"android": "nx run nativescript-yardbird:android",
"ios": "nx run nativescript-yardbird:ios"
},
"private": true,
"devDependencies": {
"@angular-builders/custom-webpack": "16.0.0-beta.1",
"@angular-devkit/build-angular": "~16.0.0",
"@angular-devkit/core": "~16.0.0",
"@angular-devkit/schematics": "~16.0.0",
"@angular-eslint/eslint-plugin": "~16.0.0",
"@angular-eslint/eslint-plugin-template": "~16.0.0",
"@angular-eslint/template-parser": "~16.0.0",
"@angular/cli": "~16.0.0",
"@angular/compiler-cli": "~16.0.0",
"@angular/language-service": "~16.0.0",
"@nativescript/eslint-plugin": "~0.0.4",
"@nativescript/tailwind": "^2.0.1",
"@nativescript/types": "~8.5.0",
"@nativescript/webpack": "~5.0.0",
"@ngtools/webpack": "^16.0.0",
"@nrwl/angular": "16.1.4",
"@nstudio/angular": "15.0.3",
"@nstudio/nativescript": "15.0.3",
"@nstudio/web": "15.0.3",
"@nstudio/web-angular": "15.0.3",
"@nstudio/xplat": "^15.0.3",
"@nx/cypress": "16.1.4",
"@nx/eslint-plugin": "16.1.4",
"@nx/jest": "16.1.4",
"@nx/linter": "16.1.4",
"@nx/workspace": "16.1.4",
"@schematics/angular": "~16.0.0",
"@types/jest": "29.4.4",
"@types/node": "16.11.7",
"@typescript-eslint/eslint-plugin": "5.58.0",
"@typescript-eslint/parser": "5.58.0",
"cypress": "^9.1.0",
"eslint": "8.15.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.10.3",
"jest": "29.4.3",
"jest-environment-jsdom": "29.4.3",
"jest-preset-angular": "13.1.1",
"nx": "16.1.4",
"prettier": "2.6.2",
"sass": "^1.30.0",
"tailwindcss": "^3.1.8",
"ts-jest": "29.1.0",
"typescript": "4.9.5"
},
"dependencies": {
"@angular/animations": "~16.0.0",
"@angular/cdk": "~16.0.0",
"@angular/common": "~16.0.0",
"@angular/compiler": "~16.0.0",
"@angular/core": "~16.0.0",
"@angular/fire": "7.5.0",
"@angular/forms": "~16.0.0",
"@angular/platform-browser": "~16.0.0",
"@angular/platform-browser-dynamic": "~16.0.0",
"@angular/router": "~16.0.0",
"@nativescript/angular": "^16.0.0",
"@nativescript/core": "^8.5.0",
"@nativescript/firebase-auth": "^3.0.0",
"@nativescript/firebase-core": "^3.0.0",
"@nativescript/firebase-firestore": "^3.0.0",
"@nativescript/firebase-storage": "^3.0.0",
"@ngx-translate/core": "~15.0.0",
"@ngx-translate/http-loader": "^7.0.0",
"@rx-angular/cdk": "15.0.0",
"@rx-angular/template": "15.2.0",
"@yardbird/xplat-scss": "file:libs/xplat/scss/src",
"@yardbird/xplat-web-scss": "file:libs/xplat/web/scss/src",
"nativescript-ngx-fonticon": "~7.0.0",
"nativescript-theme-core": "^1.0.4",
"ngx-skeleton-loader": "^5.0.0",
"rxjs": "7.8.1",
"tslib": "2.0.0",
"zone.js": "~0.13.0"
},
"xplat": {
"prefix": "yrdbrd",
"framework": "angular"
}
}