donal
2018-05-09 e480bbd65965a3e3870d2ffeb6bcf80eaefeff65
commit | author | age
998a46 1 {
1d0cfc 2   "name": "todolist-fe",
D 3   "version": "1.0.0",
998a46 4   "private": true,
D 5   "scripts": {
1a68cf 6     "serve": "vue-cli-service serve --open",
D 7     "build": "vue-cli-service build",
8     "test": "vue-cli-service test",
9     "e2e": "vue-cli-service e2e",
cb933d 10     "e2e:ci": "vue-cli-service e2e --env jenkins --url http://${E2E_TEST_ROUTE}",
28917b 11     "lint": "vue-cli-service lint",
3bd680 12     "lint:ci": "vue-cli-service lint --format checkstyle  > eslint-report.xml",
28917b 13     "clean": "rm -rf reports dist package-contents*",
D 14     "build:ci": "npm run build && mkdir -p package-contents && cp -vr dist Dockerfile package-contents",
9734f8 15     "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",
D 16     "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",
28917b 17     "package": "zip -r package-contents.zip package-contents",
8a49cf 18     "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",
D 19     "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",
20     "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"
998a46 21   },
D 22   "dependencies": {
82de6c 23     "axios": "^0.18.0",
998a46 24     "register-service-worker": "^1.0.0",
D 25     "vue": "^2.5.13",
8acdfc 26     "vue-checkbox-radio": "^0.6.0",
991c76 27     "vue-material": "^1.0.0-beta-7",
998a46 28     "vue-router": "^3.0.1",
08cb74 29     "vue-sortable": "^0.1.3",
998a46 30     "vuex": "^3.0.1"
D 31   },
32   "devDependencies": {
33     "@vue/cli-plugin-babel": "^3.0.0-beta.6",
34     "@vue/cli-plugin-e2e-nightwatch": "^3.0.0-beta.6",
35     "@vue/cli-plugin-eslint": "^3.0.0-beta.6",
36     "@vue/cli-plugin-pwa": "^3.0.0-beta.6",
1a68cf 37     "@vue/cli-plugin-unit-jest": "^3.0.0-beta.6",
998a46 38     "@vue/cli-service": "^3.0.0-beta.6",
D 39     "@vue/eslint-config-prettier": "^3.0.0-beta.6",
40     "@vue/test-utils": "^1.0.0-beta.10",
efef31 41     "axios-mock-adapter": "^1.15.0",
1a68cf 42     "babel-core": "^7.0.0-0",
D 43     "babel-jest": "^22.0.4",
991c76 44     "chai": "^4.1.2",
1a68cf 45     "jest-junit-reporter": "^1.1.0",
998a46 46     "node-sass": "^4.7.2",
D 47     "sass-loader": "^6.0.6",
efef31 48     "sinon": "^4.5.0",
998a46 49     "vue-template-compiler": "^2.5.13"
D 50   },
51   "browserslist": [
52     "> 1%",
53     "last 2 versions",
54     "not ie <= 8"
55   ]
56 }