-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
66 lines (66 loc) · 2.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"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.23.1",
"@eslint-react/eslint-plugin": "^1.5.28",
"@iconify/json": "^2.2.230",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@tanstack/react-router": "^1.45.7",
"@tanstack/router-devtools": "^1.45.7",
"@tanstack/router-vite-plugin": "^1.45.7",
"@types/node": "^20.14.11",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"@unhead/addons": "^1.9.16",
"@unocss/eslint-plugin": "^0.61.5",
"@vitejs/plugin-react": "^4.3.1",
"@xyflow/react": "^12.0.3",
"clsx": "^2.1.1",
"defu": "^6.1.4",
"eslint": "^8.57.0",
"eslint-plugin-format": "^0.1.2",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.9",
"immer": "^10.1.1",
"nanoid": "^5.0.7",
"ohash": "^1.1.3",
"overlayscrollbars": "^2.9.2",
"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.77.8",
"sonner": "^1.5.0",
"split-pane-react": "^0.1.3",
"std-env": "^3.7.0",
"tailwind-merge": "^2.4.0",
"typescript": "^5.5.3",
"unhead": "^1.9.16",
"unocss": "^0.61.5",
"unocss-preset-animations": "^1.1.0",
"unocss-preset-useful": "^0.4.2",
"unplugin-auto-import": "^0.18.0",
"vaul": "^0.9.1",
"vite": "^5.3.4",
"zustand": "^4.5.4"
}
}