-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.23 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
{
"name": "xstatebyexample",
"type": "module",
"version": "0.0.1",
"scripts": {
"prepare": "panda codegen",
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@ark-ui/react": "^1.2.1",
"@astro-community/astro-embed-youtube": "^0.5.2",
"@astrojs/check": "^0.4.1",
"@astrojs/mdx": "^2.1.1",
"@astrojs/react": "^3.0.9",
"@astrojs/sitemap": "^3.1.6",
"@headlessui/react": "^1.7.18",
"@heroicons/react": "^2.1.3",
"@statelyai/inspect": "^0.2.0",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@uidotdev/usehooks": "^2.4.1",
"@xstate/react": "^4.1.1",
"astro": "^4.3.0",
"astro-expressive-code": "^0.33.5",
"cheerio": "^1.0.0-rc.12",
"date-fns": "^3.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-transition-group": "^4.4.5",
"sharp-ico": "^0.1.5",
"typescript": "^5.3.3",
"xstate": "^5.13.0"
},
"devDependencies": {
"@pandacss/dev": "^0.29.1",
"@types/react-transition-group": "^4.4.10",
"pandacss-preset-typography": "^0.1.5",
"pform-reset": "^0.0.2"
},
"volta": {
"node": "20.11.1"
}
}