donal
2018-04-08 84dbdcf85cbe905b902fb94cf7afee327dec778f
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",
28917b 10     "lint": "vue-cli-service lint",
D 11     "clean": "rm -rf reports dist package-contents*",
12     "build:ci": "npm run build && mkdir -p package-contents && cp -vr dist Dockerfile package-contents",
13     "package": "zip -r package-contents.zip package-contents",
84dbdc 14     "prepare-nexus": "curl -X POST  -u admin:admin123 -H 'Content-Type: application/json' -H 'Accept: application/json' -d @nexus.json http://${NEXUS_ENDPOINT}/service/siesta/rest/v1/script && curl -X POST  -u admin:admin123 -H 'Content-Type: text/plain' -H 'Accept: application/json' http://${NEXUS_ENDPOINT}/service/siesta/rest/v1/script/zip/run",
D 15     "publish": "curl -vvv -u admin:admin123 --upload-file package-contents.zip http://${NEXUS_ENDPOINT}/repository/zip/com/redhat/todolist/${JOB_NAME}.${BUILD_NUMBER}/package-contents.zip",
16     "publish:get": "curl -vvv http://admin:admin123@${NEXUS_ENDPOINT}/repository/zip/com/redhat/todolist/${JOB_NAME}.${BUILD_NUMBER}/package-contents.zip -o package-contents.zip"
998a46 17   },
D 18   "dependencies": {
82de6c 19     "axios": "^0.18.0",
998a46 20     "register-service-worker": "^1.0.0",
D 21     "vue": "^2.5.13",
8acdfc 22     "vue-checkbox-radio": "^0.6.0",
991c76 23     "vue-material": "^1.0.0-beta-7",
998a46 24     "vue-router": "^3.0.1",
08cb74 25     "vue-sortable": "^0.1.3",
998a46 26     "vuex": "^3.0.1"
D 27   },
28   "devDependencies": {
29     "@vue/cli-plugin-babel": "^3.0.0-beta.6",
30     "@vue/cli-plugin-e2e-nightwatch": "^3.0.0-beta.6",
31     "@vue/cli-plugin-eslint": "^3.0.0-beta.6",
32     "@vue/cli-plugin-pwa": "^3.0.0-beta.6",
1a68cf 33     "@vue/cli-plugin-unit-jest": "^3.0.0-beta.6",
998a46 34     "@vue/cli-service": "^3.0.0-beta.6",
D 35     "@vue/eslint-config-prettier": "^3.0.0-beta.6",
36     "@vue/test-utils": "^1.0.0-beta.10",
1a68cf 37     "babel-core": "^7.0.0-0",
D 38     "babel-jest": "^22.0.4",
991c76 39     "chai": "^4.1.2",
1a68cf 40     "jest-junit-reporter": "^1.1.0",
998a46 41     "node-sass": "^4.7.2",
D 42     "sass-loader": "^6.0.6",
43     "vue-template-compiler": "^2.5.13"
44   },
45   "browserslist": [
46     "> 1%",
47     "last 2 versions",
48     "not ie <= 8"
49   ]
50 }