This repository has been archived by the owner on Oct 11, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 47
/
package.json
83 lines (83 loc) · 2.54 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
{
"name": "freenas-10-gui",
"version": "10.0.3-RELEASE",
"dependencies": {
"bytes": "^2.4.0",
"change-case": "^3.0.0",
"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.1.3",
"i18next-browser-languagedetector": "^1.0.1",
"i18next-xhr-backend": "^1.4.1",
"immutable": "^3.8.1",
"lodash": "^4.17.2",
"maphilight": "~1.2.3",
"marked": "^0.3.6",
"moment": "^2.17.1",
"moment-timezone": "^0.5.11",
"montage": "freenas/montage#5b0d0e27ac07eef7e56d3ee4df05303f547494ee",
"montage-data": "montagestudio/montage-data#647f5208fcefbc89c405d1afea205c8184fddeda",
"numeral": "^2.0.4",
"plottable": "~2.7.0",
"redux": "^3.6.0",
"smoothscroll-polyfill": "^0.3.4",
"systemjs": "^0.19.41",
"systemjs-plugin-json": "^0.2.2",
"url-join": "^1.1.0",
"uuid": "^3.0.1",
"validators": "~0.3.1",
"xterm": "^1.0.0"
},
"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.13.0",
"commander": "~2.9.0",
"cssnano": "^3.7.1",
"del": "^2.2.2",
"git-rev-sync": "^1.8.0",
"gulp": "^3.9.1",
"gulp-file": "^0.3.0",
"gulp-header": "^1.8.5",
"gulp-newer": "^1.2.0",
"gulp-nightwatch": "^0.3.2",
"gulp-postcss": "^6.1.1",
"gulp-rename": "^1.2.2",
"gulp-typescript": "^3.1.3",
"js-beautify": "^1.6.3",
"json.sortify": "^2.0.2",
"montage-testing": "~0.4.0",
"mop": "montagejs/mop#dc468f661b68b7bf6fb3b01fcee64b0c4adbcf1b",
"mr": "montagejs/mr#53633e56f3e9d00c5a311d993098ddd89ed9be80",
"nightwatch": "^0.9.12",
"postcss-cssnext": "^2.7.0",
"postcss-discard-comments": "^2.0.4",
"postcss-import": "^8.1.2",
"progress": "~1.1.8",
"prompt": "~0.3.0",
"rimraf": "~2.5.2",
"selenium-standalone": "^6.0.1",
"stylelint": "^7.6.0",
"stylelint-declaration-strict-value": "^1.0.3",
"tslint": "^4.2.0",
"typescript": "^2.1.0",
"vinyl-named": "^1.1.0",
"webpack": "^2.2.0-rc.4",
"webpack-stream": "^3.2.0",
"ws": "~1.1.1"
},
"scripts": {
"serve": "gulp serve",
"build": "gulp build",
"clean": "gulp clean",
"test-e2e": "gulp build && gulp test-e2e"
}
}