-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.38 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.38 KB
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
{
"name": "get-together-scheduler",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "rm -rf ./node_modules/.vite/deps && vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@hookform/resolvers": "^3.3.1",
"@mantine/core": "^7.3.2",
"@mantine/form": "^7.3.2",
"@mantine/hooks": "^7.3.2",
"@mantine/modals": "^7.3.2",
"@mui/icons-material": "^5.14.9",
"@mui/material": "^5.14.10",
"@mui/x-date-pickers": "^6.4.0",
"@react-oauth/google": "^0.12.1",
"@tabler/icons-react": "^2.44.0",
"axios": "^1.3.4",
"chroma-js": "^2.4.2",
"date-fns": "^2.30.0",
"dexie": "^3.2.4",
"dexie-react-hooks": "^1.1.7",
"dotenv": "^16.0.3",
"framer-motion": "^10.16.16",
"jwt-decode": "^3.1.2",
"lottie-react": "^2.4.0",
"react": "^18.2.0",
"react-color": "^2.19.3",
"react-dom": "^18.2.0",
"react-hook-form": "^7.43.7",
"react-query": "^3.39.3",
"react-router-dom": "^6.9.0",
"react-select": "^5.8.0",
"yup": "^1.0.2"
},
"devDependencies": {
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-react": "^4.0.4",
"postcss": "^8.4.32",
"postcss-preset-mantine": "^1.12.1",
"postcss-simple-vars": "^7.0.1",
"vite": "^4.5.1"
}
}