mirror of
https://github.com/dsec-hub/dsec-notebook.git
synced 2026-09-22 07:24:27 +00:00
47 lines
1.2 KiB
JSON
47 lines
1.2 KiB
JSON
{
|
|
"name": "dsec-notebook",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite dev",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"prepare": "svelte-kit sync || echo ''",
|
|
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
|
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
|
|
"test:unit": "vitest",
|
|
"test": "npm run test:unit -- --run",
|
|
"fmt": "oxfmt",
|
|
"fmt:check": "oxfmt --check",
|
|
"lint": "oxlint",
|
|
"lint:fix": "oxlint --fix"
|
|
},
|
|
"dependencies": {
|
|
"markdown-it": "^15.0.1",
|
|
"resend": "^6.25.0"
|
|
},
|
|
"devDependencies": {
|
|
"@sveltejs/adapter-node": "^5.5.7",
|
|
"@sveltejs/kit": "^2.63.0",
|
|
"@sveltejs/vite-plugin-svelte": "^7.1.2",
|
|
"@tailwindcss/vite": "^4.3.0",
|
|
"@types/node": "^26.3.0",
|
|
"@vite-pwa/assets-generator": "^1.0.2",
|
|
"@vite-pwa/sveltekit": "^1.1.0",
|
|
"@vitest/browser-playwright": "^4.1.8",
|
|
"oxfmt": "^0.65.0",
|
|
"oxlint": "^1.81.0",
|
|
"playwright": "^1.60.0",
|
|
"svelte": "^5.56.1",
|
|
"svelte-check": "^4.6.0",
|
|
"tailwindcss": "^4.3.0",
|
|
"typescript": "^6.0.3",
|
|
"vite": "^8.0.16",
|
|
"vitest": "^4.1.8",
|
|
"vitest-browser-svelte": "^2.1.1"
|
|
},
|
|
"allowScripts": {
|
|
"sharp@0.33.5": false
|
|
}
|
|
}
|