-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.15 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
{
"name": "nstwng",
"main": "./src/main.ts",
"version": "1.0.0",
"private": false,
"dependencies": {
"@angular/animations": "~17.3.6",
"@angular/common": "~17.3.6",
"@angular/compiler": "~17.3.6",
"@angular/core": "~17.3.6",
"@angular/forms": "~17.3.6",
"@angular/platform-browser": "~17.3.6",
"@angular/platform-browser-dynamic": "~17.3.6",
"@angular/router": "~17.3.6",
"@nativescript/angular": "~17.0.0",
"@nativescript/core": "~8.7.2",
"@nativescript/tailwind": "^2.1.0",
"@nativescript/theme": "~3.0.2",
"@nstudio/nativescript-cardview": "^2.0.2",
"@triniwiz/nativescript-image-cache-it": "^7.5.0",
"rxjs": "~7.8.1",
"tailwindcss": "^3.4.3",
"zone.js": "~0.14.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "~17.3.6",
"@angular/compiler-cli": "~17.3.6",
"@nativescript/android": "~8.7.0",
"@nativescript/ios": "~8.7.1",
"@nativescript/preview-cli": "~1.0.13",
"@nativescript/stackblitz": "^0.0.8",
"@nativescript/types-minimal": "^8.7.0",
"@nativescript/webpack": "~5.0.21",
"@ngtools/webpack": "~17.3.6",
"typescript": "~5.3.3"
}
}