sticky-notes/package.json

41 lines
1.1 KiB
JSON

{
"name": "sticky-notes",
"version": "0.0.1",
"private": true,
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "firebase serve",
"deploy": "npm run build && firebase deploy",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --plugin-search-dir . --check .",
"format": "prettier --plugin-search-dir . --write .",
"assets": "pwa-assets-generator --preset minimal static/favicon.svg",
"postinstall": "patch-package"
},
"dependencies": {
"@bytemd/plugin-gfm": "^1.21.0",
"bytemd": "1.21.0",
"kysely": "^0.27.3",
"sqlocal": "^0.11.1"
},
"devDependencies": {
"@picocss/pico": "^1.5.10",
"@sveltejs/adapter-static": "^3.0.1",
"@sveltejs/kit": "^2.5.4",
"@vite-pwa/assets-generator": "^0.2.4",
"@vite-pwa/sveltekit": "^0.4.0",
"patch-package": "^8.0.0",
"prettier": "^2.8.0",
"prettier-plugin-svelte": "^2.10.1",
"sass": "^1.69.5",
"svelte": "^4.2.12",
"svelte-check": "^3.6.8",
"tslib": "^2.6.2",
"typescript": "^5.4.3",
"vite": "^5.2.3"
}
}