-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.02 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": "authenticated-todo",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"supabase":"supabase"
},
"dependencies": {
"@emotion/react": "11.10.0",
"@emotion/styled": "11.10.0",
"@mui/icons-material": "5.8.4",
"@mui/material": "5.10.1",
"@supabase/supabase-js": "1.35.6",
"formik": "2.2.9",
"formik-mui": "5.0.0-alpha.0",
"md5": "2.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "6.3.0",
"yup": "0.32.11"
},
"devDependencies": {
"@types/md5": "2.3.2",
"@types/react": "18.0.17",
"@types/react-dom": "18.0.6",
"@types/react-router-dom": "5.3.3",
"@vitejs/plugin-react": "2.0.1",
"supabase": "1.34.5",
"ts-standard": "11.0.0",
"typescript": "4.6.4",
"vite": "3.0.7"
},
"eslintConfig": {
"extends": [
"./node_modules/ts-standard/eslintrc.json"
]
}
}