-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
77 lines (77 loc) · 2.43 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
68
69
70
71
72
73
74
75
76
77
{
"name": "builder",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@mantine/hooks": "^6.0.11",
"@monaco-editor/react": "^4.5.1",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.5",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.6",
"@radix-ui/react-scroll-area": "^1.0.4",
"@radix-ui/react-select": "^1.2.2",
"@radix-ui/react-slider": "^1.1.2",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.6",
"@react-three/drei": "^9.68.3",
"@react-three/fiber": "^8.13.0",
"@react-three/postprocessing": "^2.11.4",
"@tabler/icons-react": "^2.23.0",
"@types/three": "^0.152.0",
"@uiw/react-textarea-code-editor": "^2.1.6",
"animate.css": "^4.1.1",
"class-variance-authority": "^0.6.0",
"clsx": "^1.2.1",
"cmdk": "^0.2.0",
"console-feed": "^3.5.0",
"leva": "^0.9.35",
"lucide-react": "^0.241.0",
"nanoid": "^4.0.2",
"r3f-perf": "^7.1.2",
"react": "^18.2.0",
"react-accessible-treeview": "^2.5.4",
"react-cmdk": "^1.3.9",
"react-color": "^2.19.3",
"react-dom": "^18.2.0",
"react-headless-pagination": "^1.1.4",
"react-hot-toast": "^2.4.1",
"react-json-tree": "^0.18.0",
"reactflow": "^11.7.2",
"tailwind-merge": "^1.13.1",
"tailwindcss-animate": "^1.0.6",
"three": "^0.152.2",
"utility-types": "^3.10.0",
"zustand": "^4.3.8"
},
"devDependencies": {
"@types/react": "^18.0.28",
"@types/react-color": "^3.0.6",
"@types/react-dom": "^18.0.11",
"@types/uuid": "^9.0.1",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"@vitejs/plugin-react": "^4.0.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.38.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"icons-react@latest": "link:@types/@tabler/icons-react@latest",
"postcss": "^8.4.24",
"tailwindcss": "^3.3.2",
"typescript": "^5.0.2",
"vite": "^4.3.2",
"vite-tsconfig-paths": "^4.2.0"
}
}