-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
47 lines (47 loc) · 1.25 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
{
"name": "vite-project",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"format": "prettier --write \"src/**/*.{js,jsx}\"",
"preview": "vite preview"
},
"dependencies": {
"@formkit/auto-animate": "^1.0.0-beta.6",
"@headlessui/react": "^1.7.14",
"@radix-ui/react-select": "^1.2.1",
"@radix-ui/react-tabs": "^1.0.3",
"@supabase/supabase-js": "^2.21.0",
"date-fns": "^2.30.0",
"dotenv": "^16.1.4",
"feather-icons-react": "^0.6.2",
"framer-motion": "^10.13.1",
"prettier": "^2.8.7",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "^18.2.0",
"react-feather": "^2.0.10",
"react-focus-lock": "^2.9.4",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.8.0",
"react-redux": "^8.0.5",
"react-remove-scroll": "^2.5.5",
"react-router-dom": "^6.9.0",
"redux": "^4.2.1",
"typescript": "^5.4.4",
"uuid": "^9.0.0"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.3",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react": "^3.1.0",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.21",
"tailwindcss": "^3.3.0",
"vite": "^4.2.0"
}
}