app/frontend/package.json
{
"name": "get-token-frontend",
"version": "1.0.0",
"private": true,
"author": "NR Common Service Showcase <NR.CommonServiceShowcase@gov.bc.ca>",
"bugs": {
"url": "https://github.com/bcgov/nr-get-token/issues"
},
"description": "Common Service Get Token",
"homepage": "https://github.com/bcgov/nr-get-token",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/bcgov/nr-get-token.git"
},
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"test": "npm run test:unit",
"test:unit": "vue-cli-service test:unit --verbose --forceExit --detectOpenHandles --maxWorkers=10",
"lint": "vue-cli-service lint",
"lint:fix": "vue-cli-service lint --fix",
"pretest": "npm run lint",
"clean": "rm -rf coverage dist **/e2e/videos",
"purge": "rm -rf node_modules",
"rebuild": "npm run clean && npm run build",
"reinstall": "npm run purge && npm install"
},
"dependencies": {
"@bcgov/bc-sans": "^1.0.1",
"axios": "^0.26.0",
"core-js": "^3.21.1",
"cryptico-js": "^1.1.0",
"keycloak-js": "^15.0.2",
"nprogress": "^0.2.0",
"validator": "^13.7.0",
"vue": "^2.6.14",
"vue-clipboard2": "^0.3.3",
"vue-router": "^3.5.3",
"vuetify": "^2.6.3",
"vuex": "^3.6.2"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.5.15",
"@vue/cli-plugin-eslint": "^4.5.15",
"@vue/cli-plugin-router": "^4.5.15",
"@vue/cli-plugin-unit-jest": "^4.5.15",
"@vue/cli-plugin-vuex": "^4.5.12",
"@vue/cli-service": "^4.5.15",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/test-utils": "^1.1.4",
"axios-mock-adapter": "^1.19.0",
"babel-eslint": "^10.1.0",
"eslint": ">= 6.8.0 < 7",
"eslint-plugin-prettier": ">= 3.4.0 < 4",
"eslint-plugin-vue": "^8.4.1",
"eslint-plugin-vuetify": "^1.0.1",
"prettier": "^2.4.1",
"sass": ">= 1.32.13 < 1.33.0",
"sass-loader": ">= 10.2.0 < 11.0.0",
"vue-cli-plugin-vuetify": "^2.4.2",
"vue-template-compiler": "^2.6.14",
"vuetify-loader": "^1.7.3"
}
}