signal-slides/package.json
Карпич Дмитрий Александрович 96d056752f chore(*): change to bun and add drone
2025-05-28 11:18:04 +03:00

27 lines
569 B
JSON

{
"name": "slides",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.3.1",
"@astrojs/svelte": "^7.0.4",
"astro": "^5.2.3",
"reveal.js": "^5.1.0",
"svelte": "^5.19.7",
"typescript": "^5.7.3"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@types/reveal.js": "^5.0.5",
"arktype": "^2.0.4",
"bun-types": "^1.0.14"
}
}