mirror of
https://github.com/web3privacy/web
synced 2024-10-15 18:26:27 +02:00
30 lines
1 KiB
JSON
30 lines
1 KiB
JSON
{
|
|
"name": "w3pn-web",
|
|
"type": "module",
|
|
"version": "1.2.3",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"cleanup-flags": "deno run --allow-all utils/cleanup-flags.js",
|
|
"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",
|
|
"db-repo": "deno run --allow-all utils/db-repo.js",
|
|
"sync-all": "npm run core && npm run contribs && npm run articles && npm run talks && npm run explorer && npm run events-ext && npm run db-repo"
|
|
},
|
|
"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"
|
|
}
|
|
}
|