sticky-notes/package.json

36 lines
929 B
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-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 .",
"postinstall": "patch-package"
},
"dependencies": {
"bytemd": "1.21.0",
"kysely": "^0.26.3",
2023-09-13 13:02:13 +08:00
"sqlocal": "^0.6.1"
2023-09-11 05:49:56 +08:00
},
"devDependencies": {
"@picocss/pico": "^1.5.10",
"@sveltejs/adapter-static": "^2.0.3",
"@sveltejs/kit": "^1.20.4",
"patch-package": "^8.0.0",
"prettier": "^2.8.0",
"prettier-plugin-svelte": "^2.10.1",
"sass": "^1.66.1",
"svelte": "^4.0.5",
"svelte-check": "^3.4.3",
"tslib": "^2.4.1",
"typescript": "^5.2.2",
2023-09-11 12:21:49 +08:00
"vite": "^4.4.9"
2023-09-11 05:49:56 +08:00
}
}