web/package.json

26 lines
701 B
JSON
Raw Normal View History

2023-11-13 03:03:34 +01:00
{
"name": "w3pn-web",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
2023-11-24 10:56:28 +01:00
"contribs": "deno run --allow-all utils/contributors.js",
2023-12-20 23:14:44 +01:00
"events": "deno run --allow-all utils/events.js",
"articles": "deno run --allow-all utils/articles.js",
2024-01-25 18:44:10 +01:00
"talks": "deno run --allow-all utils/talks.js",
"explorer": "deno run --allow-all utils/explorer.js"
2023-11-13 03:03:34 +01:00
},
"dependencies": {
"@astrojs/tailwind": "^5.0.2",
"@rollup/plugin-yaml": "^4.1.2",
"astro": "^3.4.3",
"cfonts": "^3.2.0",
2023-11-24 10:56:28 +01:00
"date-fns": "^2.30.0",
2023-11-13 03:03:34 +01:00
"tailwindcss": "^3.3.5"
}
}