This repository was archived by the owner on Jun 1, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
170 lines (170 loc) · 5.33 KB
/
package.json
File metadata and controls
170 lines (170 loc) · 5.33 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
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
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
{
"name": "@ux-aspects/ux-aspects-docs",
"version": "2.0.0",
"description": "Open source user interface framework for building modern, responsive, mobile big data applications",
"main": "docs/app/app.module.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/UXAspects/UXAspects.git"
},
"contributors": [
"Ashley Hunter",
"Alastair McKee",
"Pearse McMurray",
"Donna Marijne Worby",
"Chris Brennan",
"Tara Todd",
"Andi Stevenson"
],
"license": "Apache-2.0",
"scripts": {
"prepack": "mv src/package.json src_package.json",
"postpack": "mv src_package.json src/package.json",
"start": "node --max_old_space_size=8192 node_modules/webpack-dev-server/bin/webpack-dev-server.js --config configs/webpack.dev.config.js",
"start:https": "npm run start -- --https --pfx configs/webpack.docs.dev.pfx",
"start:e2e": "webpack-dev-server --config configs/webpack.e2e.config.js --progress --colors",
"start:karma": "karma start",
"setversion": "ux-setversion package.json package-lock.json src/package.json",
"compile": "grunt compile",
"build": "grunt build",
"build:documentation": "grunt build:documentation",
"build:library": "grunt build:library",
"lint": "grunt lint",
"package": "grunt package",
"test": "karma start --single-run && grunt e2e",
"test:e2e": "grunt e2e",
"test:karma": "karma start --single-run",
"docker:ci": "node ./scripts/docker.js"
},
"dependencies": {
"@angular/animations": "^9.0.5",
"@angular/cdk": "^9.1.0",
"@angular/common": "^9.0.5",
"@angular/compiler": "^9.0.5",
"@angular/compiler-cli": "^9.0.5",
"@angular/core": "^9.0.5",
"@angular/forms": "^9.0.5",
"@angular/platform-browser": "^9.0.5",
"@angular/platform-browser-dynamic": "^9.0.5",
"@angular/router": "^9.0.5",
"@angular/upgrade": "^9.0.5",
"angular-split": "^3.0.2",
"angular-tree-component": "^8.5.6",
"bootstrap": "^3.3.7",
"chance": "^1.0.10",
"chart.js": "^2.9.3",
"core-js": "^2.5.7",
"d3": "^5.9.2",
"dragula": "^3.7.2",
"highlight.js": "9.12.0",
"json-templater": "1.1.0",
"less": "^3.8.1",
"moment": "^2.19.1",
"moment-timezone": "0.5.0",
"ng2-charts": "^2.3.0",
"ng2-file-upload": "^1.3.0",
"ngx-bootstrap": "^5.3.2",
"ngx-mask": "^2.5.3",
"prismjs": "^1.6.0",
"resize-observer-polyfill": "^1.5.0",
"rxjs": "^6.5.4",
"semver": "5.6.0",
"source-sans-pro": "^2.0.10",
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.900.5",
"@angular-devkit/build-optimizer": "^0.900.5",
"@ngtools/webpack": "^9.0.5",
"@types/chance": "0.7.35",
"@types/chart.js": "^2.9.14",
"@types/d3": "^5.7.2",
"@types/dragula": "2.1.33",
"@types/jasmine": "2.6.2",
"@types/lodash": "^4.14.134",
"@types/moment-timezone": "0.2.35",
"@types/node": "^10.17.16",
"@types/prismjs": "1.6.5",
"@types/semver": "5.5.0",
"@types/webpack-env": "1.13.2",
"@ux-aspects/ux-aspects-scripts": "^2.5.0",
"angular2-template-loader": "0.6.2",
"awesome-typescript-loader": "5.2.1",
"cache-loader": "^1.2.5",
"cheerio": "^1.0.0-rc.2",
"chromedriver": "2.36.0",
"circular-dependency-plugin": "^5.0.2",
"codelyzer": "^5.0.1",
"copy-webpack-plugin": "4.6.0",
"css-loader": "1.0.0",
"downlevel-dts": "^0.4.0",
"file-loader": "1.1.11",
"graceful-fs": "4.1.11",
"grunt": "^1.0.3",
"grunt-banner": "^0.6.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-compress": "^1.6.0",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-cssmin": "2.2.1",
"grunt-execute": "0.2.2",
"grunt-protractor-runner": "5.0.0",
"grunt-run": "^0.8.1",
"grunt-stylelint": "0.8.0",
"grunt-tslint": "5.0.1",
"grunt-webfont": "0.4.8",
"html-loader": "0.5.5",
"jasmine-reporters": "^2.3.2",
"jasmine-spec-reporter": "^4.2.1",
"jit-grunt": "0.10.0",
"karma": "^4.4.1",
"karma-chrome-launcher": "^3.1.0",
"karma-jasmine": "^3.1.1",
"karma-jasmine-html-reporter": "^1.5.2",
"karma-webpack": "^4.0.2",
"less-loader": "4.1.0",
"load-grunt-config": "0.19.2",
"marked": "^0.8.0",
"mini-css-extract-plugin": "^0.4.4",
"ng-packagr": "5.5.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"protractor": "^5.4.1",
"protractor-console-plugin": "^0.1.1",
"protractor-image-comparison": "^3.3.0",
"raw-loader": "0.5.1",
"script-loader": "0.7.2",
"style-loader": "0.23.1",
"stylelint": "7.13.0",
"terser-webpack-plugin": "^1.1.0",
"time-grunt": "1.4.0",
"to-string-loader": "1.1.5",
"ts-node": "^7.0.1",
"ts-transform-readonly-array": "0.0.1",
"tslint": "^5.11.0",
"tslint-jasmine": "^1.0.2",
"typescript": "~3.7.5",
"webpack": "^4.41.6",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.10.3"
},
"files": [
"configs/loaders",
"docs/app/app.component.less",
"docs/app/app.component.ts",
"docs/app/assets",
"docs/app/components",
"docs/app/data",
"docs/app/decorators",
"docs/app/directives",
"docs/app/interfaces",
"docs/app/pages",
"docs/app/services",
"docs/app/wrappers",
"docs/environments",
"docs/styles.less",
"e2e/pages",
"e2e/tests",
"src",
"LICENSE.md",
"README.md"
]
}