mirror of
https://github.com/web3privacy/news.git
synced 2024-10-15 18:06:26 +02:00
23 lines
505 B
JSON
23 lines
505 B
JSON
{
|
|
"name": "web",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/svelte": "^5.0.3",
|
|
"@astrojs/tailwind": "^5.1.0",
|
|
"@frsource/base64": "^1.0.40",
|
|
"@rollup/plugin-yaml": "^4.1.2",
|
|
"astro": "^4.3.5",
|
|
"date-fns": "^3.3.1",
|
|
"marked": "^12.0.0",
|
|
"svelte": "^4.2.10",
|
|
"tailwindcss": "^3.4.1"
|
|
}
|
|
}
|