FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
nativescript-angular/nativescript-angular/package.json at release · NativeScript/nativescript-angular · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
NativeScript
/
nativescript-angular
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
240
Star
1.2k
Code
Issues
294
Pull requests
2
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
nativescript-angular
/
nativescript-angular
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
75 lines (75 loc) · 2.56 KB
Breadcrumbs
nativescript-angular
/
nativescript-angular
/
package.json
Copy path
File metadata and controls
75 lines (75 loc) · 2.56 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
{
"name"
:
"
@nativescript/angular
"
,
"version"
:
"
8.21.0
"
,
"description"
:
"
An Angular renderer that lets you build mobile apps with NativeScript.
"
,
"homepage"
:
"
https://www.nativescript.org/
"
,
"bugs"
:
"
https://github.com/NativeScript/nativescript-angular/issues
"
,
"author"
: {
"name"
:
"
NativeScript Team
"
},
"nativescript"
: {
"platforms"
: {
"android"
:
"
6.0.0
"
,
"ios"
:
"
6.0.0
"
}
},
"keywords"
: [
"
NativeScript
"
,
"
Angular
"
],
"license"
:
"
Apache-2.0
"
,
"repository"
: {
"type"
:
"
git
"
,
"url"
:
"
https://github.com/NativeScript/nativescript-angular.git
"
},
"scripts"
: {
"tslint"
:
"
tslint --project tsconfig.json --config tslint.json
"
,
"tsc"
:
"
tsc -p tsconfig.json
"
,
"tsc-w"
:
"
tsc -p tsconfig.json -w
"
,
"ngc"
:
"
ngc -p tsconfig.json
"
,
"prepare"
:
"
npm run ngc
"
,
"pack"
:
"
npm i && tsc && cd ../build/pack-scripts && npm i && npx ts-node pack-scoped.ts
"
,
"version"
:
"
rm -rf package-lock.json && conventional-changelog -p angular -i ../CHANGELOG.md -s && git add ../CHANGELOG.md
"
,
"typedoc"
:
"
typedoc --tsconfig
\"
./tsconfig.typedoc.json
\"
--out ./bin/dist/ng-api-reference --includeDeclarations --name
\"
NativeScript Angular
\"
--theme ./node_modules/nativescript-typedoc-theme --excludeExternals --externalPattern
\"
**/+(tns-core-modules|module|declarations).d.ts
\"
"
},
"bin"
: {
"update-app-ng-deps"
:
"
./bin/update-app-ng-deps
"
},
"dependencies"
: {
"nativescript-intl"
:
"
^3.0.0
"
,
"reflect-metadata"
:
"
^0.1.8
"
},
"peerDependencies"
: {
"@angular/platform-browser-dynamic"
:
"
~8.2.0
"
,
"@angular/common"
:
"
~8.2.0
"
,
"@angular/compiler"
:
"
~8.2.0
"
,
"@angular/core"
:
"
~8.2.0
"
,
"@angular/forms"
:
"
~8.2.0
"
,
"@angular/platform-browser"
:
"
~8.2.0
"
,
"@angular/router"
:
"
~8.2.0
"
,
"rxjs"
:
"
^6.4.0
"
,
"tns-core-modules"
:
"
^6.2.0 || >6.3.0-
"
,
"typescript"
:
"
~3.5.3
"
,
"zone.js"
:
"
^0.9.1
"
},
"devDependencies"
: {
"@angular/animations"
:
"
~8.2.0
"
,
"@angular/common"
:
"
~8.2.0
"
,
"@angular/compiler"
:
"
~8.2.0
"
,
"@angular/compiler-cli"
:
"
~8.2.0
"
,
"@angular/core"
:
"
~8.2.0
"
,
"@angular/forms"
:
"
~8.2.0
"
,
"@angular/platform-browser"
:
"
~8.2.0
"
,
"@angular/platform-browser-dynamic"
:
"
~8.2.0
"
,
"@angular/router"
:
"
~8.2.0
"
,
"codelyzer"
:
"
^5.1.0
"
,
"conventional-changelog-cli"
:
"
^1.3.22
"
,
"rxjs"
:
"
^6.4.0
"
,
"tns-core-modules"
:
"
next
"
,
"tslint"
:
"
^5.5.0
"
,
"typescript"
:
"
~3.5.3
"
,
"zone.js"
:
"
^0.9.1
"
,
"nativescript-typedoc-theme"
:
"
git://github.com/NativeScript/nativescript-typedoc-theme.git#master
"
,
"typedoc"
:
"
^0.13.0
"
}
}
Back
|
FazBrowse Home
|
New Git URL