-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
92 lines (92 loc) · 2.93 KB
/
package.json
File metadata and controls
92 lines (92 loc) · 2.93 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
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "template-vite-react-ts-tailwind",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"prebuild": "npm install",
"lint": "npx prettier . --check & eslint .",
"lint-fix": "npx prettier . --write & eslint . --fix",
"build": "tsc && vite build",
"preview": "vite preview --base=/showcomposer/"
},
"dependencies": {
"@hello-pangea/dnd": "16.6.0",
"@radix-ui/react-accordion": "1.2.2",
"@radix-ui/react-alert-dialog": "1.1.1",
"@radix-ui/react-checkbox": "1.1.1",
"@radix-ui/react-dialog": "1.1.1",
"@radix-ui/react-dropdown-menu": "2.1.1",
"@radix-ui/react-label": "2.1.0",
"@radix-ui/react-menubar": "1.1.4",
"@radix-ui/react-popover": "1.1.1",
"@radix-ui/react-progress": "1.1.0",
"@radix-ui/react-scroll-area": "1.1.0",
"@radix-ui/react-select": "2.1.1",
"@radix-ui/react-separator": "1.1.0",
"@radix-ui/react-slider": "1.2.0",
"@radix-ui/react-slot": "1.1.0",
"@radix-ui/react-switch": "1.1.0",
"@radix-ui/react-tabs": "1.1.0",
"@radix-ui/react-toggle": "1.1.0",
"@radix-ui/react-toggle-group": "1.1.0",
"@radix-ui/react-tooltip": "1.1.2",
"@tailwindcss/container-queries": "0.1.1",
"@tanstack/react-virtual": "3.8.3",
"@types/uuid": "9.0.8",
"@uiw/react-textarea-code-editor": "3.1.0",
"archiver": "7.0.1",
"class-variance-authority": "0.7.0",
"clsx": "2.1.1",
"cmdk": "1.0.0",
"eslint-plugin-simple-import-sort": "12.1.1",
"fast-deep-equal": "3.1.3",
"fuse.js": "7.0.0",
"immer": "10.1.1",
"just-debounce-it": "3.2.0",
"lodash": "4.17.21",
"lucide-react": "0.414.0",
"microdiff": "1.4.0",
"multer": "1.4.5-lts.1",
"openspace-api-js": "0.1.6",
"react": "18.3.1",
"react-color-palette": "7.3.0",
"react-dom": "18.3.1",
"react-quill-new": "3.2.2",
"react-resizable-panels": "2.0.20",
"react-rnd": "10.4.11",
"react-router-dom": "7.6.0",
"tailwind-merge": "2.3.0",
"tailwindcss-animate": "1.0.7",
"typescript-eslint": "8.32.1",
"uuid": "10.0.0",
"zundo": "2.3.0",
"zustand": "4.5.2"
},
"devDependencies": {
"@nabla/vite-plugin-eslint": "2.0.5",
"@tailwindcss/typography": "0.5.13",
"@types/lodash": "4.17.6",
"@types/node": "22.0.2",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "6.13.1",
"@typescript-eslint/parser": "6.13.1",
"@vitejs/plugin-react-swc": "3.9.0",
"autoprefixer": "10.4.14",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-prettier": "5.0.1",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-react-refresh": "0.4.4",
"postcss": "8.4.33",
"prettier": "3.1.0",
"prettier-plugin-tailwindcss": "0.4.1",
"tailwindcss": "3.4.1",
"typescript": "5.5.4",
"vite": "6.3.5"
}
}