donal
2018-04-21 d3c92cdb92e37963dfb4ec69da9c728747d671a5
package.json
@@ -1,21 +1,31 @@
{
  "name": "cli-test",
  "version": "0.1.0",
  "name": "todolist-fe",
  "version": "1.0.0",
  "private": true,
  "scripts": {
    "serve": "./node_modules/.bin/vue-cli-service serve --open",
    "build": "./node_modules/.bin/vue-cli-service build",
    "test": "./node_modules/.bin/vue-cli-service test",
    "e2e": "./node_modules/.bin/vue-cli-service e2e",
    "e2e-ci": "./node_modules/.bin/vue-cli-service e2e --env jenkins --url http://localhost:8080",
    "lint": "./node_modules/.bin/vue-cli-service lint",
    "e2e-setup": "./node_modules/.bin/selenium-standalone install",
    "e2e-ci-old": "npm run e2e-setup && ./node_modules/.bin/nightwatch --config nightwatch.config.js --env jenkins"
    "serve": "vue-cli-service serve --open",
    "build": "vue-cli-service build",
    "test": "vue-cli-service test",
    "e2e": "vue-cli-service e2e",
    "e2e:ci": "vue-cli-service e2e --env jenkins --url http://${E2E_TEST_ROUTE}",
    "lint": "vue-cli-service lint",
    "clean": "rm -rf reports dist package-contents*",
    "build:ci": "npm run build && mkdir -p package-contents && cp -vr dist Dockerfile package-contents",
    "build:ci:dev": "cp src/config/dev.js src/config/index.js && npm run build && mkdir -p package-contents && cp -vr dist Dockerfile package-contents",
    "build:ci:test": "cp src/config/test.js src/config/index.js && npm run build && mkdir -p package-contents && cp -vr dist Dockerfile package-contents",
    "package": "zip -r package-contents.zip package-contents",
    "prepare-nexus": "curl -X POST  -u admin:admin123 -H 'Content-Type: application/json' -H 'Accept: application/json' -d @nexus.json http://${NEXUS_SERVICE_HOST}:${NEXUS_SERVICE_PORT}/service/siesta/rest/v1/script && curl -X POST  -u admin:admin123 -H 'Content-Type: text/plain' -H 'Accept: application/json' http://${NEXUS_SERVICE_HOST}:${NEXUS_SERVICE_PORT}/service/siesta/rest/v1/script/zip/run",
    "publish": "curl -vvv -u admin:admin123 --upload-file package-contents.zip http://${NEXUS_SERVICE_HOST}:${NEXUS_SERVICE_PORT}/repository/zip/com/redhat/todolist/${JOB_NAME}.${BUILD_NUMBER}/package-contents.zip",
    "publish:get": "curl -vvv http://admin:admin123@${NEXUS_SERVICE_HOST}:${NEXUS_SERVICE_PORT}/repository/zip/com/redhat/todolist/${BUILD_TAG}/package-contents.zip -o package-contents.zip"
  },
  "dependencies": {
    "axios": "^0.18.0",
    "register-service-worker": "^1.0.0",
    "vue": "^2.5.13",
    "vue-checkbox-radio": "^0.6.0",
    "vue-material": "^1.0.0-beta-7",
    "vue-router": "^3.0.1",
    "vue-sortable": "^0.1.3",
    "vuex": "^3.0.1"
  },
  "devDependencies": {
@@ -23,13 +33,18 @@
    "@vue/cli-plugin-e2e-nightwatch": "^3.0.0-beta.6",
    "@vue/cli-plugin-eslint": "^3.0.0-beta.6",
    "@vue/cli-plugin-pwa": "^3.0.0-beta.6",
    "@vue/cli-plugin-unit-mocha": "^3.0.0-beta.6",
    "@vue/cli-plugin-unit-jest": "^3.0.0-beta.6",
    "@vue/cli-service": "^3.0.0-beta.6",
    "@vue/eslint-config-prettier": "^3.0.0-beta.6",
    "@vue/test-utils": "^1.0.0-beta.10",
    "axios-mock-adapter": "^1.15.0",
    "babel-core": "^7.0.0-0",
    "babel-jest": "^22.0.4",
    "chai": "^4.1.2",
    "jest-junit-reporter": "^1.1.0",
    "node-sass": "^4.7.2",
    "sass-loader": "^6.0.6",
    "sinon": "^4.5.0",
    "vue-template-compiler": "^2.5.13"
  },
  "browserslist": [