UNPKG

3.23 kBJSONView Raw
1{
2 "name": "ngx-academia-uniandes-library",
3 "version": "0.2.7-beta.71",
4 "license": "MIT",
5 "authors": [
6 "Jhonatan A",
7 "Edgar S",
8 "Cristian Arenas",
9 "Cristian Rojas"
10 ],
11 "keywords": [
12 "Angular",
13 "Angular-cli",
14 "utils components"
15 ],
16 "repository": {
17 "type": "git",
18 "url": "https://gitlab.com/academia.uniandes/academia.git"
19 },
20 "scripts": {
21 "ng": "ng",
22 "start": "ng serve",
23 "build": "ng build --prod",
24 "test": "ng test",
25 "lint": "ng lint",
26 "e2e": "ng e2e",
27 "copyassets": "copyfiles -u 1 ./src/assets/img/**/*.svg lib",
28 "compodoc": "./node_modules/.bin/compodoc -p src/tsconfig.app.json",
29 "cleardown": "rimraf build lib",
30 "inline-build-templates": "gulp inline-build-templates",
31 "ngc-build": "ngc -p ./tsconfig.lib.json",
32 "prepare": "npm run cleardown && npm run inline-build-templates && npm run ngc-build && npm run copyassets && npm run compodoc"
33 },
34 "private": false,
35 "files": [
36 "lib"
37 ],
38 "main": "./lib/exportedModules.js",
39 "typings": "./lib/exportedModules.d.ts",
40 "peerDependencies": {
41 "@angular/core": "^5.2.9",
42 "@angular/common": "^5.2.9",
43 "bootstrap": "^4.0.0",
44 "core-js": ">=2.4.1",
45 "ngx-bootstrap": "2.0.5",
46 "material-design-icons-iconfont": "^3.0.3",
47 "sweetalert2": "^7.28.2"
48 },
49 "devDependencies": {
50 "@angular/animations": "^5.2.9",
51 "@angular/cli": "^1.7.3",
52 "@angular/common": "5.2.9",
53 "@angular/compiler": "^5.2.9",
54 "@angular/compiler-cli": "^5.2.9",
55 "@angular/core": "5.2.9",
56 "@angular/forms": "^5.2.9",
57 "copyfiles": "2.1.1",
58 "@angular/platform-browser": "^5.2.9",
59 "@angular/platform-browser-dynamic": "^5.2.9",
60 "@compodoc/compodoc": "^1.1.5",
61 "@ngx-translate/core": "^9.1.1",
62 "@ngx-translate/http-loader": "^2.0.1",
63 "@types/core-js": "^0.9.46",
64 "@types/jasmine": "2.8.3",
65 "@types/jasminewd2": "~2.0.2",
66 "@types/node": "^6.0.114",
67 "api-angular-academia-dto": "1.2.20-beta.30",
68 "api-angular-academia-intl": "0.1.3-beta.42",
69 "bootstrap": ">=4.0.0",
70 "codelyzer": "^4.4.2",
71 "core-js": "^2.5.0",
72 "gulp": "^4.0.0",
73 "gulp-inline-ng2-template": "^4.1.0",
74 "jasmine-core": "~2.8.0",
75 "jasmine-spec-reporter": "~4.2.1",
76 "karma": "~2.0.0",
77 "karma-chrome-launcher": "~2.2.0",
78 "karma-cli": "~1.0.1",
79 "karma-coverage-istanbul-reporter": "^1.2.1",
80 "karma-jasmine": "~1.1.0",
81 "karma-jasmine-html-reporter": "^0.2.2",
82 "material-design-icons-iconfont": "^3.0.3",
83 "ngx-bootstrap": "2.0.5",
84 "protractor": "~5.1.2",
85 "rimraf": "^2.6.2",
86 "rxjs": "^5.5.6",
87 "ts-node": "~4.1.0",
88 "tslint": "~5.9.1",
89 "typescript": "~2.5.3",
90 "zone.js": "^0.8.19"
91 },
92 "dependencies": {
93 "ng2-file-upload": "^1.3.0",
94 "ng2-img-cropper": "^0.9.0",
95 "sweetalert2": "^7.28.2",
96 "ts-md5": "^1.2.4"
97 }
98}
\No newline at end of file