skyline/package.json

130 lines
4.1 KiB
JSON

{
"name": "@icos/skyline",
"version": "1.0.0",
"description": "UI Project of ICOS",
"author": "InCloud OpenStack UI Team",
"license": "COMMERCIAL",
"private": true,
"scripts": {
"install": "cd server && npm install",
"dev-server": "node build/dev-server-only.js",
"dev": "node --max_old_space_size=4096 build/dev.js",
"dev-spdy": "node --max_old_space_size=4096 build/dev-spdy.js",
"dev-https": "node --max_old_space_size=4096 build/dev-server-https.js",
"build": "node --max_old_space_size=4096 build/build.js",
"unit": "karma start test/unit/karma.conf.js --single-run",
"e2e": "node test/e2e/runner.js",
"test": "npm run unit && npm run e2e",
"lint": "eslint --ext .js,.vue src test/unit/specs test/e2e/specs"
},
"dependencies": {
"async-validator": "1.6.9",
"aws-sdk": "^2.743.0",
"d3": "^4.11.0",
"echarts": "3.7.1",
"element-ui": "1.4.6",
"file-saver": "^2.0.2",
"ip-range-check": "^0.2.0",
"ip.js": "^1.3.2",
"jquery": "^3.5.1",
"js-base64": "^2.1.9",
"js-md5": "^0.4.2",
"js-pinyin": "^0.1.9",
"js-yaml": "^3.14.0",
"json2yaml": "^1.1.0",
"moment": "^2.27.0",
"underscore": "^1.11.0",
"vue": "^2.6.12",
"vue-clipboard2": "0.0.8",
"vue-cookie": "^1.1.4",
"vue-echarts-v3": "1.0.5",
"vue-i18n": "^5.0.3",
"vue-router": "^2.7.0",
"vuedraggable": "^2.24.1",
"vuex": "^2.1.2",
"wangeditor": "^3.1.1",
"xlsx": "^0.15.1",
"xterm": "^3.1.0",
"ztree": "^3.5.24"
},
"devDependencies": {
"@babel/core": "^7.11.5",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-decorators": "^7.8.3",
"@babel/plugin-proposal-export-namespace-from": "^7.8.3",
"@babel/plugin-proposal-function-sent": "^7.8.3",
"@babel/plugin-proposal-json-strings": "^7.8.3",
"@babel/plugin-proposal-numeric-separator": "^7.8.3",
"@babel/plugin-proposal-throw-expressions": "^7.8.3",
"@babel/plugin-syntax-class-properties": "^7.8.3",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-import-meta": "^7.8.3",
"@babel/plugin-transform-classes": "^7.9.5",
"@babel/plugin-transform-modules-commonjs": "^7.9.0",
"@babel/plugin-transform-runtime": "^7.11.5",
"@babel/polyfill": "^7.11.5",
"@babel/preset-env": "^7.11.5",
"@babel/preset-stage-2": "^7.8.3",
"autoprefixer": "^6.4.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"chai": "^3.5.0",
"chalk": "^1.1.3",
"connect-history-api-fallback": "^1.1.0",
"cross-spawn": "^4.0.2",
"css-loader": "^0.25.0",
"ejs": "^2.5.6",
"eslint": "^3.19.0",
"eslint-config-standard": "^6.1.0",
"eslint-friendly-formatter": "^2.0.5",
"eslint-loader": "^1.9.0",
"eslint-plugin-html": "^1.3.0",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-standard": "^2.0.1",
"eventsource-polyfill": "^0.9.6",
"express": "^4.17.1",
"figlet": "^1.5.0",
"file-loader": "^0.9.0",
"function-bind": "^1.0.2",
"html-webpack-harddisk-plugin": "^1.0.2",
"html-webpack-plugin": "^4.4.1",
"http-proxy-middleware": "^0.17.2",
"inject-loader": "^2.0.1",
"json-loader": "^0.5.4",
"log4js": "^1.1.1",
"lolex": "^1.4.0",
"morgan": "^1.10.0",
"netjet": "^1.4.0",
"nightwatch": "^0.9.8",
"npm-check": "^5.9.2",
"open": "^7.2.1",
"opn": "^4.0.2",
"ora": "^0.3.0",
"postcss-loader": "^3.0.0",
"selenium-server": "2.53.1",
"semver": "^5.3.0",
"shelljs": "^0.7.4",
"sinon": "^1.17.3",
"sinon-chai": "^2.8.0",
"spark-md5": "^3.0.1",
"spdy": "^4.0.2",
"style-loader": "^1.2.1",
"url-loader": "^4.1.0",
"vue-loader": "^15.9.3",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.12",
"walk": "^2.3.9",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11",
"webpack-dev-middleware": "^3.7.2",
"webpack-hot-middleware": "^2.25.0",
"webpack-merge": "^5.1.3",
"webpackbar": "^4.0.0"
},
"engines": {
"node": ">=10.0.0",
"npm": ">=6.0.0"
}
}