web/package.json

29 lines
915 B
JSON

{
"name": "w3pn-web",
"type": "module",
"version": "1.0.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"core": "deno run --allow-all utils/core.js",
"contribs": "deno run --allow-all utils/contributors.js",
"articles": "deno run --allow-all utils/articles.js",
"talks": "deno run --allow-all utils/talks.js",
"explorer": "deno run --allow-all utils/explorer.js",
"events-ext": "deno run --allow-all utils/events-ext.js",
"sync-all": "npm run core && npm run contribs && npm run articles && npm run talks && npm run explorer && npm run events-ext"
},
"dependencies": {
"@astrojs/tailwind": "^5.1.0",
"@rollup/plugin-yaml": "^4.1.2",
"astro": "^4.3.5",
"cfonts": "^3.2.0",
"date-fns": "^2.30.0",
"marked": "^11.1.1",
"tailwindcss": "^3.4.1"
}
}