|
Last change
on this file was 92e7c7a, checked in by veronika-ils <ilioskaveronika@…>, 4 hours ago |
|
Petify fullstack project
|
-
Property mode
set to
100644
|
|
File size:
1.1 KB
|
| Line | |
|---|
| 1 | {
|
|---|
| 2 | "name": "petify-frontend",
|
|---|
| 3 | "version": "0.0.0",
|
|---|
| 4 | "private": true,
|
|---|
| 5 | "type": "module",
|
|---|
| 6 | "scripts": {
|
|---|
| 7 | "dev": "vite",
|
|---|
| 8 | "build": "run-p type-check \"build-only {@}\" --",
|
|---|
| 9 | "preview": "vite preview",
|
|---|
| 10 | "build-only": "vite build",
|
|---|
| 11 | "type-check": "vue-tsc --build",
|
|---|
| 12 | "lint": "eslint . --fix --cache",
|
|---|
| 13 | "format": "prettier --write --experimental-cli src/"
|
|---|
| 14 | },
|
|---|
| 15 | "dependencies": {
|
|---|
| 16 | "@vuepic/vue-datepicker": "^12.1.0",
|
|---|
| 17 | "bootstrap": "^5.3.8",
|
|---|
| 18 | "pinia": "^3.0.4",
|
|---|
| 19 | "vue": "^3.5.26",
|
|---|
| 20 | "vue-router": "^4.6.4"
|
|---|
| 21 | },
|
|---|
| 22 | "devDependencies": {
|
|---|
| 23 | "@tsconfig/node24": "^24.0.4",
|
|---|
| 24 | "@types/node": "^24.10.9",
|
|---|
| 25 | "@vitejs/plugin-vue": "^6.0.3",
|
|---|
| 26 | "@vue/eslint-config-typescript": "^14.6.0",
|
|---|
| 27 | "@vue/tsconfig": "^0.8.1",
|
|---|
| 28 | "eslint": "^9.39.2",
|
|---|
| 29 | "eslint-config-prettier": "^10.1.8",
|
|---|
| 30 | "eslint-plugin-vue": "~10.7.0",
|
|---|
| 31 | "jiti": "^2.6.1",
|
|---|
| 32 | "npm-run-all2": "^8.0.4",
|
|---|
| 33 | "prettier": "3.8.1",
|
|---|
| 34 | "typescript": "~5.9.3",
|
|---|
| 35 | "vite": "^7.3.1",
|
|---|
| 36 | "vite-plugin-vue-devtools": "^8.0.5",
|
|---|
| 37 | "vue-tsc": "^3.2.2"
|
|---|
| 38 | },
|
|---|
| 39 | "engines": {
|
|---|
| 40 | "node": "^20.19.0 || >=22.12.0"
|
|---|
| 41 | }
|
|---|
| 42 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.