HETICvsEEMI/client/package.json

40 lines
1.2 KiB
JSON

{
"name": "client",
"version": "0.1.0",
"private": false,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"test": "npm run test:unit && node ../server & wait-on http://localhost:3000/ && npm run test:e2e -- --headless",
"test:e2e": "vue-cli-service test:e2e",
"test:unit": "vue-cli-service test:unit --forceExit --detectOpenHandles"
},
"dependencies": {
"axios": "^0.19.0",
"core-js": "^2.6.5",
"register-service-worker": "^1.6.2",
"vue": "^2.6.10",
"vue-router": "^3.0.3",
"vuex": "^3.0.1"
},
"devDependencies": {
"@types/jest": "^23.1.4",
"@vue/cli-plugin-babel": "^3.11.0",
"@vue/cli-plugin-e2e-cypress": "^3.11.0",
"@vue/cli-plugin-pwa": "^3.11.0",
"@vue/cli-plugin-typescript": "^3.11.0",
"@vue/cli-plugin-unit-jest": "^3.11.0",
"@vue/cli-service": "^3.11.0",
"@vue/test-utils": "1.0.0-beta.29",
"babel-core": "7.0.0-bridge.0",
"node-sass": "^4.9.0",
"sass-loader": "^7.1.0",
"ts-jest": "^23.0.0",
"tslint": "^5.20.0",
"typescript": "^3.4.3",
"vue-template-compiler": "^2.6.10",
"wait-on": "^3.3.0"
}
}