-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.16 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.16 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
37
38
39
40
41
{
"name": "wiilink-website",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "cd public/og-gen && npm i && node og-gen.js && cd ../.. && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^1.1.5",
"@astrojs/partytown": "^2.0.4",
"@astrojs/rss": "^3.0.0",
"@astrojs/sitemap": "^3.2.1",
"@contentful/rich-text-html-renderer": "^17.0.0",
"@contentful/rich-text-plain-text-renderer": "^17.0.0",
"@iconify-json/lucide": "^1.2.20",
"@iconify-json/simple-icons": "^1.2.17",
"@playform/compress": "^0.1.0",
"astro": "^4.16.1",
"astro-i18next": "^1.0.0-beta.21",
"astro-icon": "^1.1.4",
"astro-min": "^1.3.1",
"astro-purgecss": "^4.1.1",
"contentful": "^11.4.6",
"purgecss": "^6.0.0",
"rehype-autolink-headings": "^7.1.0",
"twemoji": "^14.0.2",
"twit": "^1.1.20",
"typescript": "^5.6.3"
},
"devDependencies": {
"@starcart.com/optional-deps-validate": "^1.0.0",
"astro-themes": "^0.2.4"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "^4.34.6"
}
}