30 lines
720 B
JSON
30 lines
720 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",
|
|
"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
|
|
}
|
|
}
|