|
Last change
on this file since 3a3a896 was 3a3a896, checked in by Ljubomir Ilievski <ilievski.ljubomir@…>, 7 months ago |
|
Added a somewhat Restaurant details page
|
-
Property mode
set to
100644
|
|
File size:
948 bytes
|
| Rev | Line | |
|---|
| [590f667] | 1 | {
|
|---|
| 2 | "name": "vue-project",
|
|---|
| 3 | "version": "0.0.0",
|
|---|
| 4 | "private": true,
|
|---|
| 5 | "type": "module",
|
|---|
| 6 | "scripts": {
|
|---|
| 7 | "dev": "vite",
|
|---|
| 8 | "build": "vite build",
|
|---|
| 9 | "preview": "vite preview",
|
|---|
| 10 | "test:unit": "vitest",
|
|---|
| 11 | "lint": "eslint . --fix",
|
|---|
| 12 | "format": "prettier --write src/"
|
|---|
| 13 | },
|
|---|
| 14 | "dependencies": {
|
|---|
| [a8334f9] | 15 | "@fortawesome/fontawesome-free": "^6.7.2",
|
|---|
| [3a3a896] | 16 | "@mdi/font": "^7.4.47",
|
|---|
| [590f667] | 17 | "pinia": "^2.3.1",
|
|---|
| [3a3a896] | 18 | "sass": "^1.89.0",
|
|---|
| 19 | "sass-loader": "^13.3.3",
|
|---|
| [590f667] | 20 | "vue": "^3.5.13",
|
|---|
| [3a3a896] | 21 | "vue-router": "^4.5.0",
|
|---|
| 22 | "vuetify": "^3.8.0-beta.0"
|
|---|
| [590f667] | 23 | },
|
|---|
| 24 | "devDependencies": {
|
|---|
| 25 | "@eslint/js": "^9.18.0",
|
|---|
| 26 | "@vitejs/plugin-vue": "^5.2.1",
|
|---|
| 27 | "@vitest/eslint-plugin": "1.1.25",
|
|---|
| 28 | "@vue/eslint-config-prettier": "^10.1.0",
|
|---|
| 29 | "@vue/test-utils": "^2.4.6",
|
|---|
| 30 | "eslint": "^9.18.0",
|
|---|
| 31 | "eslint-plugin-vue": "^9.32.0",
|
|---|
| 32 | "jsdom": "^26.0.0",
|
|---|
| 33 | "prettier": "^3.4.2",
|
|---|
| 34 | "vite": "^6.0.11",
|
|---|
| 35 | "vite-plugin-vue-devtools": "^7.7.0",
|
|---|
| 36 | "vitest": "^3.0.2"
|
|---|
| 37 | }
|
|---|
| 38 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.