-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
67 lines (67 loc) · 2.28 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "bitespeed-frontend-task-chatbot-flow-builder",
"type": "module",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --report-unused-disable-directives --max-warnings 0",
"lint:fix": "eslint . --fix --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"type-check": "tsc --noEmit"
},
"dependencies": {
"@vercel/analytics": "^1.3.1",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@antfu/eslint-config": "^2.27.3",
"@eslint-react/eslint-plugin": "^1.14.3",
"@iconify/json": "^2.2.256",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-popover": "^1.1.2",
"@tanstack/react-router": "^1.58.17",
"@tanstack/router-devtools": "^1.58.17",
"@tanstack/router-vite-plugin": "^1.58.12",
"@types/node": "^20.16.10",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^8.8.0",
"@typescript-eslint/parser": "^8.8.0",
"@unhead/addons": "^1.11.7",
"@unocss/eslint-plugin": "^0.63.2",
"@vitejs/plugin-react": "^4.3.2",
"@xyflow/react": "^12.3.1",
"clsx": "^2.1.1",
"defu": "^6.1.4",
"eslint": "^9.11.1",
"eslint-plugin-format": "^0.1.2",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.12",
"immer": "^10.1.1",
"nanoid": "^5.0.7",
"ohash": "^1.1.4",
"overlayscrollbars": "^2.10.0",
"overlayscrollbars-react": "^0.5.6",
"popmotion": "^11.0.5",
"radash": "^12.1.0",
"react-ga4": "^2.1.0",
"react-use": "^17.5.1",
"sass": "^1.79.4",
"sonner": "^1.5.0",
"split-pane-react": "^0.1.3",
"std-env": "^3.7.0",
"tailwind-merge": "^2.5.2",
"typescript": "^5.6.2",
"unhead": "^1.11.7",
"unocss": "^0.63.2",
"unocss-preset-animations": "^1.1.0",
"unocss-preset-useful": "^0.6.0",
"unplugin-auto-import": "^0.18.3",
"vaul": "^1.0.0",
"vite": "^5.4.8",
"zustand": "^4.5.5"
}
}