-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.04 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.04 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
{
"name": "demo-agnostic-resource-picker-xstate",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"graphql-request": "7.1.2",
"@shopify/polaris-icons": "9.3.0",
"remeda": "2.17.4",
"@shopify/polaris": "13.9.1",
"@xstate/react": "4.1.3",
"mutative": "1.1.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hot-toast": "2.4.1",
"react-infinite-scroll-hook": "5.0.1",
"xstate": "5.18.2",
"zod": "3.23.8",
"flat": "6.0.1",
"set-value": "4.1.0",
"@statelyai/inspect": "0.4.0"
},
"devDependencies": {
"@types/set-value": "4.0.3",
"@biomejs/biome": "1.9.4",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"globals": "^15.12.0",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.16",
"typescript": "~5.6.2",
"vite": "^6.0.1"
}
}