https://github.com/galaxyproject/galaxy
Raw File
Tip revision: 6740d3ab73923164703a0ba2b11fc0294e8ea12e authored by John Chilton on 04 July 2020, 14:16:28 UTC
Version 20.5.0 of web-framework (tag galaxy-web-framework-20.5.0).
Tip revision: 6740d3a
package.json
{
  "name": "galaxy-client",
  "version": "0.1.0",
  "description": "Galaxy client application build system",
  "keywords": [
    "galaxy"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/galaxyproject/galaxy.git"
  },
  "license": "AFL-3.0",
  "dependencies": {
    "@babel/polyfill": "^7.8.3",
    "@fortawesome/fontawesome-free": "^5.13.0",
    "@fortawesome/fontawesome-svg-core": "^1.2.28",
    "@fortawesome/free-regular-svg-icons": "^5.13.0",
    "@fortawesome/free-solid-svg-icons": "^5.13.0",
    "@fortawesome/vue-fontawesome": "^0.1.9",
    "@handsontable/vue": "^2.0.0-beta1",
    "@johmun/vue-tags-input": "^2.0.1",
    "axios": "^0.19.2",
    "backbone": "1.4.0",
    "bibtex-parse-js": "^0.0.24",
    "bootstrap": "4.3.1",
    "bootstrap-tour": "https://github.com/sorich87/bootstrap-tour.git#65a49742e131d19f41e3f5bf63588995f7b8a9e0",
    "bootstrap-vue": "^2.4.0",
    "d3": "3",
    "decode-uri-component": "^0.2.0",
    "flush-promises": "^1.0.2",
    "glob": "^7.1.4",
    "handsontable": "^2.0.0",
    "imask": "^4.1.5",
    "isotope-layout": "^3.0.6",
    "jquery": "2",
    "jquery-migrate": "~1.4",
    "jquery-mousewheel": "^3.1.13",
    "jquery-ui": "^1.12.1",
    "jquery.complexify": "^0.5.2",
    "jquery.cookie": "^1.4.1",
    "latex-parser": "^0.6.2",
    "latex-to-unicode-converter": "^0.5.2",
    "linkifyjs": "^2.1.9",
    "markdown-it": "^8.4.2",
    "moment": "2.24.0",
    "popper.js": "^1.16.1",
    "pyre-to-regexp": "^0.0.5",
    "raven-js": "^3.27.2",
    "requirejs": "2.3.6",
    "rxjs": "^6.5.4",
    "slugify": "^1.3.6",
    "toastr": "^2.1.4",
    "underscore": "^1.9.2",
    "vue": "^2.6.11",
    "vue-infinite-scroll": "^2.0.2",
    "vue-multiselect": "^2.1.0",
    "vue-router": "^3.1.5",
    "vue-rx": "^6.2.0",
    "vueisotope": "^3.1.2",
    "vuex": "^3.1.2",
    "vuex-cache": "^3.1.0"
  },
  "scripts": {
    "watch": "gulp && yarn run save-build-hash && yarn run webpack-watch",
    "webpack-dev-server": "gulp && webpack-dev-server --host 0.0.0.0 --port 8081",
    "build": "NODE_ENV=development gulp && yarn run webpack && yarn run save-build-hash",
    "build-production": "NODE_ENV=production gulp && yarn run webpack-production && yarn run save-build-hash",
    "build-production-maps": "NODE_ENV=production gulp && yarn run webpack-production-maps && yarn run save-build-hash",
    "build-stats": "webpack --profile --json > webpack-stats.json",
    "webpack": "webpack -d",
    "webpack-watch": "webpack -d --watch",
    "webpack-production": "webpack -p",
    "webpack-production-maps": "GXY_BUILD_SOURCEMAPS=1 webpack -p",
    "gulp": "gulp",
    "save-build-hash": "(git rev-parse HEAD 2>/dev/null || echo '') >../static/client_build_hash.txt",
    "prettier": "prettier --write 'galaxy/style/scss/**/*.scss' 'galaxy/scripts/**/{*.js,*.vue}' '!galaxy/scripts/libs/**'",
    "prettier-check": "prettier --check 'galaxy/style/scss/**/*.scss' 'galaxy/scripts/**/{*.js,*.vue}' '!galaxy/scripts/libs/**'",
    "styleguide": "vue-styleguidist server",
    "styleguide:build": "vue-styleguidist build",
    "test": "yarn run test-mocha && yarn run test-qunit",
    "test-watch": "yarn run test-mocha --no-single-run",
    "test-qunit": "karma start karma/karma.config.qunit.js",
    "test-mocha": "karma start karma/karma.config.mocha.js",
    "eslint": "eslint -c .eslintrc.js galaxy/scripts --ext .js,.vue"
  },
  "devDependencies": {
    "@babel/core": "^7.8.4",
    "@babel/plugin-syntax-dynamic-import": "^7.8.3",
    "@babel/preset-env": "^7.8.4",
    "@vue/test-utils": "^1.0.0-beta.31",
    "amdi18n-loader": "^0.9.3",
    "autoprefixer": "^9.7.4",
    "axios-mock-adapter": "^1.17.0",
    "babel-eslint": "^10.1.0",
    "babel-loader": "^8.0.6",
    "babel-plugin-rewire": "^1.2.0",
    "babel-plugin-transform-inline-environment-variables": "^0.4.3",
    "babel-plugin-transform-vue-template": "^0.4.2",
    "chai": "^4.2.0",
    "css-loader": "^3.4.2",
    "del": "^5.1.0",
    "duplicate-package-checker-webpack-plugin": "^3.0.0",
    "eslint": "^6.8.0",
    "eslint-plugin-vue": "^6.2.2",
    "expose-loader": "^0.7.5",
    "file-loader": "^5.0.2",
    "gulp": "^4.0.2",
    "ignore-loader": "^0.1.2",
    "imports-loader": "^0.8.0",
    "json-loader": "^0.5.7",
    "karma": "^4.4.1",
    "karma-chai": "^0.1.0",
    "karma-chrome-launcher": "^3.1.0",
    "karma-mocha": "^1.3.0",
    "karma-mocha-reporter": "^2.2.5",
    "karma-phantomjs-launcher": "^1.0.4",
    "karma-polyfill": "^1.0.0",
    "karma-qunit": "^4.0.0",
    "karma-webpack": "^4.0.2",
    "mini-css-extract-plugin": "^0.9.0",
    "mocha": "^7.0.1",
    "node-sass": "^4.13.1",
    "optimize-css-assets-webpack-plugin": "^5.0.3",
    "phantomjs-polyfill": "0.0.2",
    "phantomjs-prebuilt": "^2.1.7",
    "postcss-loader": "^3.0.0",
    "prettier": "^2.0.1",
    "qunit": "^2.9.3",
    "raw-loader": "^4.0.0",
    "sass-loader": "^8.0.2",
    "sinon": "^8.1.1",
    "store": "^2.0.12",
    "style-loader": "^1.1.3",
    "vue-loader": "^15.8.3",
    "vue-styleguidist": "^3.11.4",
    "vue-template-compiler": "^2.6.11",
    "webpack": "^4.41.5",
    "webpack-cli": "^3.3.10",
    "webpack-dev-server": "^3.10.1",
    "webpack-merge": "^4.2.2",
    "yaml-loader": "^0.5.0"
  }
}
back to top