mirror of
https://github.com/web3privacy/web
synced 2024-10-15 18:26:27 +02:00
26 lines
801 B
JSON
26 lines
801 B
JSON
{
|
|
"name": "w3pn-web",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"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",
|
|
"all": "npm run core && npm run contribs && npm run articles && npm run talks && npm run explorer"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/tailwind": "^5.0.2",
|
|
"@rollup/plugin-yaml": "^4.1.2",
|
|
"astro": "^3.4.3",
|
|
"cfonts": "^3.2.0",
|
|
"date-fns": "^2.30.0",
|
|
"tailwindcss": "^3.3.5"
|
|
}
|
|
}
|