-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1017 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
40
41
{
"name": "is-online",
"version": "2.1.0",
"license": "gpl-3.0",
"author": "Jørgen Tau",
"private": true,
"type": "module",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"prettier": "prettier"
},
"dependencies": {
"@astrojs/image": "^0.17.3",
"@astrojs/mdx": "^0.19.7",
"@astrojs/prefetch": "^0.3.0",
"@astrojs/rss": "^2.4.4",
"@astrojs/sitemap": "^2.0.1",
"@astrojs/tailwind": "^4.0.0",
"astro": "2.10.7",
"github-slugger": "^2.0.0",
"postprocessing": "^6.33.0",
"satori": "^0.10.3",
"sharp": "^0.32.4",
"shiki": "^0.14.3",
"tailwindcss": "^3.3.3",
"three": "^0.155.0",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"@types/hast": "^3.0.0",
"@types/mdast": "^4.0.0",
"@types/three": "^0.155.0",
"prettier": "^3.0.1",
"prettier-plugin-astro": "^0.11.0",
"prettier-plugin-tailwindcss": "^0.5.2"
}
}