-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
85 lines (85 loc) · 3.07 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "production-manager",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "node ./bin/www",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"extract-i18n": "ng xi18n --output-path src/i18n && for i in de en; do xliffmerge --profile xliffmerge.json de $i; done",
"build-i18n": "for i in de en; do ng build --prod --build-optimizer --aot --base-href=/$i/ --outputPath=dist/$i --i18nFile=src/i18n/messages.$i.xlf --i18nFormat=xlf --locale=$i && cp -r ./src/custom_assets/* ./dist/$i/assets/ 2>/dev/null || :; done",
"build-i18n-single": "run() { ng build --prod --build-optimizer --aot --base-href=/$1/ --outputPath=dist/$1 --i18nFile=src/i18n/messages.$1.xlf --i18nFormat=xlf --locale=$1 $2 $3; }; run",
"continuous-build-i18n-single": "run() { ng build -w --aot --base-href=/$1/ --outputPath=dist/$1 --i18nFile=src/i18n/messages.$1.xlf --i18nFormat=xlf --locale=$1; }; run"
},
"private": true,
"dependencies": {
"@angular/animations": "^6.0.7",
"@angular/cdk": "^6.3.2",
"@angular/common": "^6.0.7",
"@angular/compiler": "^6.0.7",
"@angular/core": "^6.0.7",
"@angular/flex-layout": "^6.0.0-beta.16",
"@angular/forms": "^6.0.7",
"@angular/http": "^6.0.7",
"@angular/material": "^6.3.2",
"@angular/platform-browser": "^6.0.7",
"@angular/platform-browser-dynamic": "^6.0.7",
"@angular/router": "^6.0.7",
"async": "^2.6.1",
"body-parser": "^1.18.3",
"combined-stream": "^1.0.6",
"cookie-parser": "^1.4.3",
"core-js": "^2.5.4",
"crypto-js": "^3.1.9-1",
"dnssd": "^0.4.1",
"express": "^4.16.3",
"express-json-validator-middleware": "^1.2.0",
"line-by-line": "^0.1.6",
"machina": "^2.0.2",
"material-design-icons": "^3.0.1",
"mongoose": "^5.2.6",
"morgan": "^1.9.0",
"mt-files-downloader": "^0.2.5",
"multer": "^1.3.1",
"ng6-socket-io": "^1.0.3",
"ngx-qrcode2": "0.0.5",
"object-hash": "^1.3.0",
"promise": "^8.0.1",
"request": "iuno-tdm/request",
"rxjs": "^6.2.1",
"serve-favicon": "^2.5.0",
"socket.io": "^2.1.1",
"ssl-root-cas": "^1.2.5",
"swagger-ui-express": "^3.0.10",
"tdm-common": "https://github.com/IUNO-TDM/TDM-Common/releases/download/v0.1.2/tdm-common-0.1.2.tgz",
"unzipper": "^0.9.2",
"uuid": "^3.3.2",
"winston": "^2.4.3",
"xml2js": "^0.4.19",
"yamljs": "^0.3.0",
"zone.js": "^0.8.26"
},
"devDependencies": {
"@angular/compiler-cli": "^6.0.7",
"@angular-devkit/build-angular": "~0.6.8",
"typescript": "~2.7.2",
"@angular/cli": "~6.0.8",
"@angular/language-service": "^6.0.7",
"@types/jasmine": "~2.8.6",
"@types/jasminewd2": "~2.0.3",
"@types/node": "~8.9.4",
"codelyzer": "~4.2.1",
"jasmine-core": "~2.99.1",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~2.0.4",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage-istanbul-reporter": "~2.0.1",
"karma-jasmine": "~1.1.1",
"karma-jasmine-html-reporter": "^0.2.2",
"protractor": "~5.3.2",
"ts-node": "~5.0.1",
"tslint": "~5.9.1"
}
}