40 lines
970 B
JSON
40 lines
970 B
JSON
{
|
|
"name": "gemory",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --host --debug",
|
|
"build": "vue-tsc && vite build",
|
|
"preview": "vite preview",
|
|
"test": "vitest"
|
|
},
|
|
"dependencies": {
|
|
"@heroicons/vue": "^2.0.18",
|
|
"@vueuse/components": "^14.3.0",
|
|
"@vueuse/core": "^14.3.0",
|
|
"@vueuse/integrations": "^14.3.0",
|
|
"@vueuse/router": "^14.3.0",
|
|
"axios": "^1.4.0",
|
|
"axios-rate-limit": "^1.3.1",
|
|
"gemory": "file:",
|
|
"loglevel": "^1.8.1",
|
|
"loglevel-plugin-prefix": "^0.8.4",
|
|
"pinia": "^3.0.4",
|
|
"sortablejs": "^1.15.7",
|
|
"vue": "^3.3.4",
|
|
"vue-router": "^5.0.7"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/vite": "^4.3.0",
|
|
"@types/node": "^25.8.0",
|
|
"@vitejs/plugin-vue": "^6.0.7",
|
|
"tailwindcss": "^4.3.0",
|
|
"typescript": "^6.0.3",
|
|
"vite": "^8.0.13",
|
|
"vite-plugin-runtime-env": "^1.0.0",
|
|
"vitest": "^4.1.6",
|
|
"vue-tsc": "^3.2.9"
|
|
}
|
|
}
|