sticky-notes/package.json

41 lines
1.1 KiB
JSON
Raw Normal View History

2023-09-11 05:49:56 +08:00
{
"name": "sticky-notes",
"version": "0.0.1",
"private": true,
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "firebase serve",
2023-09-14 12:05:58 +08:00
"deploy": "npm run build && firebase deploy",
2023-09-11 05:49:56 +08:00
"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 .",
2023-10-06 11:21:25 +08:00
"assets": "pwa-assets-generator --preset minimal static/favicon.svg",
2023-09-11 05:49:56 +08:00
"postinstall": "patch-package"
},
"dependencies": {
2023-10-03 13:01:43 +08:00
"@bytemd/plugin-gfm": "^1.21.0",
2023-09-11 05:49:56 +08:00
"bytemd": "1.21.0",
2024-03-24 02:22:16 +08:00
"kysely": "^0.27.3",
2024-03-23 10:41:36 +08:00
"sqlocal": "^0.7.1"
2023-09-11 05:49:56 +08:00
},
"devDependencies": {
"@picocss/pico": "^1.5.10",
2024-03-24 02:22:16 +08:00
"@sveltejs/adapter-static": "^3.0.1",
"@sveltejs/kit": "^2.5.4",
"@vite-pwa/assets-generator": "^0.2.4",
"@vite-pwa/sveltekit": "^0.4.0",
2023-09-11 05:49:56 +08:00
"patch-package": "^8.0.0",
"prettier": "^2.8.0",
"prettier-plugin-svelte": "^2.10.1",
2023-12-17 05:28:15 +08:00
"sass": "^1.69.5",
2024-03-24 02:22:16 +08:00
"svelte": "^4.2.12",
"svelte-check": "^3.6.8",
2023-12-17 05:28:15 +08:00
"tslib": "^2.6.2",
2024-03-24 02:22:16 +08:00
"typescript": "^5.4.3",
"vite": "^5.2.3"
2023-09-11 05:49:56 +08:00
}
}