-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.3 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
49
{
"name": "@cquispera/angular-library-webpack",
"version": "1.0.0",
"description": "Angular library with webpack",
"main": "angular-library-webpack.js",
"module": "angular-library-webpack.js",
"fesm5": "angular-library-webpack.js",
"types": "angular-library-webpack.d.ts",
"scripts": {
"postinstall": "ngc -p tsconfig.json"
},
"keywords": [
"angular",
"library",
"javascript",
"typescript",
"webpack"
],
"author": "Cristian Quispe Ramirez",
"license": "ISC",
"peerDependencies": {
"@angular/common": "^10.1.0",
"@angular/core": "^10.1.0",
"@angular/router": "^10.1.0",
"rxjs": "^6.6.3"
},
"devDependencies": {
"@angular/common": "^10.1.0",
"@angular/compiler": "^10.1.0",
"@angular/compiler-cli": "^10.1.0",
"@angular/core": "^10.1.0",
"@angular/router": "^10.1.0",
"@types/node": "^14.6.4",
"chalk": "^4.1.0",
"rxjs": "^6.6.3",
"shelljs": "^0.8.4",
"typescript": "^4.0.2",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cristianqr/angular-library-webpack.git"
},
"bugs": {
"url": "https://github.com/cristianqr/angular-library-webpack/issues"
},
"homepage": "https://github.com/cristianqr/angular-library-webpack#readme"
}