-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
99 lines (99 loc) · 3.14 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "prismify",
"version": "0.1.0",
"private": true,
"author": {
"name": "Silson"
},
"repository": {
"type": "git",
"url": "git+"
},
"displayName": "Prismify",
"description": "Easily make your SaaS/product shots & design stand out. Create beautiful screenshots and graphics for websites, social media, and more. With Prismify, you get browser frames, gradient backgrounds, text, annotations.",
"scripts": {
"dev": "next dev",
"build": "prisma generate && next build",
"start": "next start",
"lint": "next lint",
"db:push": "prisma db push",
"db:studio": "prisma studio",
"postinstall": "prisma generate"
},
"dependencies": {
"@fseehawer/react-circular-slider": "^2.6.1",
"@next-auth/prisma-adapter": "^1.0.7",
"@prisma/client": "^5.7.1",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-alert-dialog": "^1.0.4",
"@radix-ui/react-context-menu": "^2.1.4",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.5",
"@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-separator": "^1.0.3",
"@radix-ui/react-slider": "^1.1.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toast": "^1.1.4",
"@radix-ui/react-tooltip": "^1.0.6",
"@tailwindcss/typography": "^0.5.10",
"@tanstack/react-query": "^4.32.6",
"@tiptap/extension-color": "^2.1.12",
"@tiptap/extension-image": "^2.1.13",
"@tiptap/extension-link": "^2.1.13",
"@tiptap/extension-placeholder": "^2.1.13",
"@tiptap/extension-text-style": "^2.1.12",
"@tiptap/extension-underline": "^2.1.13",
"@tiptap/react": "^2.1.11",
"@tiptap/starter-kit": "^2.1.11",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@vercel/analytics": "^1.0.2",
"autoprefixer": "10.4.14",
"axios": "^1.4.0",
"class-variance-authority": "^0.6.1",
"clsx": "^1.2.1",
"colorthief": "^2.4.0",
"eslint": "8.44.0",
"eslint-config-next": "13.4.9",
"file-saver": "^2.0.5",
"font-picker-react": "^3.5.2",
"html-to-image": "^1.11.11",
"just-throttle": "^4.2.0",
"lucide-react": "^0.265.0",
"next": "14.2.3",
"next-auth": "^4.24.5",
"next-themes": "^0.2.1",
"postcss": "8.4.25",
"react": "18.2.0",
"react-colorful": "^5.6.1",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.3",
"react-hotkeys-hook": "^4.4.1",
"react-image-crop": "^10.1.8",
"react-joystick-component": "^6.2.1",
"react-moveable": "^0.54.1",
"react-selecto": "^1.26.0",
"react-wrap-balancer": "^1.0.0",
"rgbaster": "^2.1.1",
"sanitize-html": "^2.12.1",
"slugify": "^1.6.6",
"tailwind-merge": "^1.13.2",
"tailwindcss": "3.3.2",
"tailwindcss-animate": "^1.0.6",
"typescript": "5.1.6",
"vaul": "^0.8.0",
"zod": "^3.21.4",
"zundo": "2.0.0",
"zustand": "^4.3.9"
},
"devDependencies": {
"@types/file-saver": "^2.0.5",
"@types/node": "20.4.1",
"prettier": "2.8",
"prettier-plugin-tailwindcss": "^0.3.0",
"prisma": "^5.7.1"
}
}