This repository has been archived by the owner on Jan 27, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
48 lines (48 loc) · 1.67 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
{
"name": "@2sic.com/dnn-sxc-angular",
"version": "8.10.0",
"author": "2sic.com - daniel mettler and raphael müller",
"bugs": {
"url": "https://github.com/2sic/dnn-sxc-angular/issues"
},
"scripts": {
"dsa-build:main": "ngc",
"dsa-copy:dist": "cpx \"{,!(node_modules)/**/}*.*\" \"../app-dnn-sxc-angular-dev/node_modules/@2sic.com/dnn-sxc-angular\" -w",
"dsa-copy:2dm": "cpx \"{,!(node_modules|dist)/**/}*.*\" \"../app-Directory/node_modules/@2sic.com/dnn-sxc-angular\" -w -v",
"dsa-copy:template-ng8": "cpx \"dist/{,**/}*.*\" \"../app-template-angular8/ng/node_modules/@2sic.com/dnn-sxc-angular/dist\" -w -v",
"dsa-test": "echo \"Error: no test specified\" && exit 1",
"dsa-develop": "tsc -watch"
},
"dependencies": {
"@2sic.com/2sxc-typings": "^10.24.4"
},
"peerDependencies": {
"@angular/common": "^6.1.3",
"@angular/core": "^6.1.3",
"@angular/http": "^6.1.3",
"@angular/platform-browser": "^6.1.3",
"rxjs": "^6.5.0"
},
"devDependencies": {
"@angular-devkit/schematics": "^0.7.4",
"@angular/compiler": "^6.1.3",
"@angular/compiler-cli": "^6.1.3",
"cpx": "^1.5.0",
"npm-install-peers": "^1.2.1",
"rollup": "^0.56.5",
"tslint-config-airbnb": "^5.2.1",
"typescript": "^2.9.2",
"uglify-js": "^3.3.13",
"zone.js": "^0.8.26"
},
"gitHead": "08eb8fc3226c22f147609bffd9d7090c26a48f7e",
"homepage": "https://github.com/2sic/dnn-sxc-angular#readme",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"readme": "Connect DNN / DotNetNuke and 2sxc to Angular 6-8",
"repository": {
"type": "git",
"url": "git+https://github.com/2sic/dnn-sxc-angular.git"
}
}