source: ReserveNGo-frontend/package.json@ a8334f9

Last change on this file since a8334f9 was a8334f9, checked in by Aleksandarj03 <138524804+Aleksandarj03@…>, 7 months ago

Fully implemented instagram-like styling for adding restaurants to favourites

  • Property mode set to 100644
File size: 835 bytes
RevLine 
[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",
[590f667]16 "pinia": "^2.3.1",
17 "vue": "^3.5.13",
18 "vue-router": "^4.5.0"
19 },
20 "devDependencies": {
21 "@eslint/js": "^9.18.0",
22 "@vitejs/plugin-vue": "^5.2.1",
23 "@vitest/eslint-plugin": "1.1.25",
24 "@vue/eslint-config-prettier": "^10.1.0",
25 "@vue/test-utils": "^2.4.6",
26 "eslint": "^9.18.0",
27 "eslint-plugin-vue": "^9.32.0",
28 "jsdom": "^26.0.0",
29 "prettier": "^3.4.2",
30 "vite": "^6.0.11",
31 "vite-plugin-vue-devtools": "^7.7.0",
32 "vitest": "^3.0.2"
33 }
34}
Note: See TracBrowser for help on using the repository browser.