|
2 | 2 | "name": "aspnet-core-vue-vuex-playground-template",
|
3 | 3 | "version": "0.1.0",
|
4 | 4 | "private": true,
|
5 | | - "description": "", |
6 | | - "author": "", |
7 | 5 | "license": "MIT",
|
8 | 6 | "scripts": {
|
9 | 7 | "serve": "vue-cli-service serve",
|
|
13 | 11 | "test:unit": "vue-cli-service test:unit"
|
14 | 12 | },
|
15 | 13 | "dependencies": {
|
16 | | - "@fortawesome/fontawesome-svg-core": "^1.2.30", |
17 | | - "@fortawesome/free-brands-svg-icons": "^5.14.0", |
18 | | - "@fortawesome/free-solid-svg-icons": "^5.14.0", |
| 14 | + "@fortawesome/fontawesome-svg-core": "^1.2.31", |
| 15 | + "@fortawesome/free-brands-svg-icons": "^5.15.0", |
| 16 | + "@fortawesome/free-solid-svg-icons": "^5.15.0", |
19 | 17 | "@fortawesome/vue-fontawesome": "^2.0.0",
|
20 | 18 | "@microsoft/signalr": "^3.1.8",
|
21 | 19 | "axios": "^0.20.0",
|
|
33 | 31 | "devDependencies": {
|
34 | 32 | "@testing-library/jest-dom": "^5.11.4",
|
35 | 33 | "@types/jest": "^26.0.14",
|
| 34 | + "@typescript-eslint/eslint-plugin": "^4.3.0", |
| 35 | + "@typescript-eslint/parser": "^4.3.0", |
36 | 36 | "@vue/cli-plugin-babel": "^4.5.6",
|
37 | 37 | "@vue/cli-plugin-e2e-nightwatch": "^4.5.6",
|
| 38 | + "@vue/cli-plugin-eslint": "^4.5.6", |
38 | 39 | "@vue/cli-plugin-pwa": "^4.5.6",
|
39 | 40 | "@vue/cli-plugin-typescript": "^4.5.6",
|
40 | 41 | "@vue/cli-plugin-unit-jest": "^4.5.6",
|
41 | 42 | "@vue/cli-service": "^4.5.6",
|
| 43 | + "@vue/eslint-config-prettier": "^6.0.0", |
42 | 44 | "@vue/test-utils": "1.1.0",
|
| 45 | + "eslint": "^7.10.0", |
| 46 | + "eslint-plugin-prettier": "^3.1.4", |
| 47 | + "eslint-plugin-vue": "^6.2.2", |
43 | 48 | "node-sass": "^4.14.1",
|
| 49 | + "prettier": "^2.1.2", |
44 | 50 | "sass-loader": "^10.0.2",
|
45 | 51 | "ts-jest": "^26.4.1",
|
46 | 52 | "typescript": "^4.0.3",
|
|
0 commit comments