72 lines
2.1 KiB
JSON
72 lines
2.1 KiB
JSON
{
|
||
"name": "digitalconsumer.iss",
|
||
"version": "0.1.0",
|
||
"private": true,
|
||
"eslintConfig": {
|
||
"env": {
|
||
"browser": true,
|
||
"es2023": true
|
||
}
|
||
},
|
||
"scripts": {
|
||
"serve": "vue-cli-service serve",
|
||
"build": "vue-cli-service build",
|
||
"test": "jest --ci --reporters=default --reporters=jest-junit",
|
||
"test:unit": "vue-cli-service test:unit --coverage --ci --colors",
|
||
"test:unit:lite": "vue-cli-service test:unit --ci"
|
||
},
|
||
"dependencies": {
|
||
"axios": "^1.4.0",
|
||
"axios-retry": "^3.5.0",
|
||
"bootstrap": "^5.3",
|
||
"maska": "^1.5.0",
|
||
"pinia": "^2.1.4",
|
||
"pinia-plugin-persistedstate": "^2.2.0",
|
||
"vee-validate": "^4.5.7",
|
||
"vue": "^3.3.4",
|
||
"vue-plugin-load-script": "^2.1.0",
|
||
"vue-router": "4.2.4"
|
||
},
|
||
"devDependencies": {
|
||
"@pinia/testing": "0.1.2",
|
||
"@rushstack/eslint-patch": "^1.3.2",
|
||
"@testing-library/jest-dom": "5.16.5",
|
||
"@testing-library/user-event": "14.4.3",
|
||
"@testing-library/vue": "6.6.1",
|
||
"@vitejs/plugin-vue": "4.2.3",
|
||
"@vitest/coverage-v8": "^0.34.1",
|
||
"@vue/cli-plugin-babel": "^5.0.8",
|
||
"@vue/cli-plugin-router": "~5.0.0",
|
||
"@vue/cli-plugin-unit-jest": "~5.0.0",
|
||
"@vue/cli-service": "~5.0.0",
|
||
"@vue/test-utils": "^2.4.1",
|
||
"@vue/vue3-jest": "^27.0.0-alpha.1",
|
||
"axios-mock-adapter": "^1.21.5",
|
||
"babel-jest": "^27.0.6",
|
||
"eslint": "8.45.0",
|
||
"eslint-config-airbnb-base": "15.0.0",
|
||
"eslint-import-resolver-alias": "1.1.2",
|
||
"eslint-plugin-import": "2.26.0",
|
||
"eslint-plugin-jsdoc": "^46.4.3",
|
||
"eslint-plugin-vue": "^9.15.1",
|
||
"jest": "^27.0.5",
|
||
"jest-junit": "^13.0.0",
|
||
"jest-serializer-vue": "^3.1.0",
|
||
"jsdoc": "^4.0.2",
|
||
"jsdom": "^22.1.0",
|
||
"sass": "^1.32.7",
|
||
"sass-loader": "^12.0.0",
|
||
"vite": "^4.4.6",
|
||
"vitest": "^0.33.0",
|
||
"volar-service-vetur": "latest"
|
||
},
|
||
"jest-junit": {
|
||
"outputDirectory": "reports",
|
||
"outputName": "jest-junit.xml",
|
||
"ancestorSeparator": " › ",
|
||
"uniqueOutputName": "false",
|
||
"suiteNameTemplate": "{filepath}",
|
||
"classNameTemplate": "{classname}",
|
||
"titleTemplate": "{title}"
|
||
}
|
||
}
|