-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
87 lines (87 loc) · 2.53 KB
/
Copy pathpackage.json
File metadata and controls
87 lines (87 loc) · 2.53 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
{
"type": "module",
"name": "prismaui-demos-ui",
"version": "1.0.0",
"scripts": {
"dev": "concurrently \"vite\" \"tsc --watch --noEmit\"",
"build": "vite build",
"build:dev": "vite build --mode=development",
"start": "vite preview",
"typecheck": "tsc",
"format": "prettier --write . --cache",
"lint": "eslint . --fix --quiet",
"prepare": "husky"
},
"author": "StarkMP",
"devDependencies": {
"@eslint/js": "9.38.0",
"@tailwindcss/vite": "4.1.14",
"@types/node": "24.8.1",
"@types/react": "19.2.2",
"@types/react-dom": "19.2.2",
"@types/throttle-debounce": "5.0.2",
"@vitejs/plugin-react": "5.0.4",
"autoprefixer": "10.4.21",
"clsx": "^2.1.1",
"concurrently": "9.2.1",
"eslint": "9.38.0",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-prettier": "5.5.4",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "7.0.0",
"eslint-plugin-simple-import-sort": "12.1.1",
"eslint-plugin-unicorn": "61.0.2",
"globals": "16.4.0",
"husky": "9.1.7",
"lint-staged": "16.2.4",
"postcss": "8.5.6",
"prettier": "3.6.2",
"tailwind-merge": "^3.3.1",
"tailwindcss": "3.4.17",
"typescript": "5.9.3",
"typescript-eslint": "8.46.1",
"vite": "7.1.10",
"vite-plugin-svgr": "4.5.0"
},
"baseUrl": "",
"browserslist": [
"> 1%",
"last 4 versions",
"Firefox ESR",
"not ie < 9"
],
"dependencies": {
"@aws-sdk/client-s3": "^3.917.0",
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-context-menu": "^2.2.16",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-slider": "^1.3.6",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tooltip": "^1.2.8",
"@tanstack/react-virtual": "^3.13.12",
"class-variance-authority": "^0.7.1",
"cmdk": "^1.1.1",
"date-fns": "4.1.0",
"jszip": "^3.10.1",
"konva": "^10.0.2",
"lucide-react": "^0.546.0",
"motion": "12.23.24",
"nanoid": "^5.1.6",
"rc-virtual-list": "^3.19.2",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-konva": "^19.0.10",
"react-resizable-panels": "^3.0.6",
"tailwindcss-animate": "^1.0.7",
"throttle-debounce": "5.0.2",
"use-image": "^1.1.4",
"zustand": "5.0.8"
}
}