-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.01 KB
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 1.01 KB
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
{
"name": "nativescript-browser",
"main": "./src/main.ts",
"version": "1.0.0",
"scripts": {
"prettier": "npx prettier --write '**/*.{hbs,html,scss,ts}'"
},
"private": true,
"dependencies": {
"@angular/animations": "~18.1.4",
"@angular/common": "~18.1.4",
"@angular/compiler": "~18.1.4",
"@angular/core": "~18.1.4",
"@angular/forms": "~18.1.4",
"@angular/platform-browser": "~18.1.4",
"@angular/platform-browser-dynamic": "~18.1.4",
"@angular/router": "~18.1.4",
"@nativescript/angular": "^18.1.1",
"@nativescript/core": "~8.8.2",
"@nativescript/theme": "~3.1.0",
"rxjs": "~7.8.1",
"zone.js": "~0.14.10"
},
"devDependencies": {
"@angular-devkit/build-angular": "~18.1.4",
"@angular/compiler-cli": "~18.1.4",
"@nativescript/android": "8.8.2",
"@nativescript/ios": "8.8.1",
"@nativescript/types": "~8.8.0",
"@nativescript/webpack": "~5.0.22",
"@ngtools/webpack": "~18.1.4",
"prettier": "^3.3.3",
"typescript": "~5.5.4"
}
}