api-angular-academia-intl 0.1.5-beta.72 → 0.1.5-beta.74
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/i18n/en.json +1 -1
- package/lib/i18n/es.json +1 -1
- package/package.json +83 -83
package/package.json
CHANGED
|
@@ -1,83 +1,83 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "api-angular-academia-intl",
|
|
3
|
-
"version": "0.1.5-beta.
|
|
4
|
-
"license": "MIT",
|
|
5
|
-
"scripts": {
|
|
6
|
-
"ng": "ng",
|
|
7
|
-
"start": "ng serve",
|
|
8
|
-
"gen-es-i18n": "gulp merge-i18n-es",
|
|
9
|
-
"gen-en-i18n": "gulp merge-i18n-en",
|
|
10
|
-
"copyimg": "copyfiles -u 1 ./s rc/img/**/*.svg lib",
|
|
11
|
-
"build": "ng build --prod",
|
|
12
|
-
"test": "ng test",
|
|
13
|
-
"lint": "ng lint",
|
|
14
|
-
"e2e": "ng e2e",
|
|
15
|
-
"cleardown": "rimraf build lib",
|
|
16
|
-
"inline-build-templates": "gulp inline-build-templates",
|
|
17
|
-
"ngc-build": "ngc -p ./tsconfig.lib.json",
|
|
18
|
-
"prepare": "npm run cleardown && npm run inline-build-templates && npm run ngc-build && npm run copyimg && npm run gen-es-i18n && npm run gen-en-i18n"
|
|
19
|
-
},
|
|
20
|
-
"private": false,
|
|
21
|
-
"files": [
|
|
22
|
-
"lib"
|
|
23
|
-
],
|
|
24
|
-
"main": "./lib/exportedModules.js",
|
|
25
|
-
"typings": "./lib/exportedModules.d.ts",
|
|
26
|
-
"peerDependencies": {
|
|
27
|
-
"@angular/core": "^5.2.9",
|
|
28
|
-
"@angular/common": "^5.2.9",
|
|
29
|
-
"bootstrap": "^4.0.0",
|
|
30
|
-
"core-js": ">=2.4.1",
|
|
31
|
-
"ngx-bootstrap": "2.0.5",
|
|
32
|
-
"material-design-icons-iconfont": "^3.0.3"
|
|
33
|
-
},
|
|
34
|
-
"devDependencies": {
|
|
35
|
-
"@angular/animations": "^5.2.9",
|
|
36
|
-
"@angular/cli": "^1.7.3",
|
|
37
|
-
"@angular/common": "5.2.9",
|
|
38
|
-
"@angular/compiler": "^5.2.9",
|
|
39
|
-
"@angular/compiler-cli": "^5.2.9",
|
|
40
|
-
"@angular/core": "5.2.9",
|
|
41
|
-
"@angular/forms": "^5.2.9",
|
|
42
|
-
"@angular/language-service": "^5.2.9",
|
|
43
|
-
"@angular/platform-browser": "^5.2.9",
|
|
44
|
-
"@angular/platform-browser-dynamic": "^5.2.9",
|
|
45
|
-
"@ngx-translate/core": "^9.1.1",
|
|
46
|
-
"@ngx-translate/http-loader": "^2.0.1",
|
|
47
|
-
"@types/core-js": "^0.9.46",
|
|
48
|
-
"@types/jasmine": "2.8.3",
|
|
49
|
-
"@types/jasminewd2": "2.0.2",
|
|
50
|
-
"@types/node": "~6.0.60",
|
|
51
|
-
"api-angular-academia-dto": ">=1.2.20",
|
|
52
|
-
"bootstrap": ">=4.0.0",
|
|
53
|
-
"codelyzer": "^4.0.1",
|
|
54
|
-
"copy-webpack-plugin": "^4.5.2",
|
|
55
|
-
"copyfiles": "^2.0.0",
|
|
56
|
-
"core-js": ">=2.4.1",
|
|
57
|
-
"gulp": "4.0",
|
|
58
|
-
"gulp-inline-ng2-template": "^4.1.0",
|
|
59
|
-
"gulp-jsonminify": "^1.1.0",
|
|
60
|
-
"gulp-merge": "^0.1.1",
|
|
61
|
-
"jasmine-core": "~2.8.0",
|
|
62
|
-
"jasmine-spec-reporter": "~4.2.1",
|
|
63
|
-
"karma": "~2.0.0",
|
|
64
|
-
"karma-chrome-launcher": "~2.2.0",
|
|
65
|
-
"karma-cli": "~1.0.1",
|
|
66
|
-
"karma-coverage-istanbul-reporter": "^1.2.1",
|
|
67
|
-
"karma-jasmine": "~1.1.0",
|
|
68
|
-
"karma-jasmine-html-reporter": "^0.2.2",
|
|
69
|
-
"material-design-icons-iconfont": "^3.0.3",
|
|
70
|
-
"ngx-bootstrap": "2.0.5",
|
|
71
|
-
"protractor": "~5.1.2",
|
|
72
|
-
"rimraf": "^2.6.2",
|
|
73
|
-
"rxjs": "^5.5.6",
|
|
74
|
-
"ts-node": "~4.1.0",
|
|
75
|
-
"tslint": "~5.9.1",
|
|
76
|
-
"typescript": "~2.5.3",
|
|
77
|
-
"zone.js": "^0.8.19"
|
|
78
|
-
},
|
|
79
|
-
"dependencies": {
|
|
80
|
-
"gulp-merge-json": "^1.3.1",
|
|
81
|
-
"natives": "^1.1.6"
|
|
82
|
-
}
|
|
83
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "api-angular-academia-intl",
|
|
3
|
+
"version": "0.1.5-beta.74",
|
|
4
|
+
"license": "MIT",
|
|
5
|
+
"scripts": {
|
|
6
|
+
"ng": "ng",
|
|
7
|
+
"start": "ng serve",
|
|
8
|
+
"gen-es-i18n": "gulp merge-i18n-es",
|
|
9
|
+
"gen-en-i18n": "gulp merge-i18n-en",
|
|
10
|
+
"copyimg": "copyfiles -u 1 ./s rc/img/**/*.svg lib",
|
|
11
|
+
"build": "ng build --prod",
|
|
12
|
+
"test": "ng test",
|
|
13
|
+
"lint": "ng lint",
|
|
14
|
+
"e2e": "ng e2e",
|
|
15
|
+
"cleardown": "rimraf build lib",
|
|
16
|
+
"inline-build-templates": "gulp inline-build-templates",
|
|
17
|
+
"ngc-build": "ngc -p ./tsconfig.lib.json",
|
|
18
|
+
"prepare": "npm run cleardown && npm run inline-build-templates && npm run ngc-build && npm run copyimg && npm run gen-es-i18n && npm run gen-en-i18n"
|
|
19
|
+
},
|
|
20
|
+
"private": false,
|
|
21
|
+
"files": [
|
|
22
|
+
"lib"
|
|
23
|
+
],
|
|
24
|
+
"main": "./lib/exportedModules.js",
|
|
25
|
+
"typings": "./lib/exportedModules.d.ts",
|
|
26
|
+
"peerDependencies": {
|
|
27
|
+
"@angular/core": "^5.2.9",
|
|
28
|
+
"@angular/common": "^5.2.9",
|
|
29
|
+
"bootstrap": "^4.0.0",
|
|
30
|
+
"core-js": ">=2.4.1",
|
|
31
|
+
"ngx-bootstrap": "2.0.5",
|
|
32
|
+
"material-design-icons-iconfont": "^3.0.3"
|
|
33
|
+
},
|
|
34
|
+
"devDependencies": {
|
|
35
|
+
"@angular/animations": "^5.2.9",
|
|
36
|
+
"@angular/cli": "^1.7.3",
|
|
37
|
+
"@angular/common": "5.2.9",
|
|
38
|
+
"@angular/compiler": "^5.2.9",
|
|
39
|
+
"@angular/compiler-cli": "^5.2.9",
|
|
40
|
+
"@angular/core": "5.2.9",
|
|
41
|
+
"@angular/forms": "^5.2.9",
|
|
42
|
+
"@angular/language-service": "^5.2.9",
|
|
43
|
+
"@angular/platform-browser": "^5.2.9",
|
|
44
|
+
"@angular/platform-browser-dynamic": "^5.2.9",
|
|
45
|
+
"@ngx-translate/core": "^9.1.1",
|
|
46
|
+
"@ngx-translate/http-loader": "^2.0.1",
|
|
47
|
+
"@types/core-js": "^0.9.46",
|
|
48
|
+
"@types/jasmine": "2.8.3",
|
|
49
|
+
"@types/jasminewd2": "2.0.2",
|
|
50
|
+
"@types/node": "~6.0.60",
|
|
51
|
+
"api-angular-academia-dto": ">=1.2.20",
|
|
52
|
+
"bootstrap": ">=4.0.0",
|
|
53
|
+
"codelyzer": "^4.0.1",
|
|
54
|
+
"copy-webpack-plugin": "^4.5.2",
|
|
55
|
+
"copyfiles": "^2.0.0",
|
|
56
|
+
"core-js": ">=2.4.1",
|
|
57
|
+
"gulp": "4.0",
|
|
58
|
+
"gulp-inline-ng2-template": "^4.1.0",
|
|
59
|
+
"gulp-jsonminify": "^1.1.0",
|
|
60
|
+
"gulp-merge": "^0.1.1",
|
|
61
|
+
"jasmine-core": "~2.8.0",
|
|
62
|
+
"jasmine-spec-reporter": "~4.2.1",
|
|
63
|
+
"karma": "~2.0.0",
|
|
64
|
+
"karma-chrome-launcher": "~2.2.0",
|
|
65
|
+
"karma-cli": "~1.0.1",
|
|
66
|
+
"karma-coverage-istanbul-reporter": "^1.2.1",
|
|
67
|
+
"karma-jasmine": "~1.1.0",
|
|
68
|
+
"karma-jasmine-html-reporter": "^0.2.2",
|
|
69
|
+
"material-design-icons-iconfont": "^3.0.3",
|
|
70
|
+
"ngx-bootstrap": "2.0.5",
|
|
71
|
+
"protractor": "~5.1.2",
|
|
72
|
+
"rimraf": "^2.6.2",
|
|
73
|
+
"rxjs": "^5.5.6",
|
|
74
|
+
"ts-node": "~4.1.0",
|
|
75
|
+
"tslint": "~5.9.1",
|
|
76
|
+
"typescript": "~2.5.3",
|
|
77
|
+
"zone.js": "^0.8.19"
|
|
78
|
+
},
|
|
79
|
+
"dependencies": {
|
|
80
|
+
"gulp-merge-json": "^1.3.1",
|
|
81
|
+
"natives": "^1.1.6"
|
|
82
|
+
}
|
|
83
|
+
}
|