-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
83 lines (83 loc) · 2.92 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
{
"name": "awf-ng-webui-template",
"version": "10.0.0",
"description": "awf-ng-webui-template",
"license": "MIT",
"scripts": {
"start": "ng serve --port=0",
"start_prod": "ng serve --port=0 --prod",
"start_es5": "ng serve --configuration es5",
"lint": "ng lint --type-check && htmlhint \"src\" --config .htmlhintrc && stylelint \"src/**/*.scss\" --syntax scss",
"test": "ng test",
"test:ci": "npm run lint -s && ng test --single-run --code-coverage",
"e2e": "ng e2e",
"e2e_home": "ng e2e --suite=home",
"e2e_faimmetra": "ng e2e --suite=faimmetra",
"docs": "hads ./docs -o",
"iis_devbuild": "ng build --base-href /AwfTestUI/",
"iis_prodbuild": "ng build --base-href /AwfTestUI/",
"webdriver-update": "webdriver-manager update",
"webdriver-update-ie": "webdriver-manager update --ie",
"webdriver-manager-start": "webdriver-manager start",
"protractor": "protractor protractor.conf.js",
"test-single-headless": "ng test --reporters=junit,progress --browsers=PhantomJS",
"install_autobot_localfile": "npm install awf-ng-autobot-10.1.0.tgz",
"uninstall_install_autobot_localfile": "npm uninstall awf-ng-autobot && npm install ./awf-ng-autobot-10.1.0.tgz"
},
"private": true,
"dependencies": {
"@angular/animations": "^10.2.4",
"@angular/cdk": "^10.1.6",
"@angular/common": "^10.2.4",
"@angular/compiler": "^10.2.4",
"@angular/core": "^10.2.4",
"@angular/forms": "^10.2.4",
"@angular/platform-browser": "^10.2.4",
"@angular/platform-browser-dynamic": "^10.2.4",
"@angular/router": "^10.2.4",
"@angular/service-worker": "^10.2.4",
"@auth0/angular-jwt": "5.0.1",
"alasql": "^0.4.11",
"bootstrap": "^4.6.0",
"core-js": "^3.9.1",
"font-awesome": "^4.7.0",
"guid-typescript": "1.0.9",
"jquery": "^3.3.1",
"jquery-ui-dist": "^1.12.1",
"jqwidgets-ng": "^10.1.6",
"jxon": "2.0.0-beta.5",
"rxjs": "^6.6.3",
"stream": "0.0.2",
"timers": "0.1.1",
"tslib": "^2.0.0",
"xml2js": "0.4.19",
"zone.js": "~0.10.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.1002.1",
"@angular/cli": "^10.2.1",
"@angular/compiler-cli": "^10.2.4",
"@angular/language-service": "^10.2.4",
"@types/jasmine": "~2.8.3",
"@types/jasminewd2": "~2.0.2",
"@types/node": "^12.11.1",
"codelyzer": "^6.0.1",
"htmlhint": "^0.9.13",
"https-proxy-agent": "^2.0.0",
"jasmine-core": "~3.5.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~5.0.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"protractor": "~7.0.0",
"stylelint": "~8.4.0",
"stylelint-config-recommended-scss": "~3.0.0",
"stylelint-config-standard": "~18.0.0",
"stylelint-scss": "~2.2.0",
"ts-node": "~4.1.0",
"tslint": "~6.1.0",
"typescript": "~4.0.5"
}
}