v3 init push

This commit is contained in:
2026-09-03 18:28:33 +02:00
parent f719cb2989
commit 549a7e0fa0
111 changed files with 8736 additions and 4873 deletions
+29
View File
@@ -0,0 +1,29 @@
{
"name": "mythoughts",
"description": "A journal that behaves like an open book: write the left page, then the right, then turn.",
"version": "2.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite build --mode development --watch",
"prod": "vite build",
"lint": "eslint src"
},
"author": "Franzz",
"dependencies": {
"@fontsource-variable/caveat": "^5.3.0",
"sass": "^1.103.1",
"vue": "^3.5.42"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@vitejs/plugin-vue": "^6.0.8",
"eslint": "^10.9.1",
"eslint-plugin-vue": "^10.10.0",
"globals": "^17.12.0",
"vite": "^8.2.2"
},
"allowScripts": {
"@parcel/watcher@2.6.0": true
}
}