-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.11 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.11 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
36
37
38
39
{
"name": "nativescript-markdown-view-angular",
"ngPackage": {
"lib": {
"entryFile": "index.ts",
"umdModuleIds": {
"@nativescript/core": "ns-core",
"@nativescript/angular": "ns-angular",
"nativescript-markdown-view": "ns-ui-charts"
}
},
"whitelistedNonPeerDependencies": [
"."
]
},
"scripts": {
"build": "npm i && ng-packagr -p package.json && cd dist && cpy '**/*' '../../src/angular' --parents"
},
"devDependencies": {
"@angular/animations": "~10.0.0",
"@angular/common": "~10.0.0",
"@angular/compiler": "~10.0.0",
"@angular/compiler-cli": "~10.0.0",
"@angular/core": "~11.0.5",
"@angular/forms": "~10.0.0",
"@angular/platform-browser": "~10.0.0",
"@angular/platform-browser-dynamic": "~10.0.0",
"@angular/router": "~10.0.0",
"@nativescript/angular": "~10.0.0",
"@nativescript/core": "^7.0.0",
"nativescript-markdown-view": "latest",
"@nativescript/webpack": "~4.1.0",
"cpy-cli": "~3.1.1",
"ng-packagr": "~10.0.0",
"rxjs": "^6.6.0",
"typescript": "~3.9.0",
"zone.js": "^0.10.3"
}
}