generated from theodorusclarence/vite-react-tailwind-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.16 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
{
"name": "vite-react-tailwind-starter",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"commit": "git-cz"
},
"dependencies": {
"@headlessui/react": "^1.4.1",
"@stitches/react": "^1.0.0-canary.7",
"@supabase/supabase-js": "^1.21.1",
"@supabase/ui": "^0.32.0",
"@tailwindcss/forms": "^0.3.2",
"@tailwindcss/typography": "^0.4.1",
"axios": "^0.21.1",
"html-element-to-image": "^2.1.1",
"html-to-image": "^1.7.0",
"html2canvas": "^1.2.1",
"nanoid": "^3.1.30",
"react": "^17.0.0",
"react-component-export-image": "^1.0.6",
"react-contenteditable": "^3.3.5",
"react-device-detect": "^2.1.2",
"react-dom": "^17.0.0",
"react-helmet": "^6.1.0",
"react-hook-speech-to-text": "^0.7.0",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-speech-recognition": "^3.8.2",
"react-unsplash-wrapper": "^1.1.5",
"unsplash-js": "^7.0.15"
},
"devDependencies": {
"@vitejs/plugin-react-refresh": "^1.3.1",
"autoprefixer": "^10.2.5",
"postcss": "^8.2.13",
"tailwindcss": "^2.1.2",
"vite": "^2.2.3"
}
}