-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 1020 Bytes
/
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
{
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"dependencies": {
"@supabase/supabase-js": "^1.18.1",
"eslint-plugin-react-hooks": "^4.2.0",
"fs": "*",
"html-to-image": "^1.7.0",
"html2canvas": "^1.1.5",
"immutability-helper": "^3.1.1",
"react": "^17.0.0",
"react-burger-menu": "^3.0.6",
"react-collapsible": "^2.8.3",
"react-dnd": "^14.0.2",
"react-dnd-html5-backend": "^14.0.0",
"react-dom": "^17.0.0",
"react-error-boundary": "^3.1.3",
"react-is": "^17.0.2",
"react-responsive-carousel": "^3.2.20",
"react-router-dom": "^5.2.0",
"react-supabase": "^0.2.0",
"styled-components": "^5.3.0",
"use-react-screenshot": "^1.0.2"
},
"devDependencies": {
"@vitejs/plugin-react-refresh": "^1.3.1",
"eslint": "^7.30.0",
"eslint-config-react-minimal": "^2.0.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-react": "^7.24.0",
"vite": "^2.4.2"
}
}