forked from robertvdboorn/lite-playground
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.72 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.72 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
{
"name": "uniform-light-starter",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack --port 3222",
"build": "next build",
"start": "next start --port 3222",
"lint": "next lint",
"uniform:pull": "uniform sync pull",
"uniform:push": "uniform sync push"
},
"dependencies": {
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.7",
"@radix-ui/react-slot": "^1.2.3",
"@supabase/supabase-js": "^2.76.1",
"@uniformdev/assets": "^20.39.1-alpha.3",
"@uniformdev/canvas": "20.39.1-alpha.3",
"@uniformdev/canvas-next": "20.39.1-alpha.3",
"@uniformdev/canvas-react": "20.39.1-alpha.3",
"@uniformdev/context": "20.39.1-alpha.3",
"@uniformdev/context-next": "20.39.1-alpha.3",
"@uniformdev/context-react": "20.39.1-alpha.3",
"@uniformdev/project-map": "20.39.1-alpha.3",
"@uniformdev/redirect": "20.39.1-alpha.3",
"@uniformdev/richtext": "20.39.1-alpha.3",
"@vercel/functions": "^3.1.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.544.0",
"next": "15.5.3",
"react": "19.1.1",
"react-dom": "19.1.1",
"tailwind-merge": "^3.3.1",
"tw-animate-css": "^1.3.6",
"uuid": "^13.0.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@tailwindcss/postcss": "^4.1.13",
"@types/node": "^24.5.2",
"@types/react": "^19.1.13",
"@types/react-dom": "^19.1.9",
"@uniformdev/cli": "20.39.1-alpha.3",
"eslint": "^9.35.0",
"eslint-config-next": "15.5.3",
"tailwindcss": "^4.1.13",
"typescript": "^5.9.2"
}
}