27 lines
569 B
JSON
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"
|
|
}
|
|
}
|