5a208feec0
* Delete npm from the project part 1 * Fix frontend test and change readme.md * Try to fix frontend test * Try to fix workflow frontend * Add yarn to .gitignore * Try to fix backend test. * Try to fix backend * Update README.md * Delete cache from project * Add cache folder to .gitignore * Fix backdend and frontend test * Update License Date * Remove yarn from README.md * Add special workflow requirements.txt * Change Location requirements.txt * Delete pytz entry * Delete pytest-django entry * Add pytest-django to requirements.txt
56 lines
1.7 KiB
JSON
56 lines
1.7 KiB
JSON
{
|
|
"name": "frontend",
|
|
"packageManager": "yarn@3.1.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve --openssl-legacy-provider",
|
|
"build": "vue-cli-service build --openssl-legacy-provider",
|
|
"test:unit": "vue-cli-service test:unit",
|
|
"test:e2e": "vue-cli-service test:e2e",
|
|
"lint": "vue-cli-service lint"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.21.1",
|
|
"core-js": "^3.6.5",
|
|
"register-service-worker": "^1.7.1",
|
|
"universal-cookie": "^4.0.4",
|
|
"vue": "^2.6.11",
|
|
"vue-router": "^3.2.0",
|
|
"vuetify": "^2.4.0",
|
|
"vuex": "^3.6.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/chai": "^4.2.11",
|
|
"@types/mocha": "^5.2.4",
|
|
"@types/node": "^16.11.12",
|
|
"@types/webpack-env": "^1.16.3",
|
|
"@typescript-eslint/eslint-plugin": "^4.18.0",
|
|
"@typescript-eslint/parser": "^4.18.0",
|
|
"@vue/cli-plugin-babel": "~4.5.0",
|
|
"@vue/cli-plugin-e2e-cypress": "~4.5.0",
|
|
"@vue/cli-plugin-eslint": "~4.5.0",
|
|
"@vue/cli-plugin-pwa": "~4.5.0",
|
|
"@vue/cli-plugin-router": "~4.5.0",
|
|
"@vue/cli-plugin-typescript": "~4.5.0",
|
|
"@vue/cli-plugin-unit-mocha": "~4.5.0",
|
|
"@vue/cli-plugin-vuex": "~4.5.0",
|
|
"@vue/cli-service": "~4.5.0",
|
|
"@vue/eslint-config-airbnb": "^5.0.2",
|
|
"@vue/eslint-config-typescript": "^7.0.0",
|
|
"@vue/test-utils": "^1.0.3",
|
|
"chai": "^4.1.2",
|
|
"deepmerge": "^4.2.2",
|
|
"eslint": "^6.7.2",
|
|
"eslint-plugin-import": "^2.20.2",
|
|
"eslint-plugin-vue": "^6.2.2",
|
|
"eslint-plugin-vuejs-accessibility": "^1.1.0",
|
|
"node-sass": "latest",
|
|
"regenerator-runtime": "^0.13.9",
|
|
"sass": "~1.32.0",
|
|
"sass-loader": "^10.0.0",
|
|
"typescript": "~4.1.5",
|
|
"vue-cli-plugin-vuetify": "^2.3.1",
|
|
"vue-template-compiler": "^2.6.11",
|
|
"vuetify-loader": "^1.7.0"
|
|
}
|
|
}
|