Files
daydream/package.json
T
2026-09-04 01:21:19 +02:00

35 lines
936 B
JSON

{
"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",
"@fontsource/architects-daughter": "^5.3.0",
"@fontsource/indie-flower": "^5.3.0",
"@fontsource/kalam": "^5.3.0",
"@fontsource/patrick-hand": "^5.3.0",
"@fontsource/shadows-into-light": "^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
}
}