-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 804 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 804 Bytes
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
{
"name": "xstate-for-all",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/react": "^3.0.10",
"@astrojs/svelte": "^5.2.0",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/vercel": "^7.3.4",
"@astrojs/vue": "^4.0.8",
"@types/react": "^18.2.61",
"@types/react-dom": "^18.2.19",
"@xstate/react": "^4.1.0",
"@xstate/svelte": "^3.0.2",
"@xstate/vue": "^3.1.1",
"astro": "^4.4.9",
"autoprefixer": "^10.4.18",
"postcss": "^8.4.35",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"svelte": "^4.2.12",
"tailwindcss": "^3.4.1",
"vue": "^3.4.21",
"xstate": "^5.9.1"
}
}