-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.26 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
{
"name": "phone-number-info",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@mantine/core": "^5.8.0",
"@mantine/hooks": "^5.8.0",
"@mantine/tiptap": "^5.8.0",
"@tabler/icons": "^1.111.0",
"@tiptap/extension-bubble-menu": "^2.0.0-beta.202",
"@tiptap/extension-code-block-lowlight": "^2.0.0-beta.202",
"@tiptap/extension-color": "^2.0.0-beta.202",
"@tiptap/extension-link": "^2.0.0-beta.202",
"@tiptap/extension-text-align": "^2.0.0-beta.202",
"@tiptap/extension-text-style": "^2.0.0-beta.202",
"@tiptap/extension-underline": "^2.0.0-beta.202",
"@tiptap/html": "^2.0.0-beta.202",
"@tiptap/react": "^2.0.0-beta.202",
"@tiptap/starter-kit": "^2.0.0-beta.202",
"axios": "^0.27.2",
"lowlight": "^2.7.0",
"moment": "^2.29.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-quill": "^2.0.0",
"react-router-dom": "^6.4.1",
"sass": "^1.55.0"
},
"devDependencies": {
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.0.1",
"vite": "^3.0.7"
},
"proxy": "http://localhost:5000/api/"
}