|
Last change
on this file since 349551d was 590f667, checked in by Ljubomir Ilievski <ilievski.ljubomir@…>, 11 months ago |
|
Added Initial frontend
|
-
Property mode
set to
100644
|
|
File size:
788 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": {
|
|---|
| 15 | "pinia": "^2.3.1",
|
|---|
| 16 | "vue": "^3.5.13",
|
|---|
| 17 | "vue-router": "^4.5.0"
|
|---|
| 18 | },
|
|---|
| 19 | "devDependencies": {
|
|---|
| 20 | "@eslint/js": "^9.18.0",
|
|---|
| 21 | "@vitejs/plugin-vue": "^5.2.1",
|
|---|
| 22 | "@vitest/eslint-plugin": "1.1.25",
|
|---|
| 23 | "@vue/eslint-config-prettier": "^10.1.0",
|
|---|
| 24 | "@vue/test-utils": "^2.4.6",
|
|---|
| 25 | "eslint": "^9.18.0",
|
|---|
| 26 | "eslint-plugin-vue": "^9.32.0",
|
|---|
| 27 | "jsdom": "^26.0.0",
|
|---|
| 28 | "prettier": "^3.4.2",
|
|---|
| 29 | "vite": "^6.0.11",
|
|---|
| 30 | "vite-plugin-vue-devtools": "^7.7.0",
|
|---|
| 31 | "vitest": "^3.0.2"
|
|---|
| 32 | }
|
|---|
| 33 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.