2
0
mirror of https://github.com/tenrok/BBob.git synced 2026-05-15 11:59:37 +03:00
Files
bbob/examples/svelte-vite/package.json
T
Nikolay Kostyurin 4161955c18 chore(release): publish v4.3.0 (#279)
fix release scripts
2025-10-17 14:08:06 +02:00

27 lines
615 B
JSON

{
"name": "svelte-vite-example",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json && tsc -p tsconfig.node.json"
},
"dependencies": {
"@bbob/preset-html5": "*",
"@bbob/html": "*",
"@bbob/types": "*"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"@tsconfig/svelte": "^5.0.4",
"svelte": "^4.2.18",
"svelte-check": "^3.8.1",
"tslib": "^2.6.3",
"typescript": "^5.2.2",
"vite": "^5.3.1"
}
}