2023-11-13 03:03:34 +01:00
|
|
|
{
|
|
|
|
"name": "w3pn-web",
|
|
|
|
"type": "module",
|
2024-03-02 19:44:28 +01:00
|
|
|
"version": "1.2.3",
|
2023-11-13 03:03:34 +01:00
|
|
|
"scripts": {
|
|
|
|
"dev": "astro dev",
|
|
|
|
"start": "astro dev",
|
|
|
|
"build": "astro build",
|
2024-02-21 12:36:48 +01:00
|
|
|
"cleanup-flags": "deno run --allow-all utils/cleanup-flags.js",
|
2023-11-13 03:03:34 +01:00
|
|
|
"preview": "astro preview",
|
|
|
|
"astro": "astro",
|
2024-01-25 21:51:47 +01:00
|
|
|
"core": "deno run --allow-all utils/core.js",
|
2023-11-24 10:56:28 +01:00
|
|
|
"contribs": "deno run --allow-all utils/contributors.js",
|
2023-12-20 23:14:44 +01:00
|
|
|
"articles": "deno run --allow-all utils/articles.js",
|
2024-01-25 18:44:10 +01:00
|
|
|
"talks": "deno run --allow-all utils/talks.js",
|
2024-01-25 19:31:23 +01:00
|
|
|
"explorer": "deno run --allow-all utils/explorer.js",
|
2024-02-01 13:08:55 +01:00
|
|
|
"events-ext": "deno run --allow-all utils/events-ext.js",
|
2024-02-27 07:50:03 +01:00
|
|
|
"db-repo": "deno run --allow-all utils/db-repo.js",
|
2024-03-16 19:40:59 +01:00
|
|
|
"gen-images": "deno run --allow-all utils/gen-images.js",
|
2024-02-27 08:12:34 +01:00
|
|
|
"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"
|
2023-11-13 03:03:34 +01:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-03-06 17:28:41 +01:00
|
|
|
"@astrojs/svelte": "^5.2.0",
|
2024-02-09 21:08:06 +01:00
|
|
|
"@astrojs/tailwind": "^5.1.0",
|
2023-11-13 03:03:34 +01:00
|
|
|
"@rollup/plugin-yaml": "^4.1.2",
|
2024-02-09 21:08:06 +01:00
|
|
|
"astro": "^4.3.5",
|
2023-11-13 03:03:34 +01:00
|
|
|
"cfonts": "^3.2.0",
|
2023-11-24 10:56:28 +01:00
|
|
|
"date-fns": "^2.30.0",
|
2024-01-25 23:28:29 +01:00
|
|
|
"marked": "^11.1.1",
|
2024-03-06 17:28:41 +01:00
|
|
|
"svelte": "^4.2.12",
|
|
|
|
"tailwindcss": "^3.4.1",
|
|
|
|
"typescript": "^5.3.3"
|
2023-11-13 03:03:34 +01:00
|
|
|
}
|
|
|
|
}
|