2013-10-31 11:59:24 +01:00
|
|
|
{
|
2019-05-06 11:29:11 +02:00
|
|
|
"private": true,
|
2014-05-29 16:06:23 +01:00
|
|
|
"name": "xo-web",
|
2022-03-30 15:15:22 +02:00
|
|
|
"version": "5.95.0",
|
2020-05-28 20:24:14 +02:00
|
|
|
"license": "AGPL-3.0-or-later",
|
2014-05-29 16:06:23 +01:00
|
|
|
"description": "Web interface client for Xen-Orchestra",
|
|
|
|
|
"keywords": [
|
|
|
|
|
"xen",
|
|
|
|
|
"orchestra",
|
|
|
|
|
"xen-orchestra",
|
|
|
|
|
"web"
|
|
|
|
|
],
|
2018-02-07 10:39:32 +01:00
|
|
|
"homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/packages/xo-web",
|
|
|
|
|
"bugs": "https://github.com/vatesfr/xen-orchestra/issues",
|
2014-05-29 16:06:23 +01:00
|
|
|
"repository": {
|
2019-02-15 10:59:21 +01:00
|
|
|
"directory": "packages/xo-web",
|
2014-05-29 16:06:23 +01:00
|
|
|
"type": "git",
|
2018-02-07 10:39:32 +01:00
|
|
|
"url": "https://github.com/vatesfr/xen-orchestra.git"
|
2014-05-29 16:06:23 +01:00
|
|
|
},
|
|
|
|
|
"author": {
|
2020-06-01 14:03:34 +02:00
|
|
|
"name": "Vates SAS",
|
|
|
|
|
"url": "https://vates.fr"
|
2014-05-29 16:06:23 +01:00
|
|
|
},
|
2015-12-03 18:22:13 +01:00
|
|
|
"preferGlobal": false,
|
|
|
|
|
"main": "dist/",
|
2021-04-19 15:18:09 +02:00
|
|
|
"browserslist": [
|
|
|
|
|
">2%"
|
|
|
|
|
],
|
2013-11-12 18:09:54 +01:00
|
|
|
"engines": {
|
2018-02-07 10:39:32 +01:00
|
|
|
"node": ">=6"
|
2015-12-03 18:22:13 +01:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2021-04-19 15:18:09 +02:00
|
|
|
"@babel/core": "^7.13.8",
|
|
|
|
|
"@babel/plugin-proposal-decorators": "^7.13.0",
|
|
|
|
|
"@babel/plugin-proposal-export-default-from": "^7.12.13",
|
|
|
|
|
"@babel/plugin-proposal-function-bind": "^7.12.13",
|
|
|
|
|
"@babel/preset-env": "^7.13.8",
|
|
|
|
|
"@babel/preset-react": "^7.12.13",
|
|
|
|
|
"@babel/register": "^7.13.8",
|
2017-11-08 11:31:44 +01:00
|
|
|
"@nraynaud/novnc": "0.6.1",
|
2019-10-25 16:40:36 +02:00
|
|
|
"@xen-orchestra/cron": "^1.0.6",
|
2021-05-26 16:52:20 +02:00
|
|
|
"@xen-orchestra/defined": "^0.0.1",
|
2021-08-30 11:01:14 +02:00
|
|
|
"@xen-orchestra/log": "^0.3.0",
|
2019-09-20 16:20:26 +02:00
|
|
|
"@xen-orchestra/template": "^0.1.0",
|
2019-03-01 09:44:12 +01:00
|
|
|
"ansi_up": "^4.0.3",
|
2017-09-11 11:40:23 +02:00
|
|
|
"asap": "^2.0.6",
|
2017-03-09 17:50:08 +01:00
|
|
|
"babel-plugin-dev": "^1.0.0",
|
2017-02-07 11:17:33 +01:00
|
|
|
"babel-plugin-lodash": "^3.2.11",
|
2021-04-19 15:18:09 +02:00
|
|
|
"babelify": "^10.0.0",
|
2017-01-09 10:02:43 +01:00
|
|
|
"bootstrap": "4.0.0-alpha.5",
|
2018-02-07 14:03:34 +01:00
|
|
|
"browserify": "^16.0.0",
|
2017-09-11 11:40:23 +02:00
|
|
|
"bundle-collapser": "^1.3.0",
|
2016-11-15 12:58:44 +01:00
|
|
|
"chartist": "^0.10.1",
|
2017-02-01 09:21:28 +01:00
|
|
|
"chartist-plugin-legend": "^0.6.1",
|
2016-04-01 12:56:06 +02:00
|
|
|
"chartist-plugin-tooltip": "0.0.11",
|
2016-03-31 15:02:52 +02:00
|
|
|
"classnames": "^2.2.3",
|
2021-02-11 13:54:29 +01:00
|
|
|
"complex-matcher": "^0.7.0",
|
2018-05-16 17:39:47 +02:00
|
|
|
"copy-to-clipboard": "^3.0.8",
|
2018-04-05 11:00:03 +02:00
|
|
|
"d3": "^5.0.0",
|
2018-07-17 11:03:57 +02:00
|
|
|
"debounce-input-decorator": "^1.0.0",
|
2018-01-02 10:04:27 +01:00
|
|
|
"enzyme": "^3.3.0",
|
2018-01-09 14:21:03 +01:00
|
|
|
"enzyme-adapter-react-15": "^1.0.5",
|
2017-12-18 16:47:00 +01:00
|
|
|
"enzyme-to-json": "^3.3.0",
|
2017-01-02 17:13:50 +01:00
|
|
|
"font-awesome": "^4.7.0",
|
2017-11-08 11:31:44 +01:00
|
|
|
"font-mfizz": "^2.4.1",
|
2018-08-10 11:20:59 +02:00
|
|
|
"get-stream": "^4.0.0",
|
2018-01-02 10:04:27 +01:00
|
|
|
"gulp": "^4.0.0",
|
2019-09-02 09:45:38 +02:00
|
|
|
"gulp-autoprefixer": "^7.0.0",
|
2017-03-14 14:51:53 +01:00
|
|
|
"gulp-csso": "^3.0.0",
|
2015-12-03 18:22:13 +01:00
|
|
|
"gulp-embedlr": "^0.5.2",
|
2016-03-03 14:54:29 +01:00
|
|
|
"gulp-plumber": "^1.1.0",
|
2018-04-09 18:11:45 +02:00
|
|
|
"gulp-pug": "^4.0.1",
|
2016-03-10 16:30:09 +01:00
|
|
|
"gulp-refresh": "^1.1.0",
|
2021-08-27 14:22:00 +02:00
|
|
|
"gulp-sass": "^5.0.0",
|
2018-01-02 10:04:27 +01:00
|
|
|
"gulp-sourcemaps": "^2.6.2",
|
2021-05-28 15:38:25 +02:00
|
|
|
"gulp-terser": "^2.0.1",
|
2018-01-15 12:31:02 +01:00
|
|
|
"gulp-watch": "^5.0.0",
|
2022-03-29 14:33:04 +02:00
|
|
|
"human-format": "^1.0.0",
|
2018-08-08 10:36:33 +02:00
|
|
|
"immutable": "^4.0.0-rc.9",
|
2021-08-18 10:07:08 +02:00
|
|
|
"index-modules": "^0.4.3",
|
2019-07-04 16:01:07 +02:00
|
|
|
"is-ip": "^3.1.0",
|
2020-08-19 17:18:03 +02:00
|
|
|
"js-cookie": "2.2.1",
|
2021-11-25 10:33:39 +01:00
|
|
|
"jsonrpc-websocket-client": "^0.7.2",
|
2016-11-28 12:05:56 +01:00
|
|
|
"kindof": "^2.0.0",
|
2016-03-09 14:28:18 +01:00
|
|
|
"lodash": "^4.6.1",
|
2016-03-25 12:40:41 +01:00
|
|
|
"loose-envify": "^1.1.0",
|
2018-01-02 10:04:27 +01:00
|
|
|
"make-error": "^1.3.2",
|
2019-09-02 09:45:38 +02:00
|
|
|
"marked": "^0.7.0",
|
2018-07-17 18:18:37 +02:00
|
|
|
"modular-cssify": "^12",
|
2018-01-02 10:04:27 +01:00
|
|
|
"moment": "^2.20.1",
|
2017-11-08 11:31:44 +01:00
|
|
|
"moment-timezone": "^0.5.14",
|
2017-02-15 12:41:38 +01:00
|
|
|
"notifyjs": "^3.0.0",
|
2019-04-09 08:56:15 +02:00
|
|
|
"otplib": "^11.0.0",
|
2022-02-02 12:35:06 +01:00
|
|
|
"promise-toolbox": "^0.21.0",
|
2017-12-18 16:58:22 +01:00
|
|
|
"prop-types": "^15.6.0",
|
2019-01-28 14:50:37 +01:00
|
|
|
"qrcode": "^1.3.2",
|
2016-04-12 18:15:53 +02:00
|
|
|
"random-password": "^0.1.2",
|
2020-12-04 12:09:32 +01:00
|
|
|
"reaclette": "^0.9.0",
|
2018-01-09 14:21:03 +01:00
|
|
|
"react": "^15.4.1",
|
|
|
|
|
"react-addons-shallow-compare": "^15.6.2",
|
|
|
|
|
"react-addons-test-utils": "^15.6.2",
|
2016-05-13 17:15:45 +02:00
|
|
|
"react-bootstrap-4": "^0.29.1",
|
2017-09-12 13:24:10 +02:00
|
|
|
"react-chartist": "^0.13.0",
|
2017-10-06 17:36:21 +02:00
|
|
|
"react-copy-to-clipboard": "^5.0.1",
|
2017-11-08 11:31:44 +01:00
|
|
|
"react-dnd": "^2.5.4",
|
|
|
|
|
"react-dnd-html5-backend": "^2.5.4",
|
2016-07-11 17:33:00 +02:00
|
|
|
"react-document-title": "^2.0.2",
|
2018-01-09 14:21:03 +01:00
|
|
|
"react-dom": "^15.4.1",
|
2017-11-20 15:20:55 +01:00
|
|
|
"react-dropzone": "^4.2.3",
|
2017-09-11 11:40:23 +02:00
|
|
|
"react-intl": "^2.4.0",
|
2017-11-08 11:31:44 +01:00
|
|
|
"react-key-handler": "^1.0.1",
|
2017-09-12 13:24:10 +02:00
|
|
|
"react-notify": "^3.0.0",
|
2017-11-08 11:31:44 +01:00
|
|
|
"react-overlays": "^0.8.3",
|
2017-09-11 11:40:23 +02:00
|
|
|
"react-redux": "^5.0.6",
|
2016-10-25 11:21:46 +02:00
|
|
|
"react-router": "^3.0.0",
|
2017-12-18 16:47:00 +01:00
|
|
|
"react-select": "^1.1.0",
|
2017-11-20 15:20:55 +01:00
|
|
|
"react-shortcuts": "^2.0.0",
|
2017-09-26 10:30:17 +02:00
|
|
|
"react-sparklines": "1.6.0",
|
2018-01-09 14:21:03 +01:00
|
|
|
"react-test-renderer": "^15.6.2",
|
2018-01-24 14:51:12 +01:00
|
|
|
"react-virtualized": "^9.15.0",
|
2018-08-29 15:05:34 +02:00
|
|
|
"readable-stream": "^3.0.2",
|
2018-05-23 11:23:25 +02:00
|
|
|
"redux": "^4.0.0",
|
2016-03-09 14:28:18 +01:00
|
|
|
"redux-thunk": "^2.0.1",
|
2017-04-25 14:13:56 +02:00
|
|
|
"reselect": "^2.5.4",
|
2019-09-02 09:45:38 +02:00
|
|
|
"rimraf": "^3.0.0",
|
2021-08-27 14:22:00 +02:00
|
|
|
"sass": "^1.38.1",
|
2019-04-09 08:56:15 +02:00
|
|
|
"semver": "^6.0.0",
|
2019-11-13 15:57:52 +01:00
|
|
|
"strip-ansi": "^5.2.0",
|
2018-02-01 10:14:53 +01:00
|
|
|
"styled-components": "^3.1.5",
|
2018-01-15 12:31:02 +01:00
|
|
|
"uncontrollable-input": "^0.1.1",
|
2017-12-14 14:39:49 +01:00
|
|
|
"url-parse": "^1.2.0",
|
2018-02-19 18:10:05 +01:00
|
|
|
"value-matcher": "^0.2.0",
|
2017-09-11 11:40:23 +02:00
|
|
|
"vinyl": "^2.1.0",
|
2015-12-09 18:32:02 +01:00
|
|
|
"watchify": "^3.7.0",
|
2018-11-06 13:27:33 +01:00
|
|
|
"whatwg-fetch": "^3.0.0",
|
2017-09-11 11:40:23 +02:00
|
|
|
"xml2js": "^0.4.19",
|
2018-12-18 14:00:00 +01:00
|
|
|
"xo-acl-resolver": "^0.4.1",
|
2021-03-22 09:56:31 +01:00
|
|
|
"xo-common": "^0.7.0",
|
2021-11-30 15:45:36 +01:00
|
|
|
"xo-lib": "^0.11.1",
|
|
|
|
|
"xo-remote-parser": "^0.8.0",
|
2022-01-27 14:23:53 +01:00
|
|
|
"xo-vmdk-to-vhd": "^2.1.0"
|
2013-11-12 18:09:54 +01:00
|
|
|
},
|
|
|
|
|
"scripts": {
|
2021-12-08 09:57:15 +01:00
|
|
|
"build": "GIT_HEAD=$(git rev-parse HEAD) NODE_ENV=production gulp build",
|
2018-01-02 19:01:25 +01:00
|
|
|
"clean": "gulp clean",
|
2021-12-08 09:57:15 +01:00
|
|
|
"dev": "GIT_HEAD=$(git rev-parse HEAD) NODE_ENV=development gulp build",
|
2018-02-07 10:39:32 +01:00
|
|
|
"prebuild": "yarn run clean && index-modules --auto src",
|
|
|
|
|
"predev": "yarn run prebuild",
|
|
|
|
|
"prepublishOnly": "yarn run build"
|
2014-05-29 16:06:23 +01:00
|
|
|
},
|
2015-01-27 13:08:04 +01:00
|
|
|
"browserify": {
|
|
|
|
|
"transform": [
|
2015-02-19 13:03:51 +01:00
|
|
|
"babelify",
|
2016-03-25 12:40:41 +01:00
|
|
|
"loose-envify"
|
2015-01-27 13:08:04 +01:00
|
|
|
]
|
2015-05-06 16:03:26 +02:00
|
|
|
},
|
2018-02-07 14:43:14 +01:00
|
|
|
"jest": {
|
|
|
|
|
"setupTestFrameworkScriptFile": "./setup-tests.js",
|
|
|
|
|
"snapshotSerializers": [
|
|
|
|
|
"enzyme-to-json/serializer"
|
|
|
|
|
]
|
2014-11-13 14:31:03 +01:00
|
|
|
}
|
2013-10-31 11:59:24 +01:00
|
|
|
}
|