-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
113 lines (113 loc) · 4.34 KB
/
Copy pathpackage.json
File metadata and controls
113 lines (113 loc) · 4.34 KB
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
"name": "@td-vantage/ui-platform",
"version": "1.0.0-beta.5",
"description": "Teradata Vantage Angular Platform for easy integration and usage",
"keywords": [
"teradata",
"vantage",
"platform",
"ui",
"sso",
"services"
],
"scripts": {
"serve": "./node_modules/.bin/ng serve",
"serve:prod": "node --max_old_space_size=8192 ./node_modules/.bin/ng serve --aot --prod --source-map=false --optimization --proxy-config proxy.conf.js",
"build:docs": "node --max_old_space_size=5048 ./node_modules/@angular/cli/bin/ng build --aot --prod --source-map=false --optimization",
"lint": "npm run tslint && npm run stylelint",
"tslint": "ng lint --format codeFrame --fix",
"stylelint": "./node_modules/.bin/stylelint 'src/**/*.scss' '!**/assets/**' --config stylelint.config.js --syntax scss",
"webdriver-update": "bash ./node_modules/.bin/webdriver-manager update",
"test": "ng test ui-platform --code-coverage --source-map=false --watch=false",
"coveralls": "cat ./coverage/lcov.info | node ./node_modules/coveralls/bin/coveralls.js",
"build:lib": "bash scripts/build-release && gulp version-placeholder",
"release:start": "bash scripts/start-release",
"release:finish": "bash scripts/finish-release",
"generate:changelog": "./node_modules/.bin/conventional-changelog -i docs/CHANGELOG.md -s -p angular",
"publish:npm": "npm run build:lib && bash scripts/npm-publish",
"publish:nightly": "npm run build:lib && bash scripts/nightly-publish",
"bump:version": "gulp bump-version --ver",
"prettier": "./node_modules/.bin/prettier --write './**/*.{ts,js,json,css,scss,html,yml,md}'",
"prettier:check": "./node_modules/.bin/prettier --check './**/*.{ts,js,json,css,scss,html,yml,md}'"
},
"engines": {
"node": ">=10.15.3",
"npm": ">=6"
},
"repository": {
"type": "git",
"url": "https://github.com/Teradata/vantage-ui-platform"
},
"bugs": {
"url": "https://github.com/Teradata/vantage-ui-platform/issues"
},
"license": "MIT",
"author": "Teradata UI Team",
"dependencies": {
"@angular/animations": "^9.0.0",
"@angular/cdk": "^9.0.0",
"@angular/common": "^9.0.0",
"@angular/compiler": "^9.0.0",
"@angular/core": "^9.0.0",
"@angular/forms": "^9.0.0",
"@angular/material": "^9.0.0",
"@angular/platform-browser": "^9.0.0",
"@angular/platform-browser-dynamic": "^9.0.0",
"@angular/platform-server": "^9.0.0",
"@angular/router": "^9.0.0",
"@covalent/core": "git+https://github.com/Teradata/covalent-nightly.git",
"@covalent/echarts": "3.0.0-beta.3",
"@covalent/flavored-markdown": "3.1.0-beta.1",
"@covalent/highlight": "3.0.0-beta.3",
"@covalent/http": "3.0.0-beta.3",
"@covalent/markdown": "^3.0.1",
"@covalent/markdown-navigator": "git+https://github.com/Teradata/covalent-markdown-navigator-nightly.git",
"@ngx-translate/core": "12.0.0",
"@ngx-translate/http-loader": "4.0.0",
"core-js": "^2.5.4",
"cypress": "^4.12.0",
"echarts": "4.2.1",
"hammerjs": "^2.0.8",
"moment": "^2.17.1",
"rxjs": "^6.5.4",
"sass": "^1.25.0",
"tslib": "^1.10.0",
"web-animations-js": "2.3.2",
"zone.js": "^0.10.2"
},
"devDependencies": {
"@angular-builders/custom-webpack": "8.4.1",
"@angular-devkit/build-angular": "^0.901.12",
"@angular-devkit/build-ng-packagr": "^0.900.0",
"@angular-devkit/core": "^9.0.0",
"@angular-devkit/schematics": "^9.0.0",
"@angular/cli": "^9.0.0",
"@angular/compiler-cli": "^9.0.0",
"@covalent/coding-standards": "git+https://github.com/Teradata/covalent-coding-standards-nightly.git",
"@types/hammerjs": "^2.0.30",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^12.7.2",
"autoprefixer": "9.6.5",
"conventional-changelog-cli": "^2.0.34",
"coveralls": "^3.0.3",
"glob": "^6.0.4",
"gulp": "4.0.2",
"gulp-bump": "3.1.3",
"gulp-hub": "4.2.0",
"jasmine-core": "^3.5.0",
"karma": "^5.0.8",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage-istanbul-reporter": "^2.1.1",
"karma-jasmine": "^2.0.1",
"karma-jasmine-html-reporter": "^1.5.1",
"karma-spec-reporter": "0.0.32",
"ng-packagr": "^9.0.0",
"protractor": "^7.0.0",
"require-dir": "0.3.2",
"semver": "5.2.0",
"ts-node": "~7.0.0",
"tsickle": "0.35.0",
"typescript": "~3.7.5"
}
}