forked from freenas/gui
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 2.48 KB
/
package.json
File metadata and controls
83 lines (83 loc) · 2.48 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
{
"name": "freenas-10-gui",
"version": "10.0.3-RELEASE",
"dependencies": {
"bytes": "2.5.0",
"change-case": "3.0.1",
"collections": "montagejs/collections#90210529c7b01ed373b65d4a60409f5edd36a93a",
"crossroads": "0.12.2",
"d3": "3.5.17",
"digit": "montagejs/digit",
"frb": "montagejs/frb#66ba657ae8e7ada7658df3beb6e924c500b7259c",
"hasher": "1.2.0",
"i18next": "7.2.1",
"i18next-browser-languagedetector": "1.0.1",
"i18next-xhr-backend": "1.4.1",
"immutable": "3.8.1",
"lodash": "4.17.4",
"maphilight": "1.2.3",
"marked": "0.3.6",
"moment": "2.18.1",
"moment-timezone": "0.5.13",
"montage": "freenas/montage#5b0d0e27ac07eef7e56d3ee4df05303f547494ee",
"montage-data": "montagestudio/montage-data#647f5208fcefbc89c405d1afea205c8184fddeda",
"numeral": "2.0.6",
"plottable": "2.7.0",
"redux": "3.6.0",
"smoothscroll-polyfill": "0.3.4",
"systemjs": "0.19.47",
"systemjs-plugin-json": "0.2.3",
"url-join": "1.1.0",
"uuid": "3.0.1",
"validators": "0.3.1",
"xterm": "1.1.3"
},
"redirects": {
"redux": "redux/dist/redux.min.js",
"bytes": "bytes/index.js",
"bluebird": "node_modules/montage/node_modules/bluebird/js/browser/bluebird.min.js",
"uuid": "bin/vendors/uuid/index.js"
},
"devDependencies": {
"browser-sync": "2.18.8",
"commander": "2.9.0",
"cssnano": "3.10.0",
"del": "2.2.2",
"git-rev-sync": "1.9.0",
"gulp": "3.9.1",
"gulp-file": "0.3.0",
"gulp-header": "1.8.8",
"gulp-newer": "1.3.0",
"gulp-nightwatch": "0.3.2",
"gulp-postcss": "6.4.0",
"gulp-rename": "1.2.2",
"gulp-typescript": "3.1.6",
"js-beautify": "1.6.12",
"json.sortify": "2.2.1",
"montage-testing": "0.4.3",
"mop": "montagejs/mop#dc468f661b68b7bf6fb3b01fcee64b0c4adbcf1b",
"mr": "montagejs/mr#53633e56f3e9d00c5a311d993098ddd89ed9be80",
"nightwatch": "0.9.14",
"postcss-cssnext": "2.10.0",
"postcss-discard-comments": "2.0.4",
"postcss-import": "8.2.0",
"progress": "1.1.8",
"prompt": "0.3.0",
"rimraf": "2.5.4",
"selenium-standalone": "6.2.0",
"stylelint": "7.10.1",
"stylelint-declaration-strict-value": "1.0.3",
"tslint": "4.5.1",
"typescript": "2.2.2",
"vinyl-named": "1.1.0",
"webpack": "2.3.3",
"webpack-stream": "3.2.0",
"ws": "1.1.4"
},
"scripts": {
"serve": "gulp serve",
"build": "gulp build",
"clean": "gulp clean",
"test-e2e": "gulp build && gulp test-e2e"
}
}