-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.28 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": "social-media-frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@mantine/carousel": "^6.0.2",
"@mantine/core": "^6.0.2",
"@mantine/dates": "^6.0.2",
"@mantine/dropzone": "^6.0.2",
"@mantine/form": "^6.0.2",
"@mantine/hooks": "^6.0.2",
"@mantine/modals": "^6.0.2",
"@mantine/notifications": "^6.0.2",
"@mantine/nprogress": "^6.0.2",
"@mantine/prism": "^6.0.2",
"@mantine/spotlight": "^6.0.2",
"@mantine/tiptap": "^6.0.2",
"@tabler/icons-react": "^2.10.0",
"@tiptap/extension-link": "^2.0.0-beta.220",
"@tiptap/react": "^2.0.0-beta.220",
"@tiptap/starter-kit": "^2.0.0-beta.220",
"@types/axios": "^0.14.0",
"axios": "^1.3.4",
"dayjs": "^1.11.7",
"embla-carousel-react": "^7.1.0",
"jotai": "^2.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.0",
"react-image-crop": "^10.0.9",
"react-router-dom": "^6.9.0"
},
"devDependencies": {
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-react": "^3.1.0",
"typescript": "^4.9.3",
"vite": "^4.1.0"
}
}