2025-08-12 01:05:59 +02:00
|
|
|
{
|
|
|
|
|
"name": "notebrook-frontend-vue",
|
|
|
|
|
"private": true,
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "vite",
|
|
|
|
|
"build": "vue-tsc && vite build",
|
|
|
|
|
"preview": "vite preview",
|
|
|
|
|
"type-check": "vue-tsc --noEmit",
|
|
|
|
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
|
|
|
|
|
"format": "prettier --write src/"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2026-01-08 10:52:24 +00:00
|
|
|
"@types/jszip": "^3.4.0",
|
2026-01-04 06:44:41 +00:00
|
|
|
"@vueuse/core": "^14.1.0",
|
2026-01-08 10:52:24 +00:00
|
|
|
"@vueuse/sound": "^2.1.3",
|
|
|
|
|
"idb-keyval": "^6.2.2",
|
|
|
|
|
"jszip": "^3.10.1",
|
|
|
|
|
"pinia": "^3.0.4",
|
|
|
|
|
"vue": "^3.5.25",
|
|
|
|
|
"vue-router": "^4.6.3"
|
2025-08-12 01:05:59 +02:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2026-01-04 06:44:41 +00:00
|
|
|
"@types/node": "^24.10.1",
|
|
|
|
|
"@typescript-eslint/eslint-plugin": "^8.48.1",
|
|
|
|
|
"@typescript-eslint/parser": "^8.48.1",
|
2026-01-08 10:52:24 +00:00
|
|
|
"@vitejs/plugin-vue": "^6.0.2",
|
2026-01-04 06:44:41 +00:00
|
|
|
"@vue/eslint-config-prettier": "^10.2.0",
|
|
|
|
|
"@vue/eslint-config-typescript": "^14.6.0",
|
2026-01-08 10:52:24 +00:00
|
|
|
"@vue/tsconfig": "^0.8.1",
|
2026-01-04 06:44:41 +00:00
|
|
|
"eslint": "^9.39.1",
|
|
|
|
|
"eslint-plugin-vue": "^10.6.2",
|
2026-01-08 10:52:24 +00:00
|
|
|
"prettier": "^3.7.3",
|
|
|
|
|
"typescript": "^5.9.3",
|
|
|
|
|
"vite": "^7.2.6",
|
|
|
|
|
"vite-plugin-pwa": "^1.2.0",
|
|
|
|
|
"vue-tsc": "^3.1.5"
|
2025-08-12 01:05:59 +02:00
|
|
|
}
|
2026-01-08 10:52:24 +00:00
|
|
|
}
|