-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
51 lines (51 loc) · 1.28 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "website",
"license": "GNU General Public License v3.0",
"version": "3.0.0",
"type": "module",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build && tsm scripts/embed.ts",
"preview": "astro preview",
"check": "astro check && svelte-check",
"astro": "astro",
"format": "prettier --write ."
},
"devDependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/rss": "^4.0.11",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/svelte": "7.0.3",
"@fortawesome/free-brands-svg-icons": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"astro": "^5.1.6",
"date-fns": "^4.1.0",
"desm": "^1.3.1",
"ghostsui": "2.0.0-beta.1",
"include-media": "^2.0.0",
"just-shuffle": "^4.2.0",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-svelte": "^3.3.3",
"rehype-wrap-all": "^1.1.0",
"sass": "^1.83.4",
"sharp": "^0.33.5",
"svelte": "^5.17.5",
"svelte-check": "^4.1.4",
"svelte-copy": "^2.0.0",
"svelte-fa": "^4.0.3",
"svelte-hamburgers": "^5.0.0",
"svelte-local-storage-store": "^0.6.4",
"svelte-mount": "^3.0.2",
"svelte-reduced-motion": "^2.0.0",
"tsm": "^2.3.0",
"typescript": "^5.7.3"
},
"packageManager": "[email protected]",
"volta": {
"node": "22.12.0",
"pnpm": "9.15.1"
}
}