2013-10-31 11:59:24 +01:00
|
|
|
{
|
2016-06-28 14:35:33 +02:00
|
|
|
"private": false,
|
2014-05-29 16:06:23 +01:00
|
|
|
"name": "xo-web",
|
2017-08-31 18:06:42 +02:00
|
|
|
"version": "5.12.0",
|
2015-05-19 17:44:07 +02:00
|
|
|
"license": "AGPL-3.0",
|
2014-05-29 16:06:23 +01:00
|
|
|
"description": "Web interface client for Xen-Orchestra",
|
|
|
|
|
"keywords": [
|
|
|
|
|
"xen",
|
|
|
|
|
"orchestra",
|
|
|
|
|
"xen-orchestra",
|
|
|
|
|
"web"
|
|
|
|
|
],
|
2015-12-03 18:22:13 +01:00
|
|
|
"homepage": "https://github.com/vatesfr/xo-web",
|
|
|
|
|
"bugs": "https://github.com/vatesfr/xo-web/issues",
|
2014-05-29 16:06:23 +01:00
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/vatesfr/xo-web"
|
|
|
|
|
},
|
|
|
|
|
"author": {
|
|
|
|
|
"name": "Julien Fontanet",
|
|
|
|
|
"email": "julien.fontanet@vates.fr"
|
|
|
|
|
},
|
2015-12-03 18:22:13 +01:00
|
|
|
"preferGlobal": false,
|
|
|
|
|
"main": "dist/",
|
|
|
|
|
"bin": {},
|
|
|
|
|
"files": [
|
|
|
|
|
"dist/"
|
|
|
|
|
],
|
2013-11-12 18:09:54 +01:00
|
|
|
"engines": {
|
2016-03-24 17:42:10 +01:00
|
|
|
"node": ">=4",
|
|
|
|
|
"npm": ">=3"
|
2015-12-03 18:22:13 +01:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2017-06-30 16:55:42 +02:00
|
|
|
"@nraynaud/novnc": "^0.6.1-1",
|
2016-06-06 11:23:57 +02:00
|
|
|
"ansi_up": "^1.3.0",
|
2017-09-11 11:40:23 +02:00
|
|
|
"asap": "^2.0.6",
|
2016-09-27 23:39:03 +02:00
|
|
|
"babel-eslint": "^7.0.0",
|
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",
|
2016-03-10 16:30:09 +01:00
|
|
|
"babel-plugin-transform-decorators-legacy": "^1.3.4",
|
2016-04-12 10:54:04 +02:00
|
|
|
"babel-plugin-transform-react-constant-elements": "^6.5.0",
|
|
|
|
|
"babel-plugin-transform-react-inline-elements": "^6.6.5",
|
2016-09-23 16:01:24 +02:00
|
|
|
"babel-plugin-transform-react-jsx-self": "^6.11.0",
|
2016-09-23 15:45:03 +02:00
|
|
|
"babel-plugin-transform-react-jsx-source": "^6.9.0",
|
2016-03-03 14:54:29 +01:00
|
|
|
"babel-plugin-transform-runtime": "^6.6.0",
|
|
|
|
|
"babel-preset-es2015": "^6.6.0",
|
|
|
|
|
"babel-preset-react": "^6.5.0",
|
|
|
|
|
"babel-preset-stage-0": "^6.5.0",
|
2017-09-11 11:40:23 +02:00
|
|
|
"babel-register": "^6.26.0",
|
|
|
|
|
"babel-runtime": "^6.26.0",
|
2015-12-04 11:47:33 +01:00
|
|
|
"babelify": "^7.2.0",
|
2016-05-18 14:22:53 +02:00
|
|
|
"benchmark": "^2.1.0",
|
2017-01-09 10:02:43 +01:00
|
|
|
"bootstrap": "4.0.0-alpha.5",
|
2017-02-14 09:05:21 +01:00
|
|
|
"browserify": "^14.1.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",
|
2016-03-17 12:13:29 +01:00
|
|
|
"cookies-js": "^1.2.2",
|
2017-09-11 11:40:23 +02:00
|
|
|
"d3": "^4.10.2",
|
2015-12-03 18:22:13 +01:00
|
|
|
"dependency-check": "^2.5.1",
|
2017-09-11 11:40:23 +02:00
|
|
|
"enzyme": "^2.9.1",
|
2016-12-07 14:05:43 +01:00
|
|
|
"enzyme-to-json": "^1.4.4",
|
2017-04-25 11:48:55 +02:00
|
|
|
"event-to-promise": "^0.8.0",
|
2017-01-02 17:13:50 +01:00
|
|
|
"font-awesome": "^4.7.0",
|
2016-03-24 16:18:04 +01:00
|
|
|
"font-mfizz": "github:fizzed/font-mfizz",
|
2016-09-08 10:15:44 +02:00
|
|
|
"get-stream": "^2.3.0",
|
2016-07-23 16:41:41 +02:00
|
|
|
"globby": "^6.0.0",
|
2015-12-03 18:22:13 +01:00
|
|
|
"gulp": "github:gulpjs/gulp#4.0",
|
2017-06-20 13:22:27 +02:00
|
|
|
"gulp-autoprefixer": "^4.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",
|
2016-10-18 11:17:35 +02:00
|
|
|
"gulp-pug": "^3.1.0",
|
2016-03-10 16:30:09 +01:00
|
|
|
"gulp-refresh": "^1.1.0",
|
2016-12-10 15:07:20 +01:00
|
|
|
"gulp-sass": "^3.0.0",
|
2017-01-09 09:58:50 +01:00
|
|
|
"gulp-sourcemaps": "^2.2.3",
|
2017-06-20 13:22:27 +02:00
|
|
|
"gulp-uglify": "^3.0.0",
|
2015-12-03 18:22:13 +01:00
|
|
|
"gulp-watch": "^4.3.5",
|
2017-04-25 11:48:55 +02:00
|
|
|
"human-format": "^0.8.0",
|
2017-09-11 11:40:23 +02:00
|
|
|
"husky": "^0.14.3",
|
2017-08-24 15:23:40 +02:00
|
|
|
"immutable": "^3.8.1",
|
2017-02-28 10:33:12 +01:00
|
|
|
"index-modules": "^0.3.0",
|
2016-09-09 16:19:26 +02:00
|
|
|
"is-ip": "^1.0.0",
|
2017-09-11 11:40:23 +02:00
|
|
|
"jest": "^21.0.2",
|
2016-11-07 16:48:10 +01:00
|
|
|
"jsonrpc-websocket-client": "^0.1.1",
|
2016-11-28 12:05:56 +01:00
|
|
|
"kindof": "^2.0.0",
|
2016-05-11 14:27:58 +02:00
|
|
|
"later": "^1.2.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",
|
2016-10-04 15:33:04 +02:00
|
|
|
"make-error": "^1.2.1",
|
2016-05-03 12:09:22 +02:00
|
|
|
"marked": "^0.3.5",
|
2017-06-20 13:22:27 +02:00
|
|
|
"modular-css": "^5.1.6",
|
2016-05-27 14:18:23 +02:00
|
|
|
"moment": "^2.13.0",
|
2016-07-20 09:45:35 +02:00
|
|
|
"moment-timezone": "^0.5.4",
|
2017-02-15 12:41:38 +01:00
|
|
|
"notifyjs": "^3.0.0",
|
2017-09-11 11:40:23 +02:00
|
|
|
"promise-toolbox": "^0.9.5",
|
2016-04-12 18:15:53 +02:00
|
|
|
"random-password": "^0.1.2",
|
2017-01-03 15:28:31 +01:00
|
|
|
"react": "^15.4.1",
|
2016-06-13 09:44:38 +02:00
|
|
|
"react-addons-shallow-compare": "^15.1.0",
|
2016-12-07 14:05:43 +01:00
|
|
|
"react-addons-test-utils": "^15.4.1",
|
2016-05-13 17:15:45 +02:00
|
|
|
"react-bootstrap-4": "^0.29.1",
|
2017-01-30 10:53:38 +01:00
|
|
|
"react-chartist": "^0.12.0",
|
2017-06-20 13:22:27 +02:00
|
|
|
"react-copy-to-clipboard": "^5.0.0",
|
2017-09-11 11:40:23 +02:00
|
|
|
"react-debounce-input": "^3.0.1",
|
|
|
|
|
"react-dnd": "^2.5.1",
|
|
|
|
|
"react-dnd-html5-backend": "^2.5.1",
|
2016-07-11 17:33:00 +02:00
|
|
|
"react-document-title": "^2.0.2",
|
2017-01-03 15:28:31 +01:00
|
|
|
"react-dom": "^15.4.1",
|
2016-06-09 17:58:12 +02:00
|
|
|
"react-dropzone": "^3.5.0",
|
2017-09-11 11:40:23 +02:00
|
|
|
"react-intl": "^2.4.0",
|
2016-09-14 01:42:16 +02:00
|
|
|
"react-key-handler": "^0.3.0",
|
2016-05-06 14:27:59 +02:00
|
|
|
"react-notify": "^2.0.1",
|
2016-10-27 11:57:06 +02:00
|
|
|
"react-overlays": "^0.6.0",
|
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-09-11 11:40:23 +02:00
|
|
|
"react-select": "^1.0.0-rc.7",
|
|
|
|
|
"react-shortcuts": "^1.6.1",
|
|
|
|
|
"react-sparklines": "^1.7.0",
|
2016-09-23 17:11:55 +02:00
|
|
|
"react-virtualized": "^8.0.8",
|
2017-09-11 11:40:23 +02:00
|
|
|
"readable-stream": "^2.3.3",
|
|
|
|
|
"redux": "^3.7.2",
|
2016-03-03 14:54:29 +01:00
|
|
|
"redux-devtools": "^3.1.1",
|
2016-03-10 16:30:09 +01:00
|
|
|
"redux-devtools-dock-monitor": "^1.1.0",
|
|
|
|
|
"redux-devtools-log-monitor": "^1.0.5",
|
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",
|
2017-09-11 11:40:23 +02:00
|
|
|
"semver": "^5.4.1",
|
|
|
|
|
"standard": "^10.0.3",
|
|
|
|
|
"styled-components": "^2.1.2",
|
|
|
|
|
"superagent": "^3.6.0",
|
2016-09-08 10:15:44 +02:00
|
|
|
"tar-stream": "^1.5.2",
|
2017-09-11 11:40:23 +02:00
|
|
|
"uglify-es": "^3.1.0",
|
2017-04-20 12:08:16 +02:00
|
|
|
"uncontrollable-input": "^0.0.1",
|
2017-09-11 11:40:23 +02:00
|
|
|
"vinyl": "^2.1.0",
|
2015-12-09 18:32:02 +01:00
|
|
|
"watchify": "^3.7.0",
|
2017-09-11 11:40:23 +02:00
|
|
|
"xml2js": "^0.4.19",
|
2016-12-02 16:17:58 +01:00
|
|
|
"xo-acl-resolver": "^0.2.3",
|
2017-04-25 11:48:55 +02:00
|
|
|
"xo-common": "^0.1.1",
|
2016-07-21 12:21:27 +02:00
|
|
|
"xo-lib": "^0.8.0",
|
2016-06-08 17:24:41 +02:00
|
|
|
"xo-remote-parser": "^0.3"
|
2013-11-12 18:09:54 +01:00
|
|
|
},
|
|
|
|
|
"scripts": {
|
2016-05-18 14:22:53 +02:00
|
|
|
"benchmarks": "./tools/run-benchmarks.js 'src/**/*.bench.js'",
|
2016-06-23 15:05:53 +02:00
|
|
|
"build": "npm run build-indexes && NODE_ENV=production gulp build",
|
2016-10-06 14:41:46 +02:00
|
|
|
"build-indexes": "index-modules --auto src",
|
2017-02-27 11:41:31 +01:00
|
|
|
"commitmsg": "npm test",
|
2016-09-26 16:38:26 +02:00
|
|
|
"dev": "npm run build-indexes && NODE_ENV=development gulp build",
|
2016-12-07 12:25:32 +01:00
|
|
|
"dev-test": "jest --watch",
|
2015-06-03 09:40:29 +02:00
|
|
|
"lint": "standard",
|
2016-03-24 11:15:32 +01:00
|
|
|
"posttest": "npm run lint",
|
2016-05-08 00:21:58 +02:00
|
|
|
"prepublish": "npm run build",
|
2016-12-07 12:25:32 +01:00
|
|
|
"test": "jest"
|
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
|
|
|
},
|
2016-03-09 14:28:18 +01:00
|
|
|
"babel": {
|
2016-04-12 10:54:04 +02:00
|
|
|
"env": {
|
2016-09-23 15:45:03 +02:00
|
|
|
"development": {
|
|
|
|
|
"plugins": [
|
2016-09-23 16:01:24 +02:00
|
|
|
"transform-react-jsx-self",
|
2016-09-23 15:45:03 +02:00
|
|
|
"transform-react-jsx-source"
|
|
|
|
|
]
|
|
|
|
|
},
|
2016-04-12 10:54:04 +02:00
|
|
|
"production": {
|
|
|
|
|
"plugins": [
|
|
|
|
|
"transform-react-constant-elements",
|
|
|
|
|
"transform-react-inline-elements"
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
},
|
2016-03-09 14:28:18 +01:00
|
|
|
"plugins": [
|
2017-03-09 17:50:08 +01:00
|
|
|
"dev",
|
2017-03-09 17:51:47 +01:00
|
|
|
"lodash",
|
2016-03-10 16:30:09 +01:00
|
|
|
"transform-decorators-legacy",
|
2016-03-18 12:14:06 +01:00
|
|
|
"transform-runtime"
|
2016-03-09 14:28:18 +01:00
|
|
|
],
|
|
|
|
|
"presets": [
|
|
|
|
|
"es2015",
|
2016-03-10 16:30:09 +01:00
|
|
|
"react",
|
|
|
|
|
"stage-0"
|
2016-03-09 14:28:18 +01:00
|
|
|
]
|
|
|
|
|
},
|
2016-12-07 14:05:43 +01:00
|
|
|
"jest": {
|
|
|
|
|
"snapshotSerializers": [
|
2016-12-22 16:54:59 +01:00
|
|
|
"enzyme-to-json/serializer"
|
2016-12-07 14:05:43 +01:00
|
|
|
]
|
|
|
|
|
},
|
2015-05-18 16:13:36 +02:00
|
|
|
"standard": {
|
2017-03-09 17:50:08 +01:00
|
|
|
"globals": [
|
|
|
|
|
"__DEV__"
|
|
|
|
|
],
|
2015-05-18 16:13:36 +02:00
|
|
|
"ignore": [
|
|
|
|
|
"dist"
|
2015-06-03 09:40:29 +02:00
|
|
|
],
|
|
|
|
|
"parser": "babel-eslint"
|
2014-11-13 14:31:03 +01:00
|
|
|
}
|
2013-10-31 11:59:24 +01:00
|
|
|
}
|