-
-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.26 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "w3pn-web",
"type": "module",
"version": "1.3.0",
"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",
"gen-images": "deno run --allow-all utils/gen-images.js",
"dependency-fix": "npm fund && npm audit fix --force",
"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/svelte": "^7.0.6",
"@astrojs/tailwind": "^6.0.0",
"@rollup/plugin-yaml": "^4.1.2",
"astro": "^5.5.0",
"cfonts": "^3.3.0",
"date-fns": "^4.1.0",
"gsap": "^3.12.7",
"marked": "^15.0.0",
"svelte": "^5.23.0",
"tailwindcss": "^3.0.24",
"typescript": "^5.8.2"
}
}