|
23 | 23 | "lint": "eslint src/**/*.{ts,vue} --max-warnings 4", |
24 | 24 | "prepare": "husky install" |
25 | 25 | }, |
26 | | - "packageManager": "pnpm@7.14.2", |
27 | 26 | "lint-staged": { |
28 | 27 | "src/**/*.{js,ts,vue}": [ |
29 | 28 | "npm run lint" |
|
77 | 76 | "vue": "^3.3.4" |
78 | 77 | }, |
79 | 78 | "devDependencies": { |
80 | | - "@babel/core": "^7.23.3", |
81 | | - "@babel/eslint-parser": "^7.23.3", |
82 | 79 | "@fortawesome/fontawesome-svg-core": "^6.4.2", |
83 | 80 | "@fortawesome/free-brands-svg-icons": "^6.4.2", |
| 81 | + "@fortawesome/free-regular-svg-icons": "^6.4.2", |
84 | 82 | "@fortawesome/free-solid-svg-icons": "^6.4.2", |
85 | 83 | "@fortawesome/vue-fontawesome": "^3.0.5", |
86 | | - "@rollup/plugin-alias": "^5.0.1", |
| 84 | + "@mdi/font": "^7.3.67", |
87 | 85 | "@rollup/plugin-commonjs": "^25.0.7", |
88 | | - "@rollup/plugin-json": "^6.0.1", |
89 | 86 | "@rollup/plugin-node-resolve": "^15.2.3", |
90 | 87 | "@rollup/plugin-terser": "^0.4.4", |
91 | 88 | "@types/node": "^20.9.0", |
92 | 89 | "@types/prismjs": "^1.26.3", |
93 | 90 | "@typescript-eslint/eslint-plugin": "^6.10.0", |
94 | 91 | "@typescript-eslint/parser": "^6.10.0", |
95 | 92 | "@vitejs/plugin-vue": "^4.4.1", |
96 | | - "@vue/cli-plugin-babel": "^5.0.8", |
97 | 93 | "@vue/cli-plugin-eslint": "^5.0.8", |
98 | 94 | "@vue/cli-service": "^5.0.8", |
99 | 95 | "@vue/compiler-sfc": "^3.3.8", |
|
126 | 122 | "typescript": "^5.2.2", |
127 | 123 | "unplugin-auto-import": "^0.16.7", |
128 | 124 | "vite": "^4.5.0", |
129 | | - "vite-plugin-babel": "^1.1.3", |
130 | 125 | "vite-plugin-css-injected-by-js": "^3.3.0", |
131 | 126 | "vite-plugin-dts": "^3.6.3", |
132 | 127 | "vite-plugin-eslint": "^1.8.1", |
133 | 128 | "vite-plugin-static-copy": "^0.17.0", |
134 | 129 | "vite-plugin-stylelint": "^5.2.0", |
135 | | - "vue-tsc": "^1.8.22" |
| 130 | + "vite-plugin-vuetify": "^1.0.2", |
| 131 | + "vue-tsc": "^1.8.22", |
| 132 | + "vuetify": "^3.4.0", |
| 133 | + "webfontloader": "^1.6.28" |
136 | 134 | } |
137 | 135 | } |
0 commit comments