forked from truenas/webui
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
148 lines (148 loc) · 5.34 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
{
"name": "freenas-webui",
"version": "1.2.0",
"license": "BSD",
"description": "FreeNAS Angular 4 WebUI",
"homepage": "https://github.com/freenas/webui/",
"scripts": {
"ie-support": "webpack-cli src/ie-polyfills.js -o src/assets/scripts/ie-support/ie-polyfills.min.js -c webpack-polyfill.config.js",
"ng": "ng",
"rimraf": "rimraf",
"changelog": "standard-changelog",
"start": "yarn run ie-support && yarn run generate_licenses && yarn run po2json && node node_modules/@angular/cli/bin/ng serve --proxy-config proxy.config.json --aot --source-map",
"start:dev:aot": "yarn run ie-support && yarn run po2json && node node_modules/@angular/cli/bin/ng serve --proxy-config proxy.config.json --aot --source-map",
"start:dev": "yarn run ie-support && yarn run po2json && ng serve --proxy-config proxy.config.json --aot=false --source-map",
"start:prod": "yarn run ie-support && yarn run po2json && ng serve --prod",
"start:prod:aot": "yarn run ie-support && yarn run po2json && ng serve --prod --aot",
"build": "yarn run ie-support && yarn run generate_licenses && yarn run po2json && yarn run clean:dist && node --max_old_space_size=8192 node_modules/@angular/cli/bin/ng build",
"build:prod": "node scripts/setup_prod.js && yarn run build -- --prod",
"build:prod:aot": "yarn run build:prod --aot --base-href /ui/",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"clean:dist": "yarn run rimraf dist",
"clean:coverage": "yarn run rimraf coverage",
"reinstall": "yarn run rimraf yarn.lock; yarn run rimraf node_modules; yarn cache clean -f; yarn install",
"extract": "node scripts/extract_strings.js",
"po2json": "node scripts/convert_po2json.js",
"create_po_pr": "yarn run extract && node scripts/create_pr.js",
"generate_licenses": "yarn licenses generate-disclaimer > src/assets/disclaimer.txt && yarn licenses list --json > src/assets/licenses.json",
"generate_licenses_list": "yarn licenses list > licenses.txt"
},
"repository": {
"type": "git",
"url": "https://github.com/freenas/webui.git"
},
"bugs": {
"url": "https://bugs.freenas.org"
},
"private": true,
"dependencies": {
"@angular/animations": "9.1.1",
"@angular/cdk": "9.2.0",
"@angular/common": "9.1.1",
"@angular/compiler": "9.1.1",
"@angular/core": "9.1.1",
"@angular/flex-layout": "9.0.0-beta.29",
"@angular/forms": "9.1.1",
"@angular/material": "9.2.0",
"@angular/platform-browser": "9.1.1",
"@angular/platform-browser-dynamic": "9.1.1",
"@angular/router": "9.1.1",
"@ngx-translate/core": "12.1.1",
"@ngx-translate/http-loader": "4.0.0",
"@swimlane/ngx-datatable": "16.0.3",
"angular-calendar": "0.28.2",
"angular-draggable-droppable": "4.3.8",
"angular-resizable-element": "3.3.0",
"angular2-qrcode": "2.0.3",
"angular-svg-icon": "9.0.0",
"angular-tree-component": "8.5.6",
"angular2-uuid": "1.1.1",
"chart.js": "2.8.0",
"chartist": "0.11.4",
"chartist-plugin-legend": "0.6.2",
"chartjs-plugin-crosshair": "1.1.4",
"classlist.js": "1.1.20150312",
"core-js": "3.6.4",
"cron-parser": "2.13.0",
"cronstrue": "1.91.0",
"d3": "4.12.2",
"d3-transition": "1.2.0",
"date-fns": "2.10.0",
"dygraphs": "2.1.0",
"element-resize-detector": "1.2.1",
"engine.io": "3.4.0",
"filesize": "6.1.0",
"flag-icon-css": "3.4.6",
"hammerjs": "2.0.8",
"hopscotch": "0.3.1",
"ip-regex": "4.1.0",
"is-cidr": "3.1.0",
"lodash": "4.17.15",
"mobx-angular": "3.0.1",
"ng-chartist": "4.1.0",
"ng2-charts": "1.6.0",
"ng2-dragula": "2.1.1",
"ng2-file-upload": "1.3.0",
"ng2-material-dropdown": "0.11.0",
"ng2-validation": "4.2.0",
"ngx-color-picker": "9.0.0",
"ngx-filesize": "2.0.2",
"ngx-markdown": "9.0.0",
"ngx-quill": "8.0.0",
"ngx-uploader": "8.0.0",
"ngx-webstorage": "5.0.0",
"perfect-scrollbar": "0.7.1",
"pixi-filters": "2.7.1",
"pixi-projection": "0.2.7",
"pixi.js": "4.8.7",
"popmotion": "8.7.1",
"primeicons": "2.0.0",
"primeng": "9.0.0",
"quill": "1.3.7",
"rxjs": "6.5.4",
"rxjs-compat": "6.5.4",
"simplify-js": "1.2.4",
"stream": "0.0.2",
"stylefire": "7.0.2",
"what-is-my-ip-address": "1.0.3",
"xterm": "2.9.2",
"zone.js": "0.10.2"
},
"resolutions": {
"moment": "2.24.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "0.901.0",
"@angular-devkit/build-optimizer": "0.901.0",
"@angular-devkit/core": "9.1.0",
"@angular/cli": "9.1.0",
"@angular/compiler-cli": "9.1.1",
"@biesbjerg/ngx-translate-extract": "2.3.4",
"@types/chartist": "0.9.47",
"@types/d3": "4.12.0",
"@types/hopscotch": "0.2.30",
"@types/jasmine": "3.5.6",
"@types/lodash": "4.14.149",
"@types/node": "10.12.7",
"@types/pixi.js": "4.8.7",
"codelyzer": "5.2.1",
"commander": "4.1.1",
"enhanced-resolve": "4.1.1",
"jasmine-core": "3.5.0",
"jasmine-spec-reporter": "4.2.1",
"karma": "4.4.1",
"karma-chrome-launcher": "3.1.0",
"karma-cli": "2.0.0",
"karma-coverage-istanbul-reporter": "2.1.1",
"karma-jasmine": "3.1.1",
"karma-jasmine-html-reporter": "1.5.2",
"po2json": "1.0.0-beta-2",
"protractor": "5.4.3",
"ts-node": "8.6.2",
"tslint": "6.0.0",
"typescript": "3.6.4",
"webpack-cli": "3.3.11"
}
}