forked from WiiLink24/web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 978 Bytes
/
package.json
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
{
"name": "",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^1.1.5",
"@astrojs/partytown": "^2.0.4",
"@astrojs/rss": "^3.0.0",
"@playform/compress": "^0.1.0",
"@popperjs/core": "^2.11.8",
"@xata.io/client": "^0.26.9",
"astro": "^3.6.4",
"astro-i18next": "^1.0.0-beta.21",
"astro-min": "^1.3.1",
"astro-particles": "^2.10.0",
"astro-purgecss": "^4.1.1",
"bootstrap-icons": "^1.11.3",
"image-compare-viewer": "^1.6.2",
"purgecss": "^6.0.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"rehype-toc": "^3.0.2",
"remark-toc": "^9.0.0",
"scrollmagic": "^2.0.8",
"tsparticles": "^2.12.0",
"twemoji": "^14.0.2",
"twit": "^2.2.11"
},
"devDependencies": {
"astro-themes": "^0.2.4"
}
}