forked from UXAspects/UXAspects
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
192 lines (192 loc) · 6.03 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
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
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
{
"name": "@ux-aspects/ux-aspects-docs",
"version": "1.8.9",
"description": "Open source user interface framework for building modern, responsive, mobile big data applications",
"main": "docs/app/app.module.ts",
"contributors": [
"Ashley Hunter",
"Alastair McKee",
"Pearse McMurray",
"Donna Marijne Worby",
"Chris Brennan",
"Tara Todd"
],
"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",
"compile": "grunt compile",
"build": "grunt build",
"build:library": "grunt build:library",
"lint": "grunt lint",
"package": "grunt package",
"package:release": "grunt package:release",
"test": "grunt jasmine:ng1 && karma start --single-run && grunt e2e",
"test:e2e": "grunt e2e",
"test:karma": "karma start --single-run",
"docker:ci": "node ./scripts/run-ci-local.js"
},
"dependencies": {
"@angular/animations": "~8.1.2",
"@angular/common": "~8.1.2",
"@angular/compiler": "~8.1.2",
"@angular/compiler-cli": "~8.1.2",
"@angular/core": "~8.1.2",
"@angular/forms": "~8.1.2",
"@angular/platform-browser": "~8.1.2",
"@angular/platform-browser-dynamic": "~8.1.2",
"@angular/router": "~8.1.2",
"@angular/upgrade": "~8.1.2",
"angular": "~1.3.2",
"angular-split": "1.0.0-rc.3",
"angular-tree-component": "^8.0.0",
"bootstrap": "^3.3.7",
"chance": "^1.0.10",
"chart.js": "^2.7.3",
"core-js": "^2.5.7",
"d3": "^5.9.2",
"dragula": "^3.7.2",
"highlight.js": "9.12.0",
"jquery": "^3.2.1",
"jquery-ui": "^1.12.1",
"json-templater": "1.1.0",
"less": "^3.8.1",
"moment": "^2.19.1",
"moment-timezone": "0.5.0",
"ng2-charts": "^1.6.0",
"ng2-file-upload": "^1.3.0",
"ngx-bootstrap": "^2.0.0",
"ngx-mask": "^2.5.3",
"prismjs": "^1.6.0",
"resize-observer-polyfill": "^1.5.0",
"rxjs": "~6.5.2",
"rxjs-compat": "~6.5.2",
"semver": "5.6.0",
"source-sans-pro": "^2.0.10",
"zone.js": "~0.9.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.801.2",
"@angular-devkit/build-optimizer": "~0.801.2",
"@angular/cdk": "^6.4.7",
"@babel/core": "^7.1.5",
"@babel/preset-env": "^7.1.5",
"@ngtools/webpack": "^8.1.2",
"@types/angular": "1.6.6",
"@types/angular-ui-router": "1.1.40",
"@types/chance": "0.7.35",
"@types/chart.js": "^2.7.45",
"@types/d3": "^5.7.2",
"@types/dragula": "2.1.33",
"@types/jasmine": "2.6.2",
"@types/jquery": "2.0.48",
"@types/moment-timezone": "0.2.35",
"@types/node": "7.0.46",
"@types/prismjs": "1.6.5",
"@types/semver": "5.5.0",
"@types/webpack-env": "1.13.2",
"@ux-aspects/ux-aspects-scripts": "^1.0.5",
"angular-mocks": "1.3.2",
"angular2-template-loader": "0.6.2",
"awesome-typescript-loader": "5.2.1",
"babel-loader": "^8.0.4",
"cache-loader": "^1.2.5",
"canonical-path": "0.0.2",
"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",
"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.4.3",
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-cssmin": "2.2.1",
"grunt-contrib-jasmine": "1.1.0",
"grunt-contrib-jshint": "1.1.0",
"grunt-contrib-rename": "0.2.0",
"grunt-contrib-uglify": "^4.0.0",
"grunt-execute": "0.2.2",
"grunt-istanbul": "^0.8.0",
"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",
"istanbul-instrumenter-loader": "^3.0.1",
"jasmine": "2.8.0",
"jasmine-core": "^3.3.0",
"jasmine-reporters": "2.2.1",
"jasmine-spec-reporter": "^4.2.1",
"jit-grunt": "0.10.0",
"jshint": "^2.9.6",
"karma": "^4.0.1",
"karma-chrome-launcher": "^2.2.0",
"karma-jasmine": "^2.0.1",
"karma-jasmine-html-reporter": "^1.4.0",
"karma-webpack": "^3.0.5",
"less-loader": "4.1.0",
"load-grunt-config": "0.19.2",
"lodash": "^4.17.11",
"marked": "^0.6.2",
"mini-css-extract-plugin": "^0.4.4",
"ng-cache-loader": "0.0.26",
"ng-packagr": "^4.0.0",
"null-loader": "0.1.1",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"prismjs-loader": "0.0.4",
"protractor": "^5.4.1",
"protractor-console-plugin": "^0.1.1",
"protractor-image-comparison": "^3.3.0",
"protractor-istanbul-plugin": "2.0.0",
"protractor-jasmine2-html-reporter": "0.0.7",
"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",
"tsickle": "^0.33.1",
"tslint": "^5.11.0",
"typescript": "~3.4.5",
"uglify-js": "3.4.5",
"webpack": "4.25.1",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.14"
},
"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/styles.less",
"docs/environments",
"src",
"e2e/tests",
"e2e/pages",
"LICENSE.md",
"README.md"
]
}