-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.18 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.18 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
42
43
44
45
46
{
"name": "ashtro",
"version": "0.3.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"devDependencies": {
"@astrojs/alpinejs": "^0.4.0",
"@astrojs/preact": "^3.2.0",
"@astrojs/svelte": "^5.4.0",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/vercel": "^7.5.3",
"@astrojs/vue": "^4.1.0",
"@tailwindcss/typography": "^0.5.12",
"@types/alpinejs": "^3.13.10",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"alpinejs": "^3.13.8",
"astro": "^4.6.2",
"preact": "^10.20.2",
"puppeteer": "^22.6.5",
"svelte": "^4.2.14",
"vue": "^3.4.23"
},
"dependencies": {
"@astrojs/solid-js": "^4.1.0",
"@example/basics": "file:",
"@julian_cataldo/astro-diagram": "^0.11.3",
"@rive-app/canvas": "^2.14.1",
"@xstate/react": "^4.1.0",
"@xstate/vue": "^3.1.1",
"cobe": "^0.6.3",
"compress-json": "^3.0.3",
"daisyui": "^4.10.2",
"flamethrower-router": "^0.0.0-meme.12",
"headless-mermaid": "^1.3.0",
"solid-js": "^1.8.16",
"tle.js": "^4.9.0",
"xstate": "^5.11.0"
}
}