forked from Teradata/covalent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
139 lines (139 loc) · 5.28 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
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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
{
"name": "covalent",
"version": "2.0.0-beta.3",
"private": true,
"description": "Teradata UI Platform built on Angular Material",
"keywords": [
"angular",
"components",
"reusable"
],
"scripts": {
"webdriver-update": "bash ./node_modules/.bin/webdriver-manager update",
"lint": "npm run tslint && npm run stylelint",
"tslint": "./node_modules/.bin/tslint --format codeFrame -c ./tslint.json \"./src/**/*.ts\" -e \"./src/environments/**\"",
"stylelint": "./node_modules/.bin/stylelint 'src/**/*.scss' '!**/_layout.scss' '!**/markdown.component.scss' --config .stylelintrc.json --syntax scss",
"preinstall": "rm -rf node_modules tmp deploy dist",
"postinstall": "npm rebuild node-sass && webdriver-manager update",
"test": "ng test --code-coverage --source-map=false --watch=false",
"coverage:win": "start chrome ./coverage/index.html",
"coverage:mac": "open -a \"Google Chrome\" coverage/index.html",
"coveralls": "cat ./coverage/lcov.info | node ./node_modules/coveralls/bin/coveralls.js",
"serve": "node --max_old_space_size=5048 ./node_modules/@angular/cli/bin/ng serve",
"serve:experimental": "node --max_old_space_size=5048 ./node_modules/@angular/cli/bin/ng serve covalent-test-bed",
"serve:prod": "node --max_old_space_size=5048 ./node_modules/@angular/cli/bin/ng serve --aot --prod --source-map=false --optimization",
"build:docs": "node --max_old_space_size=5048 ./node_modules/@angular/cli/bin/ng build --aot --prod --source-map=false --optimization",
"build:lib": "bash scripts/build-release && gulp version-placeholder",
"build:universal": "bash scripts/build-universal",
"publish:npm": "npm run build:lib && bash scripts/npm-publish",
"publish:nightly": "npm run build:lib && bash scripts/nightly-publish core && bash scripts/nightly-publish experimental",
"ghpages:deploy": "npm run build:docs -- --base-href /covalent/ && bash scripts/ghpages-deploy",
"release:start": "bash scripts/start-release",
"release:finish": "bash scripts/finish-release",
"bundle-report": "npm run build:docs -- --stats-json && webpack-bundle-analyzer dist/stats.json",
"generate:changelog": "./node_modules/.bin/conventional-changelog -i docs/CHANGELOG.md -s -p angular",
"a11y": "scripts/a11y/a11y.sh -r scripts/a11y/routes.txt"
},
"engines": {
"node": ">=8.9.4",
"npm": ">=5",
"yarn": ">=1.3.2"
},
"repository": {
"type": "git",
"url": "https://github.com/teradata/covalent.git"
},
"bugs": {
"url": "https://github.com/teradata/covalent/issues"
},
"license": "MIT",
"author": "Teradata UX",
"contributors": [
"Kyle Ledbetter <[email protected]>",
"Richa Vyas <[email protected]>",
"Ed Morales <[email protected]>",
"Jason Weaver <[email protected]>",
"Jeremy Wilken <[email protected]>",
"Jeremy Smartt <[email protected]>",
"Ilsun Park <[email protected]>",
"Steven Ov <[email protected]>"
],
"browserslist": [
"last 2 versions",
"ie 11"
],
"dependencies": {
"@angular/animations": "6.0.2",
"@angular/cdk": "6.0.2",
"@angular/common": "6.0.2",
"@angular/compiler": "6.0.2",
"@angular/core": "6.0.2",
"@angular/forms": "6.0.2",
"@angular/http": "6.0.2",
"@angular/material": "6.0.1",
"@angular/platform-browser": "6.0.2",
"@angular/platform-browser-dynamic": "6.0.2",
"@angular/platform-server": "6.0.2",
"@angular/router": "6.0.2",
"@covalent/code-editor": "2.0.0-beta.5",
"@covalent/text-editor": "2.0.0-beta.2",
"@covalent/tools": "2.0.0-beta.2",
"@ngx-translate/core": "10.0.1",
"@ngx-translate/http-loader": "3.0.1",
"@swimlane/ngx-charts": "9.0.0",
"classlist.js": "^1.1.20150312",
"core-js": "^2.5.4",
"d3": "^4.4.0",
"hammerjs": "^2.0.8",
"highlight.js": "9.11.0",
"rxjs": "6.0.0",
"showdown": "1.6.4",
"tslib": "^1.9.0",
"web-animations-js": "2.3.1",
"zone.js": "^0.8.24"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.6.1",
"@angular/cli": "6.0.1",
"@angular/compiler-cli": "6.0.2",
"@types/fs-extra": "^4.0.0",
"@types/hammerjs": "^2.0.30",
"@types/jasmine": "~2.8.6",
"@types/jasminewd2": "~2.0.3",
"@types/node": "~8.9.4",
"@types/selenium-webdriver": "^2.52.0",
"autoprefixer": "7.1.2",
"codelyzer": "~4.2.1",
"conventional-changelog-cli": "^1.3.5",
"coveralls": "^2.12.0",
"fs-extra": "^4.0.0",
"glob": "^6.0.4",
"gulp": "3.9.1",
"gulp-bump": "2.1.0",
"gulp-help": "1.6.1",
"gulp-postcss": "7.0.0",
"gulp-sass": "3.1.0",
"gulp-sourcemaps": "1.6.0",
"jasmine-core": "~2.99.1",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~1.7.1",
"karma-chrome-launcher": "~2.2.0",
"karma-cli": "~1.0.1",
"karma-coverage-istanbul-reporter": "~1.4.2",
"karma-jasmine": "~1.1.1",
"karma-jasmine-html-reporter": "^0.2.2",
"ng-packagr": "2.4.2",
"node-sass": "4.9.0",
"pa11y": "^5.0.0-beta.5",
"protractor": "~5.3.0",
"require-dir": "0.3.2",
"semver": "5.2.0",
"stylelint": "^8.4.0",
"ts-node": "~5.0.1",
"tsickle": "^0.26.0",
"tslint": "5.9.1",
"typescript": "~2.7.2",
"webpack-bundle-analyzer": "^2.9.1",
"webpack-stats-plugin": "^0.1.5"
}
}